|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A coordinate system based on latitude and longitude. Some geographic coordinate systems are Lat/Lon, and some are Lon/Lat. You can find out which this is by examining the axes. You should also check the angular units, since not all geographic coordinate systems use degrees.
| Method Summary | |
CS_AngularUnit |
getAngularUnit()
Returns the AngularUnit. |
int |
getNumConversionToWGS84()
Gets the number of available conversions to WGS84 coordinates. |
CS_PrimeMeridian |
getPrimeMeridian()
Returns the PrimeMeridian. |
CS_WGS84ConversionInfo |
getWGS84ConversionInfo(int index)
Gets details on a conversion to WGS84. |
| Methods inherited from interface org.opengis.cs.CS_HorizontalCoordinateSystem |
getHorizontalDatum |
| 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_AngularUnit getAngularUnit()
throws java.rmi.RemoteException
CS_CoordinateSystem units.
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.
public int getNumConversionToWGS84()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a remote method call failed.
public CS_WGS84ConversionInfo getWGS84ConversionInfo(int index)
throws java.rmi.RemoteException
index - Zero based index of conversion to fetch.
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 | ||||||||||