Uses of Class
org.geolatte.geom.crs.EllipsoidalAxis
-
Packages that use EllipsoidalAxis Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of EllipsoidalAxis in org.geolatte.geom.crs
Subclasses of EllipsoidalAxis in org.geolatte.geom.crs Modifier and Type Class Description classGeodeticLatitudeCSAxisA coordinate system axis for geodetic latitude, defined as the angle from the equatorial plane to the perpendicular to the ellipsoid through a given point, northwards treated as positive Created by Karel Maesen, Geovise BVBA on 28/11/14.classGeodeticLongitudeCSAxisA coordinate system axis for geodetic longitude, defined as the angle from the prime meridian plane to the meridian plane of a given point, eastward treated as positive Created by Karel Maesen, Geovise BVBA on 28/11/14.Constructors in org.geolatte.geom.crs with parameters of type EllipsoidalAxis Constructor Description EllipsoidalCoordinateSystem2D(EllipsoidalAxis first, EllipsoidalAxis second)EllipsoidalCoordinateSystem2DM(EllipsoidalAxis first, EllipsoidalAxis second, MeasureStraightLineAxis other)EllipsoidalCoordinateSystem3D(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis)EllipsoidalCoordinateSystem3DM(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis, MeasureStraightLineAxis other)
-