Uses of Class
org.geolatte.geom.crs.Projection
-
Packages that use Projection Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of Projection in org.geolatte.geom.crs
Fields in org.geolatte.geom.crs declared as Projection Modifier and Type Field Description static ProjectionProjection. NOOPstatic ProjectionProjection. UNKNOWNMethods in org.geolatte.geom.crs that return Projection Modifier and Type Method Description ProjectionProjectedCoordinateReferenceSystem. getProjection()Returns the map projection for this projected cooordinate system.Constructors in org.geolatte.geom.crs with parameters of type Projection 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.
-