Uses of Interface
org.deegree.services.wcts.protocol.TransformResponse

Packages that use TransformResponse
org.deegree_impl.services.wcts.protocol   
 

Uses of TransformResponse in org.deegree_impl.services.wcts.protocol
 

Classes in org.deegree_impl.services.wcts.protocol that implement TransformResponse
 class TransformResponse_Impl
          The TransformResponse-schema describes the format of the answer of the transform-request that is fired by the coordinate-transformation-web-service.
 

Methods in org.deegree_impl.services.wcts.protocol that return TransformResponse
static TransformResponse WCTS_ProtocolFactory.createTransformResponse(OGCWebServiceRequest request, OGCWebServiceException exception, GMLGeometry[] data)
          factory method for creating a Transform object from a file that contains a WCTS-specification conform XML transform-response document.