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

Packages that use TransformationSequence
org.deegree_impl.services.wcts.protocol   
org.deegree.services.wcts.protocol   
 

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

Classes in org.deegree_impl.services.wcts.protocol that implement TransformationSequence
 class TransformationSequence_Impl
          Is the CTS able to execute user-defined transformations, a succession of transformation-steps can be defined by the <TransformationSequence> element.
 

Methods in org.deegree_impl.services.wcts.protocol that return TransformationSequence
static TransformationSequence[] WCTS_ProtocolFactory.getTransformationSequence(org.w3c.dom.Element element)
          gets TransformationSequence element
 TransformationSequence[] TransformRequest_Impl.getTransformationSequence()
          gets the TransformationSequence-element.
 

Methods in org.deegree_impl.services.wcts.protocol with parameters of type TransformationSequence
 void TransformRequest_Impl.addTransformationSequence(TransformationSequence transformationSequence)
           
 void TransformRequest_Impl.setTransformationSequence(TransformationSequence[] transformationSequence)
           
 

Constructors in org.deegree_impl.services.wcts.protocol with parameters of type TransformationSequence
TransformRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap vendorSpecificParameter, java.lang.String inputFormat, java.lang.String outputFormat, CS_CoordinateSystem sourceCRS, CS_CoordinateSystem destinationCRS, TransformationSequence[] transformationSequence, GMLGeometry[] data)
          constructor
 

Uses of TransformationSequence in org.deegree.services.wcts.protocol
 

Methods in org.deegree.services.wcts.protocol that return TransformationSequence
 TransformationSequence[] TransformRequest.getTransformationSequence()
          gets the TransformationSequence-element.