Uses of Class
org.geolatte.geom.crs.SingleCoordinateReferenceSystem
-
Packages that use SingleCoordinateReferenceSystem Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of SingleCoordinateReferenceSystem in org.geolatte.geom.crs
Subclasses of SingleCoordinateReferenceSystem in org.geolatte.geom.crs Modifier and Type Class Description classGeocentricCartesianCoordinateReferenceSystemA geo-centricCoordinateReferenceSystem.classGeographic2DCoordinateReferenceSystemA geographicCoordinateReferenceSystem.classGeographic3DCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 30/11/14.classGeographicCoordinateReferenceSystem<P extends G2D>Created by Karel Maesen, Geovise BVBA on 30/11/14.classLinearCoordinateReferenceSystemA 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.classProjectedCoordinateReferenceSystemA projectedCoordinateReferenceSystem.classVerticalCoordinateReferenceSystemCreated by Karel Maesen, Geovise BVBA on 29/11/14.Fields in org.geolatte.geom.crs declared as SingleCoordinateReferenceSystem Modifier and Type Field Description static SingleCoordinateReferenceSystem<C2D>CoordinateReferenceSystems. PROJECTED_2D_METERA generic projected 2DCoordinateReferenceSystemwith meter coordinatesMethods in org.geolatte.geom.crs that return SingleCoordinateReferenceSystem Modifier and Type Method Description SingleCoordinateReferenceSystem<?>CompoundCoordinateReferenceSystem. getBase()SingleCoordinateReferenceSystem<?>CompoundCoordinateReferenceSystem. headCs()SingleCoordinateReferenceSystem<?>CompoundCoordinateReferenceSystem. lastCs()Methods in org.geolatte.geom.crs that return types with arguments of type SingleCoordinateReferenceSystem Modifier and Type Method Description List<SingleCoordinateReferenceSystem<?>>CompoundCoordinateReferenceSystem. getComponents()Methods in org.geolatte.geom.crs with parameters of type SingleCoordinateReferenceSystem Modifier and Type Method Description static <P extends Position>
CompoundCoordinateReferenceSystem<?>CoordinateReferenceSystems. combine(CoordinateReferenceSystem<P> base, SingleCoordinateReferenceSystem ods)static <P extends Position,R extends P>
CompoundCoordinateReferenceSystem<R>CoordinateReferenceSystems. combine(CoordinateReferenceSystem<P> base, SingleCoordinateReferenceSystem ods, Class<R> resultCSPtype)Constructors in org.geolatte.geom.crs with parameters of type SingleCoordinateReferenceSystem Constructor Description CompoundCoordinateReferenceSystem(String name, SingleCoordinateReferenceSystem<?>... components)CompoundCoordinateReferenceSystem(CrsId crsId, String name, SingleCoordinateReferenceSystem<?>... components)
-