Package

org.locationtech.geomesa.accumulo.index

encoders

Permalink

package encoders

Visibility
  1. Public
  2. All

Type Members

  1. class BinEncoder extends AnyRef

    Permalink

    Encodes features in 'bin' format

  2. case class DecodedIndexValue(id: String, geom: Geometry, date: Option[Date], attributes: Map[String, Any]) extends Product with Serializable

    Permalink

    Decoded index value

  3. class IndexValueEncoderImpl extends SimpleFeatureSerializer with LimitedSerialization

    Permalink

    Encoder/decoder for index values.

    Encoder/decoder for index values. Allows customizable fields to be encoded. Not thread-safe.

    We need a separate encoder/decoder, as the encoder takes a 'full' feature and only writes the 'reduced' parts, while the decoder reads the 'reduced' feature.

    Annotations
    @deprecated
    Deprecated
  4. class OldIndexValueEncoder extends SimpleFeatureSerializer with LimitedSerialization

    Permalink

    Encoder/decoder for index values.

    Encoder/decoder for index values. Allows customizable fields to be encoded. Thread-safe.

    Annotations
    @deprecated
    Deprecated

Value Members

  1. object BinEncoder

    Permalink
  2. object IndexValueEncoder

    Permalink
  3. object OldIndexValueEncoder

    Permalink
    Annotations
    @Deprecated

Ungrouped