Uses of Class
org.geolatte.geom.C3DM
-
Packages that use C3DM 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 C3DM in org.geolatte.geom
Methods in org.geolatte.geom that return C3DM Modifier and Type Method Description C3DMPositions.CanMakeP3DM. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type C3DM Modifier and Type Method Description Class<C3DM>Positions.CanMakeP3DM. forClass() -
Uses of C3DM in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return C3DM Modifier and Type Method Description static C3DMDSL. c(double x, double y, double z, double m)Creates a projected 3DM position token -
Uses of C3DM in org.geolatte.geom.crs
Fields in org.geolatte.geom.crs with type parameters of type C3DM Modifier and Type Field Description static CompoundCoordinateReferenceSystem<C3DM>CoordinateReferenceSystems. PROJECTED_3DM_METERA generic projected 3DMCoordinateReferenceSystemwith meter coordinatesMethods in org.geolatte.geom.crs that return types with arguments of type C3DM Modifier and Type Method Description CoordinateSystem<C3DM>CartesianCoordinateSystem2DM. extend(CoordinateSystemAxis axis)CoordinateSystem<C3DM>CartesianCoordinateSystem3D. extend(CoordinateSystemAxis axis)Class<C3DM>CartesianCoordinateSystem3DM. getPositionClass()CoordinateSystem<C3DM>CartesianCoordinateSystem2DM. merge(OneDimensionCoordinateSystem<?> coordinateSystem)
-