Package org.opensextant.output
Class FormatterFactory
java.lang.Object
org.opensextant.output.FormatterFactory
- Author:
- Marc C. Ubaldino, MITRE, ubaldino at mitre dot org
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResultsFormatter
getInstance
(String fmt) Supported formats are CSV, WKT, HTML, KML, Shapefile, GDB, JSONstatic String[]
static boolean
isSupported
(String fmt) Check if this is a known format
-
Field Details
-
PKG
-
-
Constructor Details
-
FormatterFactory
public FormatterFactory()
-
-
Method Details
-
isSupported
Check if this is a known format -
getSupportedFormats
-
getInstance
Supported formats are CSV, WKT, HTML, KML, Shapefile, GDB, JSON- Parameters:
fmt
- format name- Returns:
- Implentation of ResultsFormatter
- Throws:
ProcessingException
- if Java class for formatter is not found
-