|
GeoPubby
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 KMLStyleFormatter, and GeoJSONCSSFormatter.
Referenced by KMLWriter.write().
|
abstract |
| results | |
| featuretype |
| XMLStreamException |
Reimplemented in KMLStyleFormatter, and GeoJSONCSSFormatter.
|
static |
Gets a style formatter for a chosen style type.
| formatString | the formatString indicating a given style type |
| String exposedType ="application/vnd.geo+json" |
| Integer lastQueriedElemCount =0 |
| String mimeType ="text/plain" |
|
static |
Referenced by ResultStyleFormatter.[static initializer]().
| String styleAttribute ="" |
Referenced by GeoJSONCSSFormatter.GeoJSONCSSFormatter().