Package org.opensextant.output
package org.opensextant.output
Xponents Output Formatting using GISCore
- The foundation of the output formatting is the AbstractFormatter. All implementations of GIS formats - Shapefile, FileGeodatabase, Geo-CSV, KML, etc. -- employ GISCore (opensextant GISCore 2.x).
- The OpenSextantSchema class defines the standard elements that are derived from geocoding.
- JSON support appears now in Transforms class, which will grow
as needed to support serialization of geocoding outputs
-
ClassDescriptionAbstract class encapsulating basic results formatter functionality.Abstract class encapsulating basic results formatter functionality without prescribing schemaAlternative to CSVFormatter which is schema-specific and a bit rigid.A results formatter for FileGDB output.A results formatter for shapefile output.This is the base class for classes that convert document annotations to GISCore features.A formatter for KML output that uses GISCore API.GISCore-based output schema.Interface for classes that generate output from corpora that have been processed by OpenSextant.A results formatter for shapefile output.A formatter for WKT output.