Packages

package formats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ArrowExporter extends ByteCounterExporter
  2. class AvroExporter extends ByteCounterExporter
  3. class BinExporter extends ByteCounterExporter
  4. class DelimitedExporter extends ByteCounterExporter with LazyLogging
  5. sealed abstract class ExportFormat extends AnyRef

    Export format enumeration

  6. trait FeatureExporter extends ByteCounter with Closeable

    Exports features in various formats.

    Exports features in various formats. Usage pattern is:

    start() export() - 0 to n times close()

  7. abstract class FileSystemExporter extends FeatureExporter

    Export to a FileSystem data store format

  8. class GeoJsonExporter extends ByteCounterExporter
  9. class GmlExporter extends ByteCounterExporter

    GML exporter implementation.

    GML exporter implementation.

    The geotools GML export classes only support encoding a feature collection. To support our usage pattern (start, export n times, end), we create an asynchronous feature collection and do the actual encoding in a separate thread. The encoder thread will block until there are more features to export, so that we only get a single feature collection in the xml.

  10. class LeafletMapExporter extends ByteCounterExporter with LazyLogging
  11. class ShapefileExporter extends FeatureExporter

Ungrouped