Packages

class QuadTreeGeoIndex[A <: Geometry, O <: SimpleFeature] extends AbstractGeoIndex[A, O]

********************************************************************* Copyright (c) 2013-2025 Commonwealth Computer Research, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.opensource.org/licenses/apache2.0.php. *********************************************************************

Linear Supertypes
AbstractGeoIndex[A, O], OnHeapTypeIndex, AbstractAttributeIndex[A, O], AttributeIndex[A, O], Index[O], ModificationListener[O], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuadTreeGeoIndex
  2. AbstractGeoIndex
  3. OnHeapTypeIndex
  4. AbstractAttributeIndex
  5. AttributeIndex
  6. Index
  7. ModificationListener
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QuadTreeGeoIndex(sft: SimpleFeatureType, attribute: Attribute[O, A])

Type Members

  1. class GeoIndexResultSet extends ResultSet[O]
    Definition Classes
    AbstractGeoIndex

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. def addAll(objectSet: ObjectSet[O], queryOptions: QueryOptions): Boolean
    Definition Classes
    AbstractGeoIndex → ModificationListener
    Annotations
    @Override()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(queryOptions: QueryOptions): Unit
    Definition Classes
    AbstractGeoIndex → ModificationListener
    Annotations
    @Override()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def destroy(queryOptions: QueryOptions): Unit
    Definition Classes
    AbstractGeoIndex → ModificationListener
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AbstractAttributeIndex → AnyRef → Any
  11. def getAttribute(): Attribute[O, A]
    Definition Classes
    AbstractAttributeIndex → AttributeIndex
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def getEffectiveIndex(): Index[O]
    Definition Classes
    AbstractGeoIndex → Index
    Annotations
    @Override()
  14. def hashCode(): Int
    Definition Classes
    AbstractAttributeIndex → AnyRef → Any
  15. def init(objectStore: ObjectStore[O], queryOptions: QueryOptions): Unit
    Definition Classes
    AbstractGeoIndex → ModificationListener
    Annotations
    @Override()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isMutable(): Boolean
    Definition Classes
    AbstractGeoIndex → Index
    Annotations
    @Override()
  18. def isQuantized(): Boolean
    Definition Classes
    AbstractGeoIndex → Index
    Annotations
    @Override()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def removeAll(objectSet: ObjectSet[O], queryOptions: QueryOptions): Boolean
    Definition Classes
    AbstractGeoIndex → ModificationListener
    Annotations
    @Override()
  23. def retrieve(query: Query[O], queryOptions: QueryOptions): ResultSet[O]
    Definition Classes
    AbstractGeoIndex → Index
    Annotations
    @Override()
  24. def supportsQuery(arg0: Query[O], arg1: QueryOptions): Boolean
    Definition Classes
    AbstractAttributeIndex → Index
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  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 AbstractGeoIndex[A, O]

Inherited from OnHeapTypeIndex

Inherited from AbstractAttributeIndex[A, O]

Inherited from AttributeIndex[A, O]

Inherited from Index[O]

Inherited from ModificationListener[O]

Inherited from AnyRef

Inherited from Any

Ungrouped