Uses of Class
org.geolatte.geom.G2D
-
Packages that use G2D 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 G2D in org.geolatte.geom
Subclasses of G2D in org.geolatte.geom Modifier and Type Class Description classG2DMA geographicPositionwith a measure value.classG3DA geographicPositionwith an altitude.classG3DMA geographicPositionwith both an altitude and a measure value.Methods in org.geolatte.geom that return G2D Modifier and Type Method Description G2DPositions.CanMakeG2D. mkPosition(double... coordinates)static G2DDecimalDegree. parseDMS(String dms)Methods in org.geolatte.geom that return types with arguments of type G2D Modifier and Type Method Description Class<G2D>Positions.CanMakeG2D. forClass() -
Uses of G2D in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder that return G2D Modifier and Type Method Description static G2DDSL. g(double lon, double lat)Creates a geographic 2D position token -
Uses of G2D in org.geolatte.geom.crs
Classes in org.geolatte.geom.crs with type parameters of type G2D Modifier and Type Class Description classGeographicCoordinateReferenceSystem<P extends G2D>Created by Karel Maesen, Geovise BVBA on 30/11/14.Methods in org.geolatte.geom.crs that return types with arguments of type G2D Modifier and Type Method Description CoordinateSystem<? extends G2D>EllipsoidalCoordinateSystem2D. extend(CoordinateSystemAxis axis)Class<G2D>EllipsoidalCoordinateSystem2D. getPositionClass()CoordinateSystem<? extends G2D>EllipsoidalCoordinateSystem2D. merge(OneDimensionCoordinateSystem<?> coordinateSystem) -
Uses of G2D in org.geolatte.geom.crs.trans
Method parameters in org.geolatte.geom.crs.trans with type arguments of type G2D Modifier and Type Method Description static CoordinateOperationCoordinateOperations. positionVectorTransformation2D(GeographicCoordinateReferenceSystem<G2D> source, GeographicCoordinateReferenceSystem<G2D> target)Returns the Position Vector transformation for the geographic 2D domain.
-