semanticwfs
Version 0.1.0.0
|
Abstract class to describe a class applying a style to a downlifted dataset. More...
Public Member Functions | |
abstract String | formatter (ResultSet results, String featuretype) throws XMLStreamException |
String | formatHeader () |
String | formatFooter () |
abstract String | formatGeometry (String geometrytype, StyleObject styleobj) |
Formats a geometry according to a given geometrytype using information from a given styleobj. More... | |
Static Public Member Functions | |
static ResultStyleFormatter | getFormatter (String formatString) |
Gets a style formatter for a chosen style type. More... | |
Public Attributes | |
Integer | lastQueriedElemCount =0 |
String | mimeType ="text/plain" |
String | exposedType ="application/vnd.geo+json" |
String | styleAttribute ="" |
Static Public Attributes | |
static Map< String, ResultStyleFormatter > | resultMap =new TreeMap<String, ResultStyleFormatter>() |
Static Package Functions | |
[static initializer] | |
Abstract class to describe a class applying a style to a downlifted dataset.
|
staticpackage |
References ResultStyleFormatter.resultMap.
|
abstract |
Formats a geometry according to a given geometrytype using information from a given styleobj.
geometrytype | the geometry |
styleobj | the styleobject to use for formatting |
Reimplemented in SimpleStyleFormatter, MapCSSFormatter, KMLStyleFormatter, GeoJSONCSSFormatter, CartoCSSFormatter, and SLDFormatter.
Referenced by GeoJSONFormatter.formatJSONObject(), GeoJSONFormatter.formatJSONStreaming(), and KMLFormatter.formatter().
|
abstract |
results | |
featuretype |
XMLStreamException |
Reimplemented in SLDFormatter, SimpleStyleFormatter, MapCSSFormatter, KMLStyleFormatter, GeoJSONCSSFormatter, and CartoCSSFormatter.
|
static |
Gets a style formatter for a chosen style type.
formatString | the formatString indicating a given style type |
String exposedType ="application/vnd.geo+json" |
Referenced by SLDFormatter.formatter().
Integer lastQueriedElemCount =0 |
String mimeType ="text/plain" |
|
static |
Referenced by ResultStyleFormatter.[static initializer]().
String styleAttribute ="" |