public class Geographic3DCoordinateReferenceSystem extends GeographicCoordinateReferenceSystem<G3D>
Constructor and Description |
---|
Geographic3DCoordinateReferenceSystem(CrsId crsId,
String name,
EllipsoidalCoordinateSystem3D coordinateSystem)
Constructs a 3-Dimensional geographic coordinate reference system.
|
equals, getDatum, getPrimeMeridian, getUnit, hashCode, setDatum, setPrimeMeridian
isCompound
getAxis, getAxisIndex, getCoordinateDimension, getCoordinateSystem, getPositionClass
getCrsId, getName
public Geographic3DCoordinateReferenceSystem(CrsId crsId, String name, EllipsoidalCoordinateSystem3D coordinateSystem)
crsId
- the CrsId
that identifies this
CoordinateReferenceSystem
uniquelyname
- the commonly used name for this CoordinateReferenceSystem
coordinateSystem
- the coordinate system to use @throws java.lang.IllegalArgumentException if less than
two CoordinateSystemAxes
are passed.Copyright © 2023 geolatte.org. All rights reserved.