Class

org.locationtech.geomesa.memory.cqengine.datastore

GeoCQEngineFeatureStore

Related Doc: package datastore

Permalink

class GeoCQEngineFeatureStore extends ContentFeatureStore

Linear Supertypes
ContentFeatureStore, SimpleFeatureLocking, FeatureLocking[SimpleFeatureType, SimpleFeature], SimpleFeatureStore, FeatureStore[SimpleFeatureType, SimpleFeature], ContentFeatureSource, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoCQEngineFeatureStore
  2. ContentFeatureStore
  3. SimpleFeatureLocking
  4. FeatureLocking
  5. SimpleFeatureStore
  6. FeatureStore
  7. ContentFeatureSource
  8. SimpleFeatureSource
  9. FeatureSource
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoCQEngineFeatureStore(engine: GeoCQEngine, entry: ContentEntry, query: Query)

    Permalink

Abstract Value Members

  1. abstract def getFeatures(arg0: Query): SimpleFeatureCollection

    Permalink
    Definition Classes
    SimpleFeatureStore → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  2. abstract def getFeatures(arg0: Filter): SimpleFeatureCollection

    Permalink
    Definition Classes
    SimpleFeatureStore → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  3. abstract def getFeatures(): SimpleFeatureCollection

    Permalink
    Definition Classes
    SimpleFeatureStore → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )

Concrete 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. object GeoCQEngineQueryCapabilities extends QueryCapabilities

    Permalink
  5. def accepts(arg0: Query, arg1: FeatureVisitor, arg2: ProgressListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  6. final def addFeatureListener(arg0: FeatureListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  7. def addFeatures(arg0: FeatureCollection[SimpleFeatureType, SimpleFeature]): List[FeatureId]

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def addFeatures(arg0: Collection[_]): List[FeatureId]

    Permalink
    Definition Classes
    ContentFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def addHints(arg0: Set[Key]): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def buildFeatureType(): SimpleFeatureType

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource
  12. def buildQueryCapabilities(): QueryCapabilities

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  13. def canEvent(): Boolean

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource
  14. def canFilter(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  15. def canLimit(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  16. def canLock(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  17. def canOffset(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  18. def canReproject(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  19. def canRetype(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  20. def canSort(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  21. def canTransact(): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def doLockInternal(arg0: String, arg1: SimpleFeature): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def doUnlockInternal(arg0: String, arg1: SimpleFeature): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getAbsoluteSchema(): SimpleFeatureType

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  29. final def getBounds(arg0: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  30. final def getBounds(): ReferencedEnvelope

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def getBoundsInternal(query: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def getCount(arg0: Query): Int

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def getCountInternal(query: Query): Int

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource
  35. def getDataStore(): ContentDataStore

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  36. def getEntry(): ContentEntry

    Permalink
    Definition Classes
    ContentFeatureSource
  37. def getInfo(): ResourceInfo

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  38. def getName(): Name

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  39. def getQueryCapabilities(): GeoCQEngineQueryCapabilities.type

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource → FeatureSource
  40. final def getReader(arg0: Filter): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  41. final def getReader(arg0: Query): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  42. final def getReader(): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def getReaderInternal(query: Query): FeatureReader[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureSource
  44. final def getSchema(): SimpleFeatureType

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  45. def getState(): ContentState

    Permalink
    Definition Classes
    ContentFeatureSource
  46. final def getSupportedHints(): Set[Key]

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  47. def getTransaction(): Transaction

    Permalink
    Definition Classes
    ContentFeatureSource
  48. final def getView(arg0: Filter): ContentFeatureSource

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  49. final def getView(arg0: Query): ContentFeatureSource

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  50. final def getWriter(arg0: Query, arg1: Int): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  51. final def getWriter(arg0: Query): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  52. final def getWriter(arg0: Filter, arg1: Int): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  53. final def getWriter(arg0: Filter): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    ContentFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def getWriterInternal(query: Query, flags: Int): FeatureWriter[SimpleFeatureType, SimpleFeature]

    Permalink
    Definition Classes
    GeoCQEngineFeatureStore → ContentFeatureStore
  55. def handleVisitor(arg0: Query, arg1: FeatureVisitor): Boolean

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  58. final def isView(): Boolean

    Permalink
    Definition Classes
    ContentFeatureSource
  59. def joinQuery(arg0: Query): Query

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  60. final def lockFeatures(arg0: Filter): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  61. final def lockFeatures(arg0: Query): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  62. final def lockFeatures(): Int

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  63. final def modifyFeatures(arg0: Name, arg1: Any, arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  64. final def modifyFeatures(arg0: AttributeDescriptor, arg1: Any, arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  65. final def modifyFeatures(arg0: Array[String], arg1: Array[AnyRef], arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → SimpleFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  66. final def modifyFeatures(arg0: String, arg1: Any, arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → SimpleFeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  67. def modifyFeatures(arg0: Array[Name], arg1: Array[AnyRef], arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  68. def modifyFeatures(arg0: Array[AttributeDescriptor], arg1: Array[AnyRef], arg2: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  69. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  72. def processLock(arg0: FeatureLock): FeatureLock

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  73. final def removeFeatureListener(arg0: FeatureListener): Unit

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  74. def removeFeatures(arg0: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  75. def resolvePropertyNames(arg0: Filter): Filter

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  76. def resolvePropertyNames(arg0: Query): Query

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  77. final def setFeatureLock(arg0: FeatureLock): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
  78. final def setFeatures(arg0: FeatureReader[SimpleFeatureType, SimpleFeature]): Unit

    Permalink
    Definition Classes
    ContentFeatureStore → FeatureStore
    Annotations
    @throws( classOf[java.io.IOException] )
  79. def setTransaction(arg0: Transaction): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
  80. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  82. final def unLockFeatures(arg0: Filter): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  83. final def unLockFeatures(arg0: Query): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  84. final def unLockFeatures(): Unit

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  85. final def wait(): Unit

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

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

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

Inherited from ContentFeatureStore

Inherited from SimpleFeatureLocking

Inherited from FeatureLocking[SimpleFeatureType, SimpleFeature]

Inherited from SimpleFeatureStore

Inherited from FeatureStore[SimpleFeatureType, SimpleFeature]

Inherited from ContentFeatureSource

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped