object XZ3Index extends ConfiguredIndex
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XZ3Index
- ConfiguredIndex
- NamedIndex
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
defaults(sft: SimpleFeatureType): Seq[Seq[String]]
Gets the default attributes that could be used with this index
Gets the default attributes that could be used with this index
- sft
simple feature type
- returns
groups of attributes that could be used with this index
- Definition Classes
- XZ3Index → ConfiguredIndex
-
val
name: String
The name used to identify the index
The name used to identify the index
- Definition Classes
- XZ3Index → NamedIndex
-
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
- XZ3Index → ConfiguredIndex
-
val
version: Int
Current version of the index
Current version of the index
- Definition Classes
- XZ3Index → NamedIndex