Uses of Class
org.locationtech.jts.jump.coordsys.Projection
-
Packages that use Projection Package Description org.locationtech.jts.jump.coordsys org.locationtech.jts.jump.coordsys.impl -
-
Uses of Projection in org.locationtech.jts.jump.coordsys
Methods in org.locationtech.jts.jump.coordsys that return Projection Modifier and Type Method Description Projection
CoordinateSystem. getProjection()
Constructors in org.locationtech.jts.jump.coordsys with parameters of type Projection Constructor Description CoordinateSystem(String name, int epsgCode, Projection projection)
-
Uses of Projection in org.locationtech.jts.jump.coordsys.impl
Subclasses of Projection in org.locationtech.jts.jump.coordsys.impl Modifier and Type Class Description class
Albers
Implements the Albers projection.class
LatLong
Implements the Polyconic projection.class
Mercator
This class implements the Mercator projection.class
Polyconic
Implements the Polyconic projection.class
TransverseMercator
This class implements the Transverse Mercator Projection.class
UniversalTransverseMercator
This class implements the Universal Transverse Mercator Projection.
-