Packages

package io

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AvroDataFile extends AnyRef

    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]
  3. class AvroDataFileWriter extends Closeable with Flushable

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

Value Members

  1. object AvroDataFile extends AvroDataFile

Ungrouped