Uses of Class
org.geolatte.geom.C3D
-
Packages that use C3D 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 C3D in org.geolatte.geom
Subclasses of C3D in org.geolatte.geom Modifier and Type Class Description classC3DMA cartesianPositionwith both an z and a measure value.Methods in org.geolatte.geom that return C3D Modifier and Type Method Description C3DPositions.CanMakeP3D. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type C3D Modifier and Type Method Description Class<C3D>Positions.CanMakeP3D. forClass() -
Uses of C3D in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return C3D Modifier and Type Method Description static C3DDSL. c(double x, double y, double z)Creates a projected 3D position token -
Uses of C3D in org.geolatte.geom.crs
Fields in org.geolatte.geom.crs with type parameters of type C3D Modifier and Type Field Description static CompoundCoordinateReferenceSystem<C3D>CoordinateReferenceSystems. PROJECTED_3D_METERA generic projected 3DCoordinateReferenceSystemwith meter coordinatesMethods in org.geolatte.geom.crs that return types with arguments of type C3D Modifier and Type Method Description Class<C3D>CartesianCoordinateSystem3D. getPositionClass()
-