public class Geographic2DCoordinateReferenceSystem extends GeographicCoordinateReferenceSystem<G2D>
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 |
---|
Geographic2DCoordinateReferenceSystem(CrsId crsId,
String name,
EllipsoidalCoordinateSystem2D crs)
Constructs a
CoordinateReferenceSystem . |
Modifier and Type | Method and Description |
---|---|
EllipsoidalCoordinateSystem2D |
getCoordinateSystem()
Returns the
CoordinateSystem associated with this CoordinateReferenceSystem . |
equals, getDatum, getPrimeMeridian, getUnit, hashCode, setDatum, setPrimeMeridian
isCompound
getAxis, getAxisIndex, getCoordinateDimension, getPositionClass
getCrsId, getName
public Geographic2DCoordinateReferenceSystem(CrsId crsId, String name, EllipsoidalCoordinateSystem2D crs)
CoordinateReferenceSystem
.crsId
- the CrsId
that identifies this system uniquelyname
- the commonly used name for this systemcrs
- the EllipsoidalCoordinateSystem2D
for this systemIllegalArgumentException
- if less than two CoordinateSystemAxes
are passed.public EllipsoidalCoordinateSystem2D getCoordinateSystem()
CoordinateReferenceSystem
CoordinateSystem
associated with this CoordinateReferenceSystem
.getCoordinateSystem
in class CoordinateReferenceSystem<G2D>
CoordinateSystem
associated with this CoordinateReferenceSystem
.Copyright © 2022 geolatte.org. All rights reserved.