|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wfs.sde.SDEDataStoreOutputGML
Implements the DataStoreOutputFormat interface to format the result of a data accessing class returned within the values of a HashMap as deegree feature collection
-----------------------------------------------------------------------
Field Summary | |
private double |
maxx
|
private double |
maxy
|
private double |
minx
|
private double |
miny
|
Constructor Summary | |
SDEDataStoreOutputGML()
|
Method Summary | |
java.lang.Object |
format(java.util.HashMap map,
ParameterList paramList)
formats the data store at the values of the HashMap into one single data structure. |
private java.lang.String |
formatPropertyName(java.lang.String property)
the method formats a slash-seperated property name like /cities/ID to a dot-seperated xml-valid name --> cities.ID |
private void |
updateBoundingBox(GM_Object geo)
updates the bounding box of the GMLFeatureCollection. |
private org.w3c.dom.Document |
xsltTransformGetFeature(java.lang.String gml,
java.lang.String xsltURL)
transforms the response to a GetRecord/Feature request using a predefined xslt-stylesheet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private double maxx
private double maxy
private double minx
private double miny
Constructor Detail |
public SDEDataStoreOutputGML()
Method Detail |
public java.lang.Object format(java.util.HashMap map, ParameterList paramList) throws java.lang.Exception
format
in interface DataStoreOutputFormat
java.lang.Exception
private java.lang.String formatPropertyName(java.lang.String property)
private void updateBoundingBox(GM_Object geo)
private org.w3c.dom.Document xsltTransformGetFeature(java.lang.String gml, java.lang.String xsltURL)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |