org.deegree_impl.services.wcts.protocol
Class DescribeTransformationRequest_Impl
java.lang.Object
org.deegree_impl.services.OGCWebServiceRequest_Impl
org.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
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 |
destinationCRS
private CS_CoordinateSystem destinationCRS
sourceCRS
private CS_CoordinateSystem sourceCRS
format
private java.lang.String format
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
-
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()