|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.ct.CoordinateTransformation.Export
Wrap a CoordinateTransformation
for use with OpenGIS.
This wrapper is a good place to check for non-implemented
OpenGIS methods (just check for methods throwing
UnsupportedOperationException
). This class
is suitable for RMI use.
Field Summary | |
protected Adapters |
adapters
The originating adapter. |
Constructor Summary | |
|
CoordinateTransformation.Export()
|
protected |
CoordinateTransformation.Export(java.lang.Object adapters)
Construct a remote object. |
Method Summary | |
java.lang.String |
getAreaOfUse()
Human readable description of domain in source coordinate system. |
java.lang.String |
getAuthority()
Authority which defined transformation and parameter values. |
java.lang.String |
getAuthorityCode()
Code used by authority to identify transformation. |
CT_MathTransform |
getMathTransform()
Gets math transform. |
java.lang.String |
getName()
Name of transformation. |
java.lang.String |
getRemarks()
Gets the provider-supplied remarks. |
CS_CoordinateSystem |
getSourceCS()
Source coordinate system. |
CS_CoordinateSystem |
getTargetCS()
Target coordinate system. |
CT_TransformType |
getTransformType()
Semantic type of transform. |
CoordinateTransformation |
unwrap()
Returns the underlying math transform. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final transient Adapters adapters
Constructor Detail |
public CoordinateTransformation.Export()
protected CoordinateTransformation.Export(java.lang.Object adapters)
Method Detail |
public final CoordinateTransformation unwrap()
public java.lang.String getName() throws java.rmi.RemoteException
getName
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthority() throws java.rmi.RemoteException
getAuthority
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthorityCode() throws java.rmi.RemoteException
getAuthorityCode
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getRemarks() throws java.rmi.RemoteException
getRemarks
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAreaOfUse() throws java.rmi.RemoteException
getAreaOfUse
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public CT_TransformType getTransformType() throws java.rmi.RemoteException
getTransformType
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public CS_CoordinateSystem getSourceCS() throws java.rmi.RemoteException
getSourceCS
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public CS_CoordinateSystem getTargetCS() throws java.rmi.RemoteException
getTargetCS
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.public CT_MathTransform getMathTransform() throws java.rmi.RemoteException
getMathTransform
in interface CT_CoordinateTransformation
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |