Package

org.locationtech.geomesa.index.index

z3

Permalink

package z3

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. z3
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class XZ3Index extends GeoMesaFeatureIndex[XZ3IndexValues, Z3IndexKey] with SpatioTemporalFilterStrategy[XZ3IndexValues, Z3IndexKey]

    Permalink
  2. class XZ3IndexKeySpace extends IndexKeySpace[XZ3IndexValues, Z3IndexKey] with LazyLogging

    Permalink
  3. case class XZ3IndexValues(sfc: XZ3SFC, geometries: FilterValues[Geometry], spatialBounds: Seq[(Double, Double, Double, Double)], intervals: FilterValues[Bounds[ZonedDateTime]], temporalBounds: Map[Short, (Double, Double)], temporalUnbounded: Seq[(Short, Short)]) extends Product with Serializable

    Permalink
  4. class Z3Index extends GeoMesaFeatureIndex[Z3IndexValues, Z3IndexKey] with SpatioTemporalFilterStrategy[Z3IndexValues, Z3IndexKey]

    Permalink
  5. case class Z3IndexKey(bin: Short, z: Long) extends Ordered[Z3IndexKey] with Product with Serializable

    Permalink
  6. class Z3IndexKeySpace extends IndexKeySpace[Z3IndexValues, Z3IndexKey] with LazyLogging

    Permalink
  7. case class Z3IndexValues(sfc: Z3SFC, geometries: FilterValues[Geometry], spatialBounds: Seq[(Double, Double, Double, Double)], intervals: FilterValues[Bounds[ZonedDateTime]], temporalBounds: Map[Short, Seq[(Long, Long)]], temporalUnbounded: Seq[(Short, Short)]) extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped