|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TransformResponse-schema describes the format of the answer of the transform-request that is fired by the coordinate-transformation-web-service. the root-element (TransformResponse) inludes in the case of a error-free request-handling the transformed data. If am error occures during the processing, an Exception is included in the the TransformResponse-element. The format of the returned transformed data is defined in the request. In addition to the GML-coded geometries a coding as "Well Known Text" (WKT) is possible. A WKT-geometry is transported as String.
----------------------------------------------------------------------
Method Summary | |
GMLGeometry[] |
getGeometries()
gets the Data. |
Methods inherited from interface org.deegree.services.OGCWebServiceResponse |
getException, getRequest, setException, setRequest |
Method Detail |
public GMLGeometry[] getGeometries()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |