Packages

class ColumnGroups extends AnyRef

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

Instance Constructors

  1. new ColumnGroups()

Value Members

  1. def apply(sft: SimpleFeatureType): Seq[(Array[Byte], SimpleFeatureType)]

    Gets the column groups for a simple feature type.

    Gets the column groups for a simple feature type. The default group will contain all columns

    sft

    simple feature type

  2. def group(sft: SimpleFeatureType, transform: Option[String], ecql: Option[Filter]): (Array[Byte], SimpleFeatureType)

    Find a column group that supports the given transform and filter

    Find a column group that supports the given transform and filter

    sft

    simple feature type

    transform

    transform definitions

    ecql

    filter, if any

  3. def serializers(sft: SimpleFeatureType): Seq[(Array[Byte], SimpleFeatureSerializer)]

    Get serializers for each column group

    Get serializers for each column group

    sft

    simple feature type

  4. def validate(sft: SimpleFeatureType): Unit

    Validate that the column groups do not overlap with reserved column groups

    Validate that the column groups do not overlap with reserved column groups

    sft

    simple feature type