Uses of Class
org.geolatte.geom.G2DM
-
Packages that use G2DM 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 G2DM in org.geolatte.geom
Methods in org.geolatte.geom that return G2DM Modifier and Type Method Description G2DMPositions.CanMakeG2DM. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type G2DM Modifier and Type Method Description Class<G2DM>Positions.CanMakeG2DM. forClass() -
Uses of G2DM in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return G2DM Modifier and Type Method Description static G2DMDSL. gM(double lon, double lat, double m)Creates a geographic 2DM position token -
Uses of G2DM in org.geolatte.geom.crs
Methods in org.geolatte.geom.crs that return types with arguments of type G2DM Modifier and Type Method Description Class<G2DM>EllipsoidalCoordinateSystem2DM. getPositionClass()
-