class MergedFeatureSourceView extends SimpleFeatureSource with LazyLogging

Feature source for merged data store view

Linear Supertypes
LazyLogging, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MergedFeatureSourceView
  2. LazyLogging
  3. SimpleFeatureSource
  4. FeatureSource
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. class MergedFeatureCollection extends GeoMesaFeatureVisitingCollection

    Feature collection implementation

Value Members

  1. def addFeatureListener(listener: FeatureListener): Unit
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  2. def getBounds(query: Query): ReferencedEnvelope
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  3. def getBounds(): ReferencedEnvelope
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  4. def getCount(query: Query): Int
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  5. def getDataStore(): DataStore
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  6. def getFeatures(query: Query): SimpleFeatureCollection
    Definition Classes
    MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
  7. def getFeatures(filter: Filter): SimpleFeatureCollection
    Definition Classes
    MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
  8. def getFeatures(): SimpleFeatureCollection
    Definition Classes
    MergedFeatureSourceView → SimpleFeatureSource → FeatureSource
  9. def getInfo(): ResourceInfo
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  10. def getName(): Name
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  11. def getQueryCapabilities(): QueryCapabilities
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  12. def getSchema(): SimpleFeatureType
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  13. def getSupportedHints(): Set[Key]
    Definition Classes
    MergedFeatureSourceView → FeatureSource
  14. def removeFeatureListener(listener: FeatureListener): Unit
    Definition Classes
    MergedFeatureSourceView → FeatureSource