|
semanticwfs
Version 0.1.0.0
|
Formats metadata according to the GeoDCAT format. More...


Public Member Functions | |
| 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] | |
Package Attributes | |
| GMDFormatter | formatter =new GMDFormatter() |
| GMDFormatter to produce the initial GMD XML. More... | |
Formats metadata according to the GeoDCAT format.
This class takes metadata formatted in the GMD standard and uses an XSLT stylesheet to convert the results to GeoDCAT.
|
staticpackageinherited |
References ResultMetadataFormatter.resultMap.
| String formatter | ( | String | collectionid, |
| String | collectioncall, | ||
| String | collectionurl, | ||
| JSONObject | workingobj, | ||
| String | format | ||
| ) | throws XMLStreamException |
Reimplemented from ResultMetadataFormatter.
References DCATFormatter.formatter, GMDFormatter.formatter(), XSLTTransformer.GeoDCATToHTML(), XSLTTransformer.gmdToGeoDCAT(), and ResultMetadataFormatter.mimeType.
|
staticinherited |
Referenced by WebService.getCollectionMetadata().
|
inherited |
|
package |
GMDFormatter to produce the initial GMD XML.
Referenced by DCATFormatter.formatter().
|
inherited |
|
inherited |
Referenced by DCATFormatter.formatter(), WebService.getCollectionMetadata(), and GMDFormatter.GMDFormatter().
|
staticinherited |
Referenced by ResultMetadataFormatter.[static initializer]().
|
inherited |
Referenced by GMDFormatter.formatter().