class QuadTreeGeoIndex[A <: Geometry, O <: SimpleFeature] extends AbstractGeoIndex[A, O]
********************************************************************* Copyright (c) 2013-2025 General Atomics Integrated Intelligence, 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 https://www.apache.org/licenses/LICENSE-2.0 *********************************************************************
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QuadTreeGeoIndex
- AbstractGeoIndex
- OnHeapTypeIndex
- AbstractAttributeIndex
- AttributeIndex
- Index
- ModificationListener
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new QuadTreeGeoIndex(sft: SimpleFeatureType, attribute: Attribute[O, A])
Type Members
- class GeoIndexResultSet extends ResultSet[O]
- Definition Classes
- AbstractGeoIndex
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAll(objectSet: ObjectSet[O], queryOptions: QueryOptions): Boolean
- Definition Classes
- AbstractGeoIndex → ModificationListener
- Annotations
- @Override()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(queryOptions: QueryOptions): Unit
- Definition Classes
- AbstractGeoIndex → ModificationListener
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def destroy(queryOptions: QueryOptions): Unit
- Definition Classes
- AbstractGeoIndex → ModificationListener
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AbstractAttributeIndex → AnyRef → Any
- def getAttribute(): Attribute[O, A]
- Definition Classes
- AbstractAttributeIndex → AttributeIndex
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getEffectiveIndex(): Index[O]
- Definition Classes
- AbstractGeoIndex → Index
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- AbstractAttributeIndex → AnyRef → Any
- def init(objectStore: ObjectStore[O], queryOptions: QueryOptions): Unit
- Definition Classes
- AbstractGeoIndex → ModificationListener
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMutable(): Boolean
- Definition Classes
- AbstractGeoIndex → Index
- Annotations
- @Override()
- def isQuantized(): Boolean
- Definition Classes
- AbstractGeoIndex → Index
- Annotations
- @Override()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def removeAll(objectSet: ObjectSet[O], queryOptions: QueryOptions): Boolean
- Definition Classes
- AbstractGeoIndex → ModificationListener
- Annotations
- @Override()
- def retrieve(query: Query[O], queryOptions: QueryOptions): ResultSet[O]
- Definition Classes
- AbstractGeoIndex → Index
- Annotations
- @Override()
- def supportsQuery(arg0: Query[O], arg1: QueryOptions): Boolean
- Definition Classes
- AbstractAttributeIndex → Index
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)