|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Creates coordinate transformation objects from codes. The codes are maintained by an external authority. A commonly used authority is EPSG, which is also used in the GeoTIFF standard.
Method Summary | |
CT_CoordinateTransformation |
createFromCoordinateSystemCodes(java.lang.String sourceCode,
java.lang.String targetCode)
Creates a transformation from coordinate system codes. |
CT_CoordinateTransformation |
createFromTransformationCode(java.lang.String code)
Creates a transformation from a single transformation code. |
java.lang.String |
getAuthority()
The name of the authority. |
Method Detail |
public java.lang.String getAuthority()
public CT_CoordinateTransformation createFromTransformationCode(java.lang.String code) throws java.rmi.RemoteException
code
- Coded value for transformation.
java.rmi.RemoteException
- if a remote method call failed.public CT_CoordinateTransformation createFromCoordinateSystemCodes(java.lang.String sourceCode, java.lang.String targetCode) throws java.rmi.RemoteException
sourceCode
- Coded value of source coordinate system.targetCode
- Coded value of target coordinate system.
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 |