Package org.opensextant.output
Class GeoCSVFormatter
java.lang.Object
org.opensextant.output.AbstractFormatter
org.opensextant.output.GISDataFormatter
org.opensextant.output.GeoCSVFormatter
- All Implemented Interfaces:
Closeable,AutoCloseable,MatchInterpreter,ResultsFormatter
A results formatter for shapefile output.
- Author:
- Rich Markeloff, MITRE Corp. Initial version created on Jan 6, 2012 history ------- - Changed this variety of CSV to be Geo-specific; Other non-geo data could be written to CSV easily.
-
Field Summary
Fields inherited from class org.opensextant.output.GISDataFormatter
allowNonGeo, doc_type, gisDataModel, groupByDocument, os, useFileHyperlinkFields inherited from class org.opensextant.output.AbstractFormatter
debug, geoInterpreter, includeCoordinate, includeOffsets, log, outputExtension, outputParams, outputType, overwrite, TEXT_WIDTH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCreate the output stream appropriate for the output type.Methods inherited from class org.opensextant.output.GISDataFormatter
addField, close, createTempFolder, filterOut, finish, removeField, setGisDataModel, setGisDataModel, start, writeGeocodingResultMethods inherited from class org.opensextant.output.AbstractFormatter
checkOverwrite, createOutputFileName, deleteOutput, formatResults, getGeocoding, getJobName, getOutputFilepath, getOutputType, setMatchInterpeter, setOutputDir, setOutputFilename, setParameters
-
Constructor Details
-
GeoCSVFormatter
- Throws:
ProcessingException
-
-
Method Details
-
createOutputStreams
Create the output stream appropriate for the output type.- Specified by:
createOutputStreamsin classAbstractFormatter- Throws:
Exception- on err
-