Package

org.locationtech.geomesa.features.avro

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. trait AvroDataFile extends AnyRef

    Permalink

    AvroDataFiles are binary Avro files (see https://avro.apache.org/) that encode SimpleFeatures using a custom avro schema per SimpleFeatureType.

    AvroDataFiles are binary Avro files (see https://avro.apache.org/) that encode SimpleFeatures using a custom avro schema per SimpleFeatureType. AvroDataFiles are meant to: 1. Provide binary longer-term storage in filesystems for SimpleFeatures 2. Carry the SimpleFeatureType and feature name along with the data using avro metadata 3. Be self-describing outside of Geotools as much as possible

    You may want to consider gzipping your avro data file for better compression

    Version 3 supports Bytes as a type in the SFT

  2. class AvroDataFileReader extends CloseableIterator[SimpleFeature]

    Permalink
  3. class AvroDataFileWriter extends Closeable with Flushable

    Permalink

    Class that writes out Avro SimpleFeature Data Files which carry the SimpleFeatureType Schema along with them.

Value Members

  1. object AvroDataFile extends AvroDataFile

    Permalink

Ungrouped