org.deegree_impl.services.wcts.protocol
Class DescribeTransformationRequest_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceRequest_Impl
      extended byorg.deegree_impl.services.wcts.protocol.DescribeTransformationRequest_Impl
All Implemented Interfaces:
DescribeTransformationRequest, OGCWebServiceRequest

public class DescribeTransformationRequest_Impl
extends OGCWebServiceRequest_Impl
implements DescribeTransformationRequest

The only request not defined as mandatory supplies the description of the transformation of coordinates from a spatial reference system to another. The structure of the requests essentially corresponds to that of the IsTransformable Requests. The transformation steps, which are necessary, are inquired in order to transform a coordinate from the SourceCRS into the TargetCRS.

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

Version:
2002-07-10
Author:
Andreas Poth

Field Summary
private  CS_CoordinateSystem destinationCRS
           
private  java.lang.String format
           
private  CS_CoordinateSystem sourceCRS
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
id, request, service, vendorSpecificParameter, version
 
Constructor Summary
(package private) DescribeTransformationRequest_Impl(java.lang.String version, java.lang.String id, java.util.HashMap verndorSpecificParameter, java.lang.String format, CS_CoordinateSystem sourceCRS, CS_CoordinateSystem destinationCRS)
          Creates a new DescribeTransformationRequest_Impl object.
 
Method Summary
 CS_CoordinateSystem getDestinationCRS()
          gets the DestinationCRS
 java.lang.String getFormat()
          gets the format
 CS_CoordinateSystem getSourceCRS()
          gets the SourceCRS
 void setDestinationCRS(CS_CoordinateSystem destinationCRS)
           
 void setFormat(java.lang.String format)
          sets the format
 void setSourceCRS(CS_CoordinateSystem sourceCRS)
           
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wcts.protocol.DescribeTransformationRequest
getVersion
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters
 

Field Detail

destinationCRS

private CS_CoordinateSystem destinationCRS

sourceCRS

private CS_CoordinateSystem sourceCRS

format

private java.lang.String format
Constructor Detail

DescribeTransformationRequest_Impl

DescribeTransformationRequest_Impl(java.lang.String version,
                                   java.lang.String id,
                                   java.util.HashMap verndorSpecificParameter,
                                   java.lang.String format,
                                   CS_CoordinateSystem sourceCRS,
                                   CS_CoordinateSystem destinationCRS)
Creates a new DescribeTransformationRequest_Impl object.

Parameters:
version -
id -
verndorSpecificParameter -
format -
sourceCRS -
destinationCRS -
Method Detail

getFormat

public java.lang.String getFormat()
gets the format

Specified by:
getFormat in interface DescribeTransformationRequest

setFormat

public void setFormat(java.lang.String format)
sets the format


getSourceCRS

public CS_CoordinateSystem getSourceCRS()
gets the SourceCRS

Specified by:
getSourceCRS in interface DescribeTransformationRequest

setSourceCRS

public void setSourceCRS(CS_CoordinateSystem sourceCRS)
See Also:
getSourceCRS()

getDestinationCRS

public CS_CoordinateSystem getDestinationCRS()
gets the DestinationCRS

Specified by:
getDestinationCRS in interface DescribeTransformationRequest

setDestinationCRS

public void setDestinationCRS(CS_CoordinateSystem destinationCRS)
See Also:
getDestinationCRS()