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 encodedSFT: String

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

    Permalink
    Definition Classes
    AnyRef
  11. val filt: 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. val indexGeom: Boolean

    Permalink
  15. val indexId: Boolean

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

    Permalink
  17. var indexRDD: RDD[GeoCQEngineDataStore]

    Permalink
  18. val initialQuery: String

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val isMock: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def needConversion: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val numPartitions: Int

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

    Permalink
  27. var partitionEnvelopes: List[Envelope]

    Permalink
  28. var partitionHints: Seq[Int]

    Permalink
  29. val partitionStrategy: String

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

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

    Permalink
  32. val providedBounds: String

    Permalink
  33. lazy val rawRDD: SpatialRDD

    Permalink
  34. val sampleSize: Int

    Permalink
  35. val schema: StructType

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

    Permalink
  37. def sizeInBytes: Long

    Permalink
    Definition Classes
    BaseRelation
  38. val spatiallyPartition: Boolean

    Permalink
  39. val sqlContext: SQLContext

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

    Permalink
    Definition Classes
    AnyRef
  41. val thresholdMultiplier: Double

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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