package formats
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ArrowExporter extends ByteCounterExporter
- class AvroExporter extends ByteCounterExporter
- class BinExporter extends ByteCounterExporter
- class DelimitedExporter extends ByteCounterExporter with LazyLogging
-
sealed abstract
class
ExportFormat extends AnyRef
Export format enumeration
-
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()
-
abstract
class
FileSystemExporter extends FeatureExporter
Export to a FileSystem data store format
- class GeoJsonExporter extends ByteCounterExporter
-
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.
- class LeafletMapExporter extends ByteCounterExporter with LazyLogging
- class ShapefileExporter extends FeatureExporter
Value Members
- object ArrowExporter
- object DelimitedExporter
- object ExportFormat
- object FeatureExporter
- object FileSystemExporter extends LazyLogging
- object GmlExporter
- object LeafletMapExporter
- object NullExporter extends FeatureExporter