org.deegree.services.wcts.protocol
Interface TransformResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
TransformResponse_Impl

public interface TransformResponse
extends OGCWebServiceResponse

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.

----------------------------------------------------------------------

Version:
2002-07-19
Author:
Andreas Poth

Method Summary
 GMLGeometry[] getGeometries()
          gets the Data.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getGeometries

public GMLGeometry[] getGeometries()
gets the Data. The Format of the data is defined in the request.