|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.OGCWebServiceResponse_Impl
org.deegree_impl.services.wcts.protocol.DescribeTransformationResponse_Impl
As an answer to a DescribeTransformationRequest the service answers with one list including all single transformations which can be accomplished, in order to convert a coordinate from a sourcecoordinatensystem into a target system. As the attribute the number of necessary transformations is returned. If the transformation described is not possible, no transformation is returned and the numberOfTransformations is ' 0 '. Reasons for the missing possibility to perform a transformation can be that the service does not know/implement the necessary transformation steps, or that a transformation not is not possible in principle (e.g. 3d to 2d systems). An exception is returned only if an error aroses during processing the request .
----------------------------------------------------------------------
Field Summary | |
private int |
numberOfTransformations
|
private java.util.ArrayList |
parameterizedTransformation
|
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl |
|
Constructor Summary | |
(package private) |
DescribeTransformationResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception,
CT_MathTransform[] parameterizedTransformation,
int numberOfTransformations)
constructor initializing the class |
Method Summary | |
void |
addParameterizedTransformation(CT_MathTransform parameterizedTransformation)
adds the ParameterizedTransformation; |
java.lang.String |
exportAsXML()
creates the DescribeTransformationResponse as XML |
int |
getNumberOfTransformations()
gets the NumberOfTransformations |
CT_MathTransform[] |
getParameterizedTransformation()
gets the ParameterizedTransformation |
void |
setNumberOfTransformations(int numberOfTransformations)
sets the NumberOfTransformations |
void |
setParameterizedTransformation(CT_MathTransform[] parameterizedTransformation)
sets the <VendorSpecificCapabilities> |
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl |
getException, getRequest, setException, setRequest, 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.OGCWebServiceResponse |
getException, getRequest, setException, setRequest |
Field Detail |
private java.util.ArrayList parameterizedTransformation
private int numberOfTransformations
Constructor Detail |
DescribeTransformationResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, CT_MathTransform[] parameterizedTransformation, int numberOfTransformations)
Method Detail |
public CT_MathTransform[] getParameterizedTransformation()
getParameterizedTransformation
in interface DescribeTransformationResponse
public void addParameterizedTransformation(CT_MathTransform parameterizedTransformation)
public void setParameterizedTransformation(CT_MathTransform[] parameterizedTransformation)
public int getNumberOfTransformations()
getNumberOfTransformations
in interface DescribeTransformationResponse
public void setNumberOfTransformations(int numberOfTransformations)
public java.lang.String exportAsXML()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |