|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A 3D coordinate system, with its origin at the center of the Earth. The X axis points towards the prime meridian. The Y axis points East or West. The Z axis points North or South. By default the Z axis will point North, and the Y axis will point East (e.g. a right handed system), but you should check the axes for non-default values.
Method Summary | |
CS_HorizontalDatum |
getHorizontalDatum()
Returns the HorizontalDatum. |
CS_LinearUnit |
getLinearUnit()
Gets the units used along all the axes. |
CS_PrimeMeridian |
getPrimeMeridian()
Returns the PrimeMeridian. |
Methods inherited from interface org.opengis.cs.CS_CoordinateSystem |
getAxis, getDefaultEnvelope, getDimension, getUnits |
Methods inherited from interface org.opengis.cs.CS_Info |
getAbbreviation, getAlias, getAuthority, getAuthorityCode, getName, getRemarks, getWKT, getXML |
Method Detail |
public CS_HorizontalDatum getHorizontalDatum() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_LinearUnit getLinearUnit() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote method call failed.public CS_PrimeMeridian getPrimeMeridian() 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 |