Object/Class

geotrellis.spark.io.index.zcurve

Z2

Related Docs: class Z2 | package zcurve

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val MAX_BITS: Int(31)

    Permalink
  5. final val MAX_DIM: Int(2)

    Permalink
  6. final val MAX_MASK: Int(2147483647)

    Permalink
  7. def apply(x: Int, y: Int): Z2

    Permalink

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

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Permalink

    combine every other bit to form a value.

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

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

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

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

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

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

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

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

    Permalink

    Loads either 1000...

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def split(value: Long): Long

    Permalink

    insert 0 between every bit in value.

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

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

    Permalink
  25. final def wait(): Unit

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

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

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

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

    Permalink

    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