Class/Object

geotrellis.spark.store.geowave

GeoWaveLayerReader

Related Docs: object GeoWaveLayerReader | package geowave

Permalink

class GeoWaveLayerReader extends AnyRef

Annotations
@experimental()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoWaveLayerReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoWaveLayerReader(attributeStore: AttributeStore)(implicit sc: SparkContext)

    Permalink

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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val attributeStore: AttributeStore

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def computeConfiguration()(implicit sc: SparkContext): Configuration

    Permalink

    EXPERIMENTAL@experimental Compute the common part of the org.apache.hadoop.conf.Configuration associated with this layer.

    EXPERIMENTAL@experimental Compute the common part of the org.apache.hadoop.conf.Configuration associated with this layer. This result can be reused by changing the Query and QueryOptions as desired.

    Annotations
    @experimental()
  8. def computeSpatialMetadata(adapter: RasterDataAdapter, ranges: Array[Double]): (TileLayerMetadata[SpatialKey], Int, Int)

    Permalink

    EXPERIMENTAL@experimental Compute the metadata associated with this layer.

    EXPERIMENTAL@experimental Compute the metadata associated with this layer.

    adapter

    The RasterDataAdapter associated with the chosen layer

    ranges

    The ranges in degrees of longitude and latitude associated with the chosen tier

    Annotations
    @experimental()
  9. val defaultNumPartitions: Int

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val gas: GeoWaveAttributeStore

    Permalink
  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. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def query[K <: SpatialKey, V, M](layerId: LayerId)(implicit arg0: Boundable[K], arg1: TileOrMultibandTile[V], arg2: ClassTag[V], arg3: Decoder[M], arg4: GetComponent[M, Bounds[K]]): BoundLayerQuery[K, M, RDD[(K, V)] with Metadata[M]]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  21. def read[K <: SpatialKey, V, M](id: LayerId)(implicit arg0: Boundable[K], arg1: TileOrMultibandTile[V], arg2: ClassTag[V], arg3: Decoder[M], arg4: GetComponent[M, Bounds[K]]): RDD[(K, V)] with Metadata[M]

    Permalink

    EXPERIMENTAL@experimental

    EXPERIMENTAL@experimental

    Annotations
    @experimental()
  22. def read[K <: SpatialKey, V, M](id: LayerId, rasterQuery: LayerQuery[K, M])(implicit arg0: TileOrMultibandTile[V], arg1: ClassTag[V], arg2: Decoder[M], arg3: GetComponent[M, Bounds[K]]): ContextRDD[K, V, M]

    Permalink

    EXPERIMENTAL@experimental Read particular rasters out of the GeoWave database.

    EXPERIMENTAL@experimental Read particular rasters out of the GeoWave database. The particular rasters to read are given by the result of running the provided LayerQuery.

    id

    The LayerId specifying the name and tier to query

    rasterQuery

    Produces a list of rasters to read

    Annotations
    @experimental()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped