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 ProjectionCoordinateSystem. 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 classAlbersImplements the Albers projection.classLatLongImplements the Polyconic projection.classMercatorThis class implements the Mercator projection.classPolyconicImplements the Polyconic projection.classTransverseMercatorThis class implements the Transverse Mercator Projection.classUniversalTransverseMercatorThis class implements the Universal Transverse Mercator Projection.
-