Uses of Class
org.geolatte.geom.crs.CoordinateSystem
-
Packages that use CoordinateSystem Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of CoordinateSystem in org.geolatte.geom.crs
Subclasses of CoordinateSystem in org.geolatte.geom.crs Modifier and Type Class Description classCartesianCoordinateSystem2DA Cartesian 2-Dimensional coordinate system.classCartesianCoordinateSystem2DMA Two-dimensional Cartesian Coordinate system extended with aLinearCoordinateSystemAxisCreated by Karel Maesen, Geovise BVBA on 28/11/14.classCartesianCoordinateSystem3DCreated by Karel Maesen, Geovise BVBA on 28/11/14.classCartesianCoordinateSystem3DMCreated by Karel Maesen, Geovise BVBA on 28/11/14.classEllipsoidalCoordinateSystem2DCreated by Karel Maesen, Geovise BVBA on 28/11/14.classEllipsoidalCoordinateSystem2DMCreated by Karel Maesen, Geovise BVBA on 28/11/14.classEllipsoidalCoordinateSystem3DCreated by Karel Maesen, Geovise BVBA on 28/11/14.classEllipsoidalCoordinateSystem3DMCreated by Karel Maesen, Geovise BVBA on 28/11/14.classOneDimensionCoordinateSystem<P extends Position>Created by Karel Maesen, Geovise BVBA on 29/11/14.Methods in org.geolatte.geom.crs that return CoordinateSystem Modifier and Type Method Description CoordinateSystem<? extends C2D>CartesianCoordinateSystem2D. extend(CoordinateSystemAxis axis)CoordinateSystem<C3DM>CartesianCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<C3DM>CartesianCoordinateSystem3D. extend(CoordinateSystemAxis axis)CoordinateSystem<?>CartesianCoordinateSystem3DM. extend(CoordinateSystemAxis axis)abstract CoordinateSystem<?>CoordinateSystem. extend(CoordinateSystemAxis axis)Create a new coordinate system with the axes of this system plus the specified axisCoordinateSystem<? extends G2D>EllipsoidalCoordinateSystem2D. extend(CoordinateSystemAxis axis)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem3D. extend(CoordinateSystemAxis axis)CoordinateSystem<?>EllipsoidalCoordinateSystem3DM. extend(CoordinateSystemAxis axis)CoordinateSystem<?>OneDimensionCoordinateSystem. extend(CoordinateSystemAxis axis)CoordinateSystem<P>CoordinateReferenceSystem. getCoordinateSystem()Returns theCoordinateSystemassociated with thisCoordinateReferenceSystem.CoordinateSystem<? extends C2D>CartesianCoordinateSystem2D. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<C3DM>CartesianCoordinateSystem2DM. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<?>CartesianCoordinateSystem3D. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<?>CartesianCoordinateSystem3DM. merge(OneDimensionCoordinateSystem<?> coordinateSystem)abstract CoordinateSystem<?>CoordinateSystem. merge(OneDimensionCoordinateSystem<?> coordinateSystem)Create a coordinate system that merges this instance with the specified systemCoordinateSystem<? extends G2D>EllipsoidalCoordinateSystem2D. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<?>EllipsoidalCoordinateSystem2DM. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem3D. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<?>EllipsoidalCoordinateSystem3DM. merge(OneDimensionCoordinateSystem<?> coordinateSystem)CoordinateSystem<?>OneDimensionCoordinateSystem. merge(OneDimensionCoordinateSystem<?> coordinateSystem)Constructors in org.geolatte.geom.crs with parameters of type CoordinateSystem Constructor Description CoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystem<P> coordinateSystem)Constructs aCoordinateReferenceSystem.GeographicCoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystem<P> coordinateSystem)Constructs aHorizontalCoordinateReferenceSystem.SingleCoordinateReferenceSystem(CrsId crsId, String name, CoordinateSystem<P> coordinateSystem)Constructs aHorizontalCoordinateReferenceSystem.
-