Uses of Class
org.locationtech.proj4j.proj.Projection
-
Packages that use Projection Package Description org.locationtech.proj4j org.locationtech.proj4j.parser org.locationtech.proj4j.proj -
-
Uses of Projection in org.locationtech.proj4j
Fields in org.locationtech.proj4j declared as Projection Modifier and Type Field Description private Projection
CoordinateReferenceSystem. proj
Methods in org.locationtech.proj4j that return Projection Modifier and Type Method Description Projection
CoordinateReferenceSystem. getProjection()
Projection
Registry. getProjection(java.lang.String name)
Methods in org.locationtech.proj4j that return types with arguments of type Projection Modifier and Type Method Description java.util.List<Projection>
Registry. getProjections()
Constructors in org.locationtech.proj4j with parameters of type Projection Constructor Description CoordinateReferenceSystem(java.lang.String name, java.lang.String[] params, Datum datum, Projection proj)
ProjectionException(Projection proj, java.lang.String message)
-
Uses of Projection in org.locationtech.proj4j.parser
Methods in org.locationtech.proj4j.parser that return Projection Modifier and Type Method Description private Projection
Proj4Parser. parseProjection(java.util.Map params, Ellipsoid ellipsoid)
Creates aProjection
initialized from a PROJ.4 argument list. -
Uses of Projection in org.locationtech.proj4j.proj
-