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

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

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

Classes in org.deegree_impl.services.wcts.protocol that implement TransformRequest
 class TransformRequest_Impl
          The transform-schema describes the only mandatory request, which is to adapt from the Transformation-Web-Service The basic elememts of the reqest are the coordinate-system of the data (SourceCRS), the coordinate-system in which the data should be transformed (DestinationCRS) and the data itself.
 

Methods in org.deegree_impl.services.wcts.protocol that return TransformRequest
static TransformRequest WCTS_ProtocolFactory.createTransformRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter, java.io.Reader reader)
          factory method for creating a Transform object from a file that contains a WCTS-specification conform XML transform-request document.
static TransformRequest WCTS_ProtocolFactory.createTransformRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter, org.w3c.dom.Document doc)
          factory method for creating a Transform object from a WCTS-specification conform XML transform-request document