object Z3Index extends ConfiguredIndex
- Alphabetic
- By Inheritance
- Z3Index
- ConfiguredIndex
- NamedIndex
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
defaultIndicesFor(sft: SimpleFeatureType): Seq[IndexId]
Gets the index ids that could be used with this index, based on default attributes in the feature type
Gets the index ids that could be used with this index, based on default attributes in the feature type
- sft
simple feature type
- returns
index ids that could be used with this index
- Definition Classes
- Z3Index → ConfiguredIndex
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
indexFor(sft: SimpleFeatureType, primary: AttributeDescriptor): Option[IndexId]
Gets the id for an index on this attribute, if it's supported by this index
Gets the id for an index on this attribute, if it's supported by this index
- sft
simple feature type
- primary
the primary attribute to use in the index
- returns
index id that could be used with this index, if it's supported
- Definition Classes
- Z3Index → ConfiguredIndex
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
name: String
The name used to identify the index
The name used to identify the index
- Definition Classes
- Z3Index → NamedIndex
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
supports(sft: SimpleFeatureType, attributes: Seq[String]): Boolean
Supports the specified attributes for the schema
Supports the specified attributes for the schema
- sft
simple feature type
- attributes
attributes to index
- Definition Classes
- Z3Index → ConfiguredIndex
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
version: Int
Current version of the index
Current version of the index
- Definition Classes
- Z3Index → NamedIndex
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated