org.deegree.ogcwebservices.wcts.operation
Class TransformationReference
java.lang.Object
org.deegree.ogcwebservices.wcts.operation.TransformationReference
public class TransformationReference
- extends java.lang.Object
The TransformationReference
class wraps the incoming uris of a TransformOperation, which requests an
explicit transformation.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Constructor Summary |
TransformationReference(java.lang.String transformationID)
Constructor referencing a configured transformation id. |
TransformationReference(java.lang.String sourceId,
java.lang.String targetId)
Constructor using a source and target crs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformationReference
public TransformationReference(java.lang.String sourceId,
java.lang.String targetId)
- Constructor using a source and target crs.
- Parameters:
sourceId
- targetId
-
TransformationReference
public TransformationReference(java.lang.String transformationID)
- Constructor referencing a configured transformation id.
- Parameters:
transformationID
- to use
gettransformationId
public final java.lang.String gettransformationId()
- Returns:
- the id of the transformation, may be
null
getSourceId
public final java.lang.String getSourceId()
- Returns:
- the id of the requested source CRS, may be
null
getTargetId
public final java.lang.String getTargetId()
- Returns:
- the id of the requested target CRS, may be
null
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org