Uses of Class
org.geolatte.geom.G3D
-
Packages that use G3D 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.org.geolatte.geom.crs.trans -
-
Uses of G3D in org.geolatte.geom
Subclasses of G3D in org.geolatte.geom Modifier and Type Class Description classG3DMA geographicPositionwith both an altitude and a measure value.Methods in org.geolatte.geom that return G3D Modifier and Type Method Description G3DPositions.CanMakeG3D. mkPosition(double... coordinates)Methods in org.geolatte.geom that return types with arguments of type G3D Modifier and Type Method Description Class<G3D>Positions.CanMakeG3D. forClass() -
Uses of G3D in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return G3D Modifier and Type Method Description static G3DDSL. g(double lon, double lat, double height)Creates a geographic 3D position token -
Uses of G3D in org.geolatte.geom.crs
Methods in org.geolatte.geom.crs that return types with arguments of type G3D Modifier and Type Method Description Class<G3D>EllipsoidalCoordinateSystem3D. getPositionClass() -
Uses of G3D in org.geolatte.geom.crs.trans
Method parameters in org.geolatte.geom.crs.trans with type arguments of type G3D Modifier and Type Method Description static CoordinateOperationCoordinateOperations. positionVectorTransformation3D(GeographicCoordinateReferenceSystem<G3D> source, GeographicCoordinateReferenceSystem<G3D> target)Returns the Position Vector transformation for the geographic 3D domain.
-