Packages

class GeoCQEngine extends SimpleFeatureIndex with LazyLogging

Linear Supertypes
LazyLogging, SimpleFeatureIndex, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoCQEngine
  2. LazyLogging
  3. SimpleFeatureIndex
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GeoCQEngine(sft: SimpleFeatureType, attributes: Seq[(String, CQIndexType)], enableFidIndex: Boolean, geomResolution: (Int, Int))
  2. new GeoCQEngine(sft: SimpleFeatureType, attributes: Seq[(String, CQIndexType)], enableFidIndex: Boolean, geomResolution: (Int, Int), dedupe: Boolean)
  3. new GeoCQEngine(sft: SimpleFeatureType, attributes: Seq[(String, CQIndexType)], enableFidIndex: Boolean = false, geoIndexType: GeoIndexType = GeoIndexType.Bucket, geoIndexParam: Option[_ <: GeoIndexParams] = Option.empty, dedupe: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clear(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val cqcache: IndexedCollection[SimpleFeature]
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def get(id: String): SimpleFeature
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def insert(features: Iterable[SimpleFeature]): Unit
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  14. def insert(feature: SimpleFeature): Unit
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. def query(filter: Filter): Iterator[SimpleFeature]
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  21. def remove(id: String): SimpleFeature
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  22. val sft: SimpleFeatureType
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  23. def size(): Int
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def update(feature: SimpleFeature): SimpleFeature
    Definition Classes
    GeoCQEngine → SimpleFeatureIndex
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LazyLogging

Inherited from SimpleFeatureIndex

Inherited from AnyRef

Inherited from Any

Ungrouped