semanticwfs
Version 0.1.0.0
|
Public Member Functions | |
abstract String | formatter (String collectionid, String collectioncall, String collectionurl, JSONObject workingobj, String format) throws XMLStreamException |
String | formatHeader () |
String | formatFooter () |
Static Public Member Functions | |
static ResultMetadataFormatter | getFormatter (String formatString) |
Public Attributes | |
Integer | lastQueriedElemCount =0 |
String | mimeType ="text/plain" |
String | exposedType ="application/vnd.geo+json" |
XMLStreamWriter | xmlwriter |
Static Public Attributes | |
static Map< String, ResultMetadataFormatter > | resultMap =new TreeMap<String, ResultMetadataFormatter>() |
Static Package Functions | |
[static initializer] | |
|
staticpackage |
References ResultMetadataFormatter.resultMap.
|
abstract |
Reimplemented in GMDFormatter, and DCATFormatter.
Referenced by WebService.getCollectionMetadata().
|
static |
Referenced by WebService.getCollectionMetadata().
String exposedType ="application/vnd.geo+json" |
Integer lastQueriedElemCount =0 |
String mimeType ="text/plain" |
Referenced by DCATFormatter.formatter(), WebService.getCollectionMetadata(), and GMDFormatter.GMDFormatter().
|
static |
Referenced by ResultMetadataFormatter.[static initializer]().
XMLStreamWriter xmlwriter |
Referenced by GMDFormatter.formatter().