c
org.locationtech.geomesa.index.view
MergedFeatureSourceView
Companion object MergedFeatureSourceView
class MergedFeatureSourceView extends SimpleFeatureSource with LazyLogging
Feature source for merged data store view
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MergedFeatureSourceView
- LazyLogging
- SimpleFeatureSource
- FeatureSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
MergedFeatureSourceView(ds: MergedDataStoreView, sources: Seq[(SimpleFeatureSource, Option[Filter])], parallel: Boolean, sft: SimpleFeatureType)
- ds
data store
- sources
delegate feature sources
- parallel
scan stores in parallel (vs sequentially)
- sft
simple feature type
Type Members
-
class
MergedFeatureCollection extends GeoMesaFeatureVisitingCollection
Feature collection implementation
Value Members
-
def
addFeatureListener(listener: FeatureListener): Unit
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getBounds(query: Query): ReferencedEnvelope
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getBounds(): ReferencedEnvelope
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getCount(query: Query): Int
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getDataStore(): DataStore
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getFeatures(query: Query): SimpleFeatureCollection
- Definition Classes
- MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
-
def
getFeatures(filter: Filter): SimpleFeatureCollection
- Definition Classes
- MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
-
def
getFeatures(): SimpleFeatureCollection
- Definition Classes
- MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
-
def
getInfo(): ResourceInfo
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getName(): Name
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getQueryCapabilities(): QueryCapabilities
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getSchema(): SimpleFeatureType
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
getSupportedHints(): Set[Key]
- Definition Classes
- MergedFeatureSourceView → FeatureSource
-
def
removeFeatureListener(listener: FeatureListener): Unit
- Definition Classes
- MergedFeatureSourceView → FeatureSource