semanticwfs
Version 0.1.0.0
|
Reads an ontological style description and formats it to CartoCSS. More...
Public Member Functions | |
String | formatter (ResultSet results, String featuretype) throws XMLStreamException |
String | formatGeometry (String geometrytype, StyleObject styleobj) |
Formats a geometry according to a given geometrytype using information from a given styleobj. More... | |
String | formatHeader () |
String | formatFooter () |
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] | |
Reads an ontological style description and formats it to CartoCSS.
|
staticpackageinherited |
References ResultStyleFormatter.resultMap.
String formatGeometry | ( | String | geometrytype, |
StyleObject | styleobj | ||
) |
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 from ResultStyleFormatter.
String formatter | ( | ResultSet | results, |
String | featuretype | ||
) | throws XMLStreamException |
results | |
featuretype |
XMLStreamException |
Reimplemented from ResultStyleFormatter.
|
staticinherited |
Gets a style formatter for a chosen style type.
formatString | the formatString indicating a given style type |
|
inherited |
Referenced by SLDFormatter.formatter().
|
inherited |
|
inherited |
|
staticinherited |
Referenced by ResultStyleFormatter.[static initializer]().
|
inherited |