Package org.opensextant.output
Class ShapefileFormatter
java.lang.Object
org.opensextant.output.AbstractFormatter
org.opensextant.output.GISDataFormatter
org.opensextant.output.ShapefileFormatter
- 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
- 
Field SummaryFields inherited from class org.opensextant.output.GISDataFormatterallowNonGeo, doc_type, gisDataModel, groupByDocument, os, useFileHyperlinkFields inherited from class org.opensextant.output.AbstractFormatterdebug, geoInterpreter, includeCoordinate, includeOffsets, log, outputExtension, outputParams, outputType, overwrite, TEXT_WIDTH
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidCreate the output stream appropriate for the output type.Methods inherited from class org.opensextant.output.GISDataFormatteraddField, close, createTempFolder, filterOut, finish, removeField, setGisDataModel, setGisDataModel, start, writeGeocodingResultMethods inherited from class org.opensextant.output.AbstractFormattercheckOverwrite, createOutputFileName, deleteOutput, formatResults, getGeocoding, getJobName, getOutputFilepath, getOutputType, setMatchInterpeter, setOutputDir, setOutputFilename, setParameters
- 
Constructor Details- 
ShapefileFormatter- Throws:
- ProcessingException
 
 
- 
- 
Method Details- 
createOutputStreamsCreate the output stream appropriate for the output type.- Specified by:
- createOutputStreamsin class- AbstractFormatter
- Throws:
- Exception- on err
 
 
-