Class/Object

org.locationtech.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 SpatialRelationReceiver[GeoTrellisRelation] with Product with Serializable

A Spark SQL Relation over a standard GeoTrellis layer.

Linear Supertypes
Serializable, Serializable, Product, Equals, SpatialRelationReceiver[GeoTrellisRelation], PrunedScan, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTrellisRelation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SpatialRelationReceiver
  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. def asBaseRelation: BaseRelation

    Permalink

    Type gymnastics helper.

    Type gymnastics helper.

    Definition Classes
    SpatialRelationReceiver
  7. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
  11. val failOnUnrecognizedFilter: Boolean

    Permalink
  12. val filters: Seq[Filter]

    Permalink
  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 hasFilter(filter: Filter): Boolean

    Permalink

    Check to see if relation already exists in this.

    Check to see if relation already exists in this.

    Definition Classes
    GeoTrellisRelationSpatialRelationReceiver
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val layerId: LayerId

    Permalink
  18. lazy val logger: Logger

    Permalink
    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def needConversion: Boolean

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

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

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

    Permalink
  24. def schema: StructType

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

    Permalink
    Definition Classes
    GeoTrellisRelation → BaseRelation
  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

    Create new relation with the give filter added.

    Create new relation with the give filter added.

    Definition Classes
    GeoTrellisRelationSpatialRelationReceiver

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PrunedScan

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped