| Interface | Description |
|---|---|
| ShapeWriterDelegate |
Defines feature type and feature attributes of a
ShapeWriter. |
| StatSink |
| Class | Description |
|---|---|
| GeoJsonWriter |
GeoJSON format text output.
|
| InputDataset |
A set of spatial data in the euclidian plane.
|
| KmlWriter |
KML format text output (Keyhole / Google Earth).
|
| Projection | |
| ShapeGeofabrikAdapter |
Adapter to the attributes provided by the
ShapeReader as OSM tags. |
| ShapeReader |
Reads linestrings from ESRI Shapefiles.
|
| ShapeWriter |
Writes geometry features to ESRI Shapefiles.
|
| ShapeWriter.DefaultDelegate |
A
ShapeWriterDelegate defining no attributes by default. |
| ShapeWriter.DefaultLineDelegate |
A
ShapeWriterDelegate defining an output of
LineStrings without attributes. |
| ShapeWriter.DefaultPointDelegate |
A
ShapeWriterDelegate defining an output of
Points without attributes. |
| SQLiteWriter |
SQLite database output of non-spatial data.
|
| WriterHelper |
Metadata definitions for use by the file output classes.
|
| WriterHelper.AttributeDefinition |
Name and type of an attribute.
|
File input/output support for the Combiner.
At this time, this package only contains Adapters to the shapefile input/output routines that were previously defined in the de.thaw.thesis.testbed package.