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

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

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

Classes in org.deegree_impl.services.wcts.protocol that implement IsTransformableRequest
 class IsTransformableRequest_Impl
          This class describes requests, which have to examine the possibility to transform one coordinate system into another.
 

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