Package org.geolatte.geom.crs
This package contains classes that model Coordinate Reference Systems. The model is based on the
"OpenGIS Implementation Specification: Coordinate Transformation Services" (rev. 1.00). This document
is referred to as [CTS-1.00].
The Coordinate Reference Systems determine the interpretation in 2D of the
Coordinates.-
Interface Summary Interface Description CoordinateSystemExpander Created by Karel Maesen, Geovise BVBA on 14/02/2020.OneDimensionCoordinateReferenceSystem Created by Karel Maesen, Geovise BVBA on 2019-03-28. -
Class Summary Class Description AngularUnit Angular units Created by Karel Maesen, Geovise BVBA on 28/11/14.CartesianCoordinateSystem2D A Cartesian 2-Dimensional coordinate system.CartesianCoordinateSystem2DM A Two-dimensional Cartesian Coordinate system extended with aLinearCoordinateSystemAxisCreated by Karel Maesen, Geovise BVBA on 28/11/14.CartesianCoordinateSystem3D Created by Karel Maesen, Geovise BVBA on 28/11/14.CartesianCoordinateSystem3DM Created by Karel Maesen, Geovise BVBA on 28/11/14.CompoundCoordinateReferenceSystem<P extends Position> A compoundCoordinateReferenceSystemthat is constructed by adding additional CoordinateSystemAxes to a base coordinate reference system (either a Geographic, Geocentric or Projected Coordinate Reference System).CoordinateReferenceSystem<P extends Position> A Coordinate Reference System.CoordinateReferenceSystems Common coordinate reference systems.CoordinateSystem<P extends Position> A coordinate system.CoordinateSystemAxis An axis of aCoordinateSystem.CrsExtendedId Created by Karel Maesen, Geovise BVBA on 11/09/2018.CrsId An identifier for aCoordinateReferenceSystemor other object referenced in aCoordinateReferenceSystemdefinition.CrsIdentifiable Abstract base class for classes the are identified by aCrsId(e.g.CrsParameter A parameter in theProjectionof aProjectedCoordinateReferenceSystem.CrsRegistry A repository forCoordinateReferenceSystems.Datum A horizontal datum.DefaultCoordinateSystemExpander Created by Karel Maesen, Geovise BVBA on 14/02/2020.Ellipsoid An ellipsoid.EllipsoidalAxis Created by Karel Maesen, Geovise BVBA on 28/11/14.EllipsoidalCoordinateSystem2D Created by Karel Maesen, Geovise BVBA on 28/11/14.EllipsoidalCoordinateSystem2DM Created by Karel Maesen, Geovise BVBA on 28/11/14.EllipsoidalCoordinateSystem3D Created by Karel Maesen, Geovise BVBA on 28/11/14.EllipsoidalCoordinateSystem3DM Created by Karel Maesen, Geovise BVBA on 28/11/14.EllipsoidalHeightCSAXis A coordinate system axis for ellipsoidal height, defined as the distance of a point from the ellipsoid measured along the perpendicular from the ellipsoid to this point, positive if upwards or outside of the ellipsoid Created by Karel Maesen, Geovise BVBA on 28/11/14.Extension Created by Karel Maesen, Geovise BVBA on 23/04/16.GeocentricCartesianCoordinateReferenceSystem A geo-centricCoordinateReferenceSystem.GeodeticLatitudeCSAxis A 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.GeodeticLongitudeCSAxis A 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.Geographic2DCoordinateReferenceSystem A geographicCoordinateReferenceSystem.Geographic3DCoordinateReferenceSystem Created by Karel Maesen, Geovise BVBA on 30/11/14.GeographicCoordinateReferenceSystem<P extends G2D> Created by Karel Maesen, Geovise BVBA on 30/11/14.LinearCoordinateReferenceSystem A 1-Dimensional Linear Coordinate Ssytem that consists of the points that lie on the axis of a linear feature, for example a pipeline or a road.LinearUnit Created by Karel Maesen, Geovise BVBA on 28/11/14.MeasureStraightLineAxis An axis for aLinearCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 29/11/14.OneDimensionCoordinateSystem<P extends Position> Created by Karel Maesen, Geovise BVBA on 29/11/14.PrimeMeridian A prime meridian.ProjectedCoordinateReferenceSystem A projectedCoordinateReferenceSystem.Projection A projection from geographic coordinates to projected coordinates in a Cartesian plan.SingleCoordinateReferenceSystem<P extends Position> A Coordinate reference system consisting of one Coordinate System and one Datum (as opposed to a Compound CRS) Created by Karel Maesen, Geovise BVBA on 29/11/14.StraightLineAxis A straight line axis for us in cartesian, vertical or linear coordinate systems Created by Karel Maesen, Geovise BVBA on 28/11/14.Unit Describes the units of aCoordinateSystemAxis.VerticalCoordinateReferenceSystem Created by Karel Maesen, Geovise BVBA on 29/11/14.VerticalDatum Vertical DatumVerticalStraightLineAxis Created by Karel Maesen, Geovise BVBA on 29/11/14. -
Enum Summary Enum Description CoordinateSystemAxisDirection Enumerates the possible values of direction for aCoordinateSystemAxis. -
Exception Summary Exception Description InconsistentCoordinateSystemException UnsupportedCoordinateReferenceSystem Created by Karel Maesen, Geovise BVBA on 2019-03-24.