Class

org.locationtech.geomesa.index.view

RoutedFeatureSourceView

Related Doc: package view

Permalink

class RoutedFeatureSourceView extends SimpleFeatureSource with LazyLogging

Feature source that routes queries to the appropriate store

Linear Supertypes
LazyLogging, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RoutedFeatureSourceView
  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 RoutedFeatureSourceView(ds: RoutedDataStoreView, sft: SimpleFeatureType)

    Permalink

    ds

    data store

    sft

    simple feature type

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 addFeatureListener(listener: FeatureListener): Unit

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBounds(query: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  11. def getBounds(): ReferencedEnvelope

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getCount(query: Query): Int

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  14. def getDataStore(): DataStore

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  15. def getFeatures(query: Query): SimpleFeatureCollection

    Permalink
    Definition Classes
    RoutedFeatureSourceView → SimpleFeatureSource → FeatureSource
  16. def getFeatures(filter: Filter): SimpleFeatureCollection

    Permalink
    Definition Classes
    RoutedFeatureSourceView → SimpleFeatureSource → FeatureSource
  17. def getFeatures(): SimpleFeatureCollection

    Permalink
    Definition Classes
    RoutedFeatureSourceView → SimpleFeatureSource → FeatureSource
  18. def getInfo(): ResourceInfo

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  19. def getName(): Name

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  20. def getQueryCapabilities(): QueryCapabilities

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  21. def getSchema(): SimpleFeatureType

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  22. def getSupportedHints(): Set[Key]

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def removeFeatureListener(listener: FeatureListener): Unit

    Permalink
    Definition Classes
    RoutedFeatureSourceView → FeatureSource
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped