Uses of Class
org.geolatte.geom.crs.CartesianCoordinateSystem2D
-
Packages that use CartesianCoordinateSystem2D Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of CartesianCoordinateSystem2D in org.geolatte.geom.crs
Fields in org.geolatte.geom.crs declared as CartesianCoordinateSystem2D Modifier and Type Field Description static CartesianCoordinateSystem2DCartesianCoordinateSystem2D. DEFAULTConstructors in org.geolatte.geom.crs with parameters of type CartesianCoordinateSystem2D Constructor Description ProjectedCoordinateReferenceSystem(CrsId crsId, String name, GeographicCoordinateReferenceSystem geoCRS, Projection projection, List<CrsParameter> parameters, CartesianCoordinateSystem2D crs)Constructs aProjectedCoordinateReferenceSystem.ProjectedCoordinateReferenceSystem(CrsId crsId, String name, GeographicCoordinateReferenceSystem geoCRS, Projection projection, List<CrsParameter> parameters, CartesianCoordinateSystem2D crs, Extension extension)Constructs aProjectedCoordinateReferenceSystem.
-