|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes a coordinate transformation. This interface only describes a coordinate transformation, it does not actually perform the transform operation on points. To transform points you must use a math transform. The math transform will transform positions in the source coordinate system into positions in the target coordinate system.
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. |
Method Detail |
public java.lang.String getName() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthority() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAuthorityCode() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getRemarks() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getAreaOfUse() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CT_TransformType getTransformType() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_CoordinateSystem getSourceCS() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_CoordinateSystem getTargetCS() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CT_MathTransform getMathTransform() throws java.rmi.RemoteException
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 |