Package org.opensextant.output
Class WKTFormatter
- java.lang.Object
-
- org.opensextant.output.AbstractFormatter
-
- org.opensextant.output.GISDataFormatter
-
- org.opensextant.output.WKTFormatter
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,MatchInterpreter
,ResultsFormatter
public final class WKTFormatter extends GISDataFormatter
A formatter for WKT output.- Author:
- Rich Markeloff, MITRE Corp. Initial version created on Feb 7, 2012
-
-
Field Summary
-
Fields inherited from class org.opensextant.output.GISDataFormatter
allowNonGeo, doc_type, gisDataModel, groupByDocument, os, useFileHyperlink
-
Fields inherited from class org.opensextant.output.AbstractFormatter
debug, geoInterpreter, includeCoordinate, includeOffsets, log, outputExtension, outputParams, outputType, overwrite, TEXT_WIDTH
-
-
Constructor Summary
Constructors Constructor Description WKTFormatter()
-
Method Summary
Modifier and Type Method Description void
createOutputStreams()
Create 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, writeGeocodingResult
-
Methods inherited from class org.opensextant.output.AbstractFormatter
checkOverwrite, createOutputFileName, deleteOutput, formatResults, getGeocoding, getJobName, getOutputFilepath, getOutputType, setMatchInterpeter, setOutputDir, setOutputFilename, setParameters
-
-
-
-
Constructor Detail
-
WKTFormatter
public WKTFormatter() throws ProcessingException
- Throws:
ProcessingException
-
-
Method Detail
-
createOutputStreams
public void createOutputStreams() throws java.io.IOException
Create the output stream appropriate for the output type.- Specified by:
createOutputStreams
in classAbstractFormatter
- Throws:
java.io.IOException
- on err
-
-