Packages

trait ConfiguredIndex extends NamedIndex

Trait for helping to determine the attributes for an index based on the simple feature type

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

Abstract Value Members

  1. abstract 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

  2. abstract def name: String

    The name used to identify the index

    The name used to identify the index

    Definition Classes
    NamedIndex
  3. abstract 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

  4. abstract def version: Int

    Current version of the index

    Current version of the index

    Definition Classes
    NamedIndex