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, setPrimeMeridianisCompoundaddLinearSystem, addVerticalSystem, getAxis, getAxisIndex, getCoordinateDimension, getCoordinateSystem, getPositionClass, hasM, hasZ, toStringgetCrsId, getNamepublic Geographic3DCoordinateReferenceSystem(CrsId crsId, String name, EllipsoidalCoordinateSystem3D coordinateSystem)
crsId - the CrsId that identifies this
CoordinateReferenceSystem uniquelyname - the commonly used name for this CoordinateReferenceSystemcoordinateSystem - the coordinate system to use @throws java.lang.IllegalArgumentException if less than
two CoordinateSystemAxes are passed.Copyright © 2021 geolatte.org. All rights reserved.