Uses of Class
org.geolatte.geom.G3DM
-
Packages that use G3DM 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 G3DM in org.geolatte.geom
Methods in org.geolatte.geom that return G3DM Modifier and Type Method Description G3DMPositions.CanMakeG3DM. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type G3DM Modifier and Type Method Description Class<G3DM>Positions.CanMakeG3DM. forClass() -
Uses of G3DM in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return G3DM Modifier and Type Method Description static G3DMDSL. g(double lon, double lat, double height, double m)Creates a geographic 3DM position token -
Uses of G3DM in org.geolatte.geom.crs
Methods in org.geolatte.geom.crs that return types with arguments of type G3DM Modifier and Type Method Description CoordinateSystem<G3DM>EllipsoidalCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<G3DM>EllipsoidalCoordinateSystem3D. extend(CoordinateSystemAxis axis)Class<G3DM>EllipsoidalCoordinateSystem3DM. getPositionClass()CoordinateSystem<G3DM>EllipsoidalCoordinateSystem3D. merge(OneDimensionCoordinateSystem<?> coordinateSystem)
-