Class/Object

org.locationtech.geomesa.kafka09

KafkaConsumerFeatureSource

Related Docs: object KafkaConsumerFeatureSource | package kafka09

Permalink

abstract class KafkaConsumerFeatureSource extends ContentFeatureSource with ContentFeatureSourceSecuritySupport with ContentFeatureSourceReTypingSupport with ContentFeatureSourceInfo

Linear Supertypes
ContentFeatureSourceInfo, ContentFeatureSourceReTypingSupport, ContentFeatureSourceSecuritySupport, ContentFeatureSourceSupport, ContentFeatureSource, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KafkaConsumerFeatureSource
  2. ContentFeatureSourceInfo
  3. ContentFeatureSourceReTypingSupport
  4. ContentFeatureSourceSecuritySupport
  5. ContentFeatureSourceSupport
  6. ContentFeatureSource
  7. SimpleFeatureSource
  8. FeatureSource
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaConsumerFeatureSource(entry: ContentEntry, sft: SimpleFeatureType, query: Query, monitor: Boolean)

    Permalink

Abstract Value Members

  1. abstract def getReaderForFilter(f: Filter): FR

    Permalink

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. def accepts(arg0: Query, arg1: FeatureVisitor, arg2: ProgressListener): Unit

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

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  6. def addHints(arg0: Set[Key]): Unit

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  7. def addSupport(query: Query, reader: FR): FR

    Permalink
    Definition Classes
    ContentFeatureSourceReTypingSupport → ContentFeatureSourceSupport
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  10. def buildQueryCapabilities(): QueryCapabilities

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

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  12. val canFilter: Boolean

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  13. def canLimit(): Boolean

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

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

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

    Permalink
    Attributes
    protected[org.geotools.data.store]
    Definition Classes
    ContentFeatureSource
  17. val canRetype: Boolean

    Permalink
    Definition Classes
    ContentFeatureSourceReTypingSupport
  18. def canSort(): Boolean

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. lazy val fqName: NameImpl

    Permalink
  27. final def getAbsoluteSchema(): SimpleFeatureType

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

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

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

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

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

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

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  34. def getDataStore(): ContentDataStore

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

    Permalink
    Definition Classes
    ContentFeatureSource
  36. final def getFeatures(arg0: Filter): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  37. final def getFeatures(arg0: Query): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def getFeatures(): ContentFeatureCollection

    Permalink
    Definition Classes
    ContentFeatureSource → SimpleFeatureSource → FeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def getInfo(): ResourceInfo

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

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource → FeatureSource
  41. def getQueryCapabilities(): QueryCapabilities

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

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

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

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def getReaderInternal(query: Query): FR

    Permalink
    Definition Classes
    KafkaConsumerFeatureSource → ContentFeatureSource
  46. final def getSchema(): SimpleFeatureType

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

    Permalink
    Definition Classes
    ContentFeatureSource
  48. final def getSupportedHints(): Set

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

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

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

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  52. def handleVisitor(arg0: Query, arg1: FeatureVisitor): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContentFeatureSource
    Annotations
    @throws( classOf[java.io.IOException] )
  60. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ContentFeatureSource → FeatureSource
  65. def resolvePropertyNames(arg0: Filter): Filter

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

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

    Permalink
    Definition Classes
    ContentFeatureSource
  68. def setTransaction(arg0: Transaction): Unit

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

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

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

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

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

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

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

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

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

Inherited from ContentFeatureSourceInfo

Inherited from ContentFeatureSourceReTypingSupport

Inherited from ContentFeatureSourceSecuritySupport

Inherited from ContentFeatureSourceSupport

Inherited from ContentFeatureSource

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped