object GeoMesaFeatureIndex
- Alphabetic
- By Inheritance
- GeoMesaFeatureIndex
- 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
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object IdFromRow
-
object
Schemes
Some predefined indexing schemes
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated