geotrellis.spark.io.index.zcurve

Z2

object Z2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Z2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val MAX_BITS: Int(31)

  7. final val MAX_DIM: Int(2)

  8. final val MAX_MASK: Int(2147483647)

  9. def apply(x: Int, y: Int): Z2

    Bits of x and y will be encoded as .

    Bits of x and y will be encoded as ....y1x1y0x0

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def combine(z: Long): Int

    combine every other bit to form a value.

    combine every other bit to form a value. Maximum value is 31 bits.

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def load(target: Long, p: Long, bits: Int, dim: Int): Long

    Loads either 1000.

    Loads either 1000... or 0111... into starting at given bit index of a given dimention

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def split(value: Long): Long

    insert 0 between every bit in value.

    insert 0 between every bit in value. Only first 31 bits can be considred.

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def unapply(z: Z2): Option[(Int, Int)]

  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def zdivide(p: Z2, rmin: Z2, rmax: Z2): (Z2, Z2)

  31. def zranges(min: Z2, max: Z2): Seq[(Long, Long)]

    Recurse down the quad-tree and report all z-ranges which are contained in the rectangle defined by the min and max points

Inherited from AnyRef

Inherited from Any

Ungrouped