Package org.geolatte.geom.crs
Class Geographic3DCoordinateReferenceSystem
- java.lang.Object
-
- org.geolatte.geom.crs.CrsIdentifiable
-
- org.geolatte.geom.crs.CoordinateReferenceSystem<P>
-
- org.geolatte.geom.crs.SingleCoordinateReferenceSystem<P>
-
- org.geolatte.geom.crs.GeographicCoordinateReferenceSystem<G3D>
-
- org.geolatte.geom.crs.Geographic3DCoordinateReferenceSystem
-
public class Geographic3DCoordinateReferenceSystem extends GeographicCoordinateReferenceSystem<G3D>
Created by Karel Maesen, Geovise BVBA on 30/11/14.
-
-
Constructor Summary
Constructors Constructor Description Geographic3DCoordinateReferenceSystem(CrsId crsId, String name, EllipsoidalCoordinateSystem3D coordinateSystem)Constructs a 3-Dimensional geographic coordinate reference system.
-
Method Summary
-
Methods inherited from class org.geolatte.geom.crs.GeographicCoordinateReferenceSystem
equals, getDatum, getPrimeMeridian, getUnit, hashCode, setDatum, setPrimeMeridian
-
Methods inherited from class org.geolatte.geom.crs.SingleCoordinateReferenceSystem
isCompound
-
Methods inherited from class org.geolatte.geom.crs.CoordinateReferenceSystem
getAxis, getAxisIndex, getCoordinateDimension, getCoordinateSystem, getPositionClass, hasM, hasZ
-
Methods inherited from class org.geolatte.geom.crs.CrsIdentifiable
getCrsId, getName
-
-
-
-
Constructor Detail
-
Geographic3DCoordinateReferenceSystem
public Geographic3DCoordinateReferenceSystem(CrsId crsId, String name, EllipsoidalCoordinateSystem3D coordinateSystem)
Constructs a 3-Dimensional geographic coordinate reference system.- Parameters:
crsId- theCrsIdthat identifies thisCoordinateReferenceSystemuniquelyname- the commonly used name for thisCoordinateReferenceSystemcoordinateSystem- the coordinate system to use @throws java.lang.IllegalArgumentException if less than twoCoordinateSystemAxesare passed.
-
-