object GeoMesaFeatureIndex
- Alphabetic
- By Inheritance
- GeoMesaFeatureIndex
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
baseTableNameKey(name: String, attributes: Seq[String], version: Int): String
Base table name key used for storing in metadata
Base table name key used for storing in metadata
- name
index name
- attributes
index attributes
- version
index version
-
def
idFromBytes(sft: SimpleFeatureType): (Array[Byte], Int, Int, SimpleFeature) ⇒ String
Converts a byte array to a feature id.
Converts a byte array to a feature id. Return method takes an optional (null accepted) simple feature, which will be used to cache the parsed feature ID if it is a UUID.
- sft
simple feature type
- returns
(bytes, offset, length, SimpleFeature) => id
-
def
idToBytes(sft: SimpleFeatureType): (String) ⇒ Array[Byte]
Converts a feature id to bytes, for indexing or querying
Converts a feature id to bytes, for indexing or querying
- sft
simple feature type
-
def
identifier(index: GeoMesaFeatureIndex[_, _]): String
Identifier string for an index.
Identifier string for an index. Can be parsed with
IndexId.parse
- index
index
-
def
identifier(id: IndexId): String
Identifier string for an index.
Identifier string for an index. Can be parsed with
IndexId.parse
- id
id to encode
-
def
identifier(name: String, version: Int, attributes: Seq[String]): String
Identifier string for an index.
Identifier string for an index. Can be parsed with
IndexId.parse
- name
name
- version
version
- attributes
attributes
- object IdFromRow
-
object
Schemes
Some predefined indexing schemes