Uses of Class
org.geolatte.geom.crs.CrsParameter
-
Packages that use CrsParameter Package Description org.geolatte.geom.crs This package contains classes that model Coordinate Reference Systems. -
-
Uses of CrsParameter in org.geolatte.geom.crs
Methods in org.geolatte.geom.crs that return types with arguments of type CrsParameter Modifier and Type Method Description List<CrsParameter>ProjectedCoordinateReferenceSystem. getParameters()Returns the projection parametersstatic Map<String,CrsParameter>CrsParameter. toMap(List<CrsParameter> params)Method parameters in org.geolatte.geom.crs with type arguments of type CrsParameter Modifier and Type Method Description static Map<String,CrsParameter>CrsParameter. toMap(List<CrsParameter> params)Constructor parameters in org.geolatte.geom.crs with type arguments of type CrsParameter 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.
-