Class/Object

astraea.spark.rasterframes.datasource.geotrellis

GeoTrellisRelation

Related Docs: object GeoTrellisRelation | package geotrellis

Permalink

case class GeoTrellisRelation(sqlContext: SQLContext, uri: URI, layerId: LayerId, numPartitions: Option[Int] = None, failOnUnrecognizedFilter: Boolean = false, tileSubdivisions: Option[Int] = None, filters: Seq[Filter] = Seq.empty) extends BaseRelation with PrunedScan with LazyLogging with Product with Serializable

A Spark SQL Relation over a standard GeoTrellis layer.

Linear Supertypes
Serializable, Serializable, Product, Equals, LazyLogging, PrunedScan, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTrellisRelation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. LazyLogging
  7. PrunedScan
  8. BaseRelation
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTrellisRelation(sqlContext: SQLContext, uri: URI, layerId: LayerId, numPartitions: Option[Int] = None, failOnUnrecognizedFilter: Boolean = false, tileSubdivisions: Option[Int] = None, filters: Seq[Filter] = Seq.empty)

    Permalink

Type Members

  1. type BLQ[K, T] = BoundLayerQuery[K, TileLayerMetadata[K], RDD[(K, T)] with Metadata[TileLayerMetadata[K]]]

    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. def applyFilter[K, T](query: BLQ[K, T], predicate: Filter)(implicit arg0: Boundable[K], arg1: SpatialComponent[K]): BLQ[K, T]

    Permalink
  5. def applyFilterTemporal[K, T](q: BLQ[K, T], predicate: Filter)(implicit arg0: Boundable[K], arg1: SpatialComponent[K], arg2: TemporalComponent[K]): BLQ[K, T]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buildScan(requiredColumns: Array[String]): RDD[Row]

    Permalink
    Definition Classes
    GeoTrellisRelation → PrunedScan
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val failOnUnrecognizedFilter: Boolean

    Permalink
  11. val filters: Seq[Filter]

    Permalink
  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  15. val layerId: LayerId

    Permalink
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def needConversion: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val numPartitions: Option[Int]

    Permalink
  22. implicit val sc: SparkContext

    Permalink
  23. def schema: StructType

    Permalink
    Definition Classes
    GeoTrellisRelation → BaseRelation
  24. def sizeInBytes: Long

    Permalink
    Definition Classes
    GeoTrellisRelation → BaseRelation
  25. def splitFilters: Seq[Filter]

    Permalink

    Separate And conditions into separate filters.

  26. val sqlContext: SQLContext

    Permalink
    Definition Classes
    GeoTrellisRelation → BaseRelation
  27. def subdividedTileLayerMetadata: Either[TileLayerMetadata[SpatialKey], TileLayerMetadata[SpaceTimeKey]]

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

    Permalink
    Definition Classes
    AnyRef
  29. lazy val tileLayerMetadata: Either[TileLayerMetadata[SpatialKey], TileLayerMetadata[SpaceTimeKey]]

    Permalink
  30. val tileSubdivisions: Option[Int]

    Permalink
  31. def unhandledFilters(filters: Array[Filter]): Array[Filter]

    Permalink
    Definition Classes
    BaseRelation
  32. val uri: URI

    Permalink
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withFilter(value: Filter): GeoTrellisRelation

    Permalink

    Convenience to create new relation with the give filter added.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LazyLogging

Inherited from PrunedScan

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped