Package

geotrellis.spark.io.index

zcurve

Permalink

package zcurve

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. zcurve
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class Z2 extends AnyVal

    Permalink
  2. case class Z2Range(min: Z2, max: Z2) extends Product with Serializable

    Permalink

    Represents a rectangle in defined by min and max as two opposing points

    Represents a rectangle in defined by min and max as two opposing points

    min

    The lower-left point

    max

    The upper-right point

  3. final class Z3 extends AnyVal

    Permalink
  4. case class Z3Range(min: Z3, max: Z3) extends Product with Serializable

    Permalink

    Represents a cube in defined by min and max as two opposing points

  5. class ZSpaceTimeKeyIndex extends KeyIndex[SpaceTimeKey]

    Permalink
  6. class ZSpatialKeyIndex extends KeyIndex[SpatialKey]

    Permalink

Value Members

  1. object Z2

    Permalink
  2. object Z3

    Permalink
  3. object ZSpaceTimeKeyIndex extends Serializable

    Permalink
  4. def zdiv(load: (Long, Long, Int, Int) ⇒ Long, dims: Int)(xd: Long, rmin: Long, rmax: Long): (Long, Long)

    Permalink

    Implements the the algorithm defined in: Tropf paper to find: LITMAX: maximum z-index in query range smaller than current point, xd BIGMIN: minimum z-index in query range greater than current point, xd

    Implements the the algorithm defined in: Tropf paper to find: LITMAX: maximum z-index in query range smaller than current point, xd BIGMIN: minimum z-index in query range greater than current point, xd

    returns

    (LITMAX, BIGMIN)

Inherited from AnyRef

Inherited from Any

Ungrouped