Packages

object XZ3Index extends ConfiguredIndex

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XZ3Index
  2. ConfiguredIndex
  3. NamedIndex
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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
    XZ3IndexConfiguredIndex
  2. val name: String

    The name used to identify the index

    The name used to identify the index

    Definition Classes
    XZ3IndexNamedIndex
  3. 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
    XZ3IndexConfiguredIndex
  4. val version: Int

    Current version of the index

    Current version of the index

    Definition Classes
    XZ3IndexNamedIndex