Class

org.locationtech.geomesa.spark

GeoMesaRelation

Related Doc: package spark

Permalink

case class GeoMesaRelation(sqlContext: SQLContext, sft: SimpleFeatureType, schema: StructType, params: Map[String, String], filt: Filter = org.opengis.filter.Filter.INCLUDE, props: Option[Seq[String]] = None, partitionHints: Seq[Int] = null, indexRDD: RDD[GeoCQEngineDataStore] = null, partitionedRDD: RDD[(Int, Iterable[SimpleFeature])] = null, indexPartRDD: RDD[(Int, GeoCQEngineDataStore)] = null) extends BaseRelation with PrunedFilteredScan with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, PrunedFilteredScan, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoMesaRelation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. PrunedFilteredScan
  7. BaseRelation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoMesaRelation(sqlContext: SQLContext, sft: SimpleFeatureType, schema: StructType, params: Map[String, String], filt: Filter = org.opengis.filter.Filter.INCLUDE, props: Option[Seq[String]] = None, partitionHints: Seq[Int] = null, indexRDD: RDD[GeoCQEngineDataStore] = null, partitionedRDD: RDD[(Int, Iterable[SimpleFeature])] = null, indexPartRDD: RDD[(Int, GeoCQEngineDataStore)] = null)

    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. def buildRawRDD: SpatialRDD

    Permalink
  6. def buildScan(requiredColumns: Array[String], filters: Array[Filter]): RDD[Row]

    Permalink
    Definition Classes
    GeoMesaRelation → PrunedFilteredScan
  7. val cache: Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val coverPartition: Boolean

    Permalink
  10. val encodedSFT: String

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

    Permalink
    Definition Classes
    AnyRef
  12. val filt: Filter

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val geometryOrdinal: Int

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. val indexGeom: Boolean

    Permalink
  17. val indexId: Boolean

    Permalink
  18. var indexPartRDD: RDD[(Int, GeoCQEngineDataStore)]

    Permalink
  19. var indexRDD: RDD[GeoCQEngineDataStore]

    Permalink
  20. val initialQuery: String

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def needConversion: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. val numPartitions: Int

    Permalink
  27. val params: Map[String, String]

    Permalink
  28. var partitionEnvelopes: List[Envelope]

    Permalink
  29. var partitionHints: Seq[Int]

    Permalink
  30. val partitionStrategy: String

    Permalink
  31. var partitionedRDD: RDD[(Int, Iterable[SimpleFeature])]

    Permalink
  32. val props: Option[Seq[String]]

    Permalink
  33. val providedBounds: String

    Permalink
  34. lazy val rawRDD: SpatialRDD

    Permalink
  35. val sampleSize: Int

    Permalink
  36. val schema: StructType

    Permalink
    Definition Classes
    GeoMesaRelation → BaseRelation
  37. val sft: SimpleFeatureType

    Permalink
  38. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  39. val spatiallyPartition: Boolean

    Permalink
  40. val sqlContext: SQLContext

    Permalink
    Definition Classes
    GeoMesaRelation → BaseRelation
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val thresholdMultiplier: Double

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

    Permalink
    Definition Classes
    GeoMesaRelation → BaseRelation
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from PrunedFilteredScan

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped