public class GeographicCoordinateReferenceSystem extends CoordinateReferenceSystem
CoordinateReferenceSystem.
A GeographicCoordinateReferenceSystem is defined as 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 CoordinateSystemAxes.
You should also check the angular units, since not all geographic coordinate systems use degrees
(see [CTS-1.00], p. 63).
| Constructor and Description |
|---|
GeographicCoordinateReferenceSystem(CrsId crsId,
String name,
CoordinateSystemAxis... axes)
Constructs a
CoordinateReferenceSystem. |
| Modifier and Type | Method and Description |
|---|---|
Datum |
getDatum()
Returns the
Datum for this CoordinateReferenceSystem |
PrimeMeridian |
getPrimeMeridian()
Returns the
PrimeMeridian of this CoordinateReferenceSystem. |
Unit |
getUnit()
Returns the
Unit for this CoordinateReferenceSystem. |
void |
setDatum(Datum datum)
Sets the
Datum for this CoordinateReferenceSystem |
void |
setPrimeMeridian(PrimeMeridian primeMeridian)
Sets the
PrimeMeridian for this CoordinateReferenceSystem. |
equals, getAxes, getCoordinateSystem, hashCodegetCrsId, getNamepublic GeographicCoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystemAxis... axes)
CoordinateReferenceSystem.crsId - the CrsId that identifies this CoordinateReferenceSystem uniquelyname - the commonly used name for this CoordinateReferenceSystemaxes - the CoordinateSystemAxes for this CoordinateReferenceSystemIllegalArgumentException - if less than two CoordinateSystemAxes are passed.public void setDatum(Datum datum)
Datum for this CoordinateReferenceSystemdatum - the Datumpublic Datum getDatum()
Datum for this CoordinateReferenceSystempublic void setPrimeMeridian(PrimeMeridian primeMeridian)
PrimeMeridian for this CoordinateReferenceSystem.primeMeridian - the PrimeMeridianpublic PrimeMeridian getPrimeMeridian()
PrimeMeridian of this CoordinateReferenceSystem.PrimeMeridianpublic Unit getUnit()
Unit for this CoordinateReferenceSystem.UnitCopyright © 2015 geolatte.org. All rights reserved.