Uses of Class
org.geolatte.geom.C2DM
-
Packages that use C2DM Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.builder A DSL to simplify the creation of Geometries.org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of C2DM in org.geolatte.geom
Methods in org.geolatte.geom that return C2DM Modifier and Type Method Description C2DMPositions.CanMakeP2DM. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type C2DM Modifier and Type Method Description Class<C2DM>Positions.CanMakeP2DM. forClass() -
Uses of C2DM in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return C2DM Modifier and Type Method Description static C2DMDSL. cM(double x, double y, double m)Creates a projected 2DM position token -
Uses of C2DM in org.geolatte.geom.crs
Fields in org.geolatte.geom.crs with type parameters of type C2DM Modifier and Type Field Description static CompoundCoordinateReferenceSystem<C2DM>CoordinateReferenceSystems. PROJECTED_2DM_METERA generic projected 2DMCoordinateReferenceSystemwith meter coordinatesMethods in org.geolatte.geom.crs that return types with arguments of type C2DM Modifier and Type Method Description Class<C2DM>CartesianCoordinateSystem2DM. getPositionClass()
-