Uses of Class
com.vividsolutions.jump.coordsys.Projection
-
Packages that use Projection Package Description com.vividsolutions.jump.coordsys com.vividsolutions.jump.coordsys.impl org.openjump.core.ui.plugin.cts -
-
Uses of Projection in com.vividsolutions.jump.coordsys
Methods in com.vividsolutions.jump.coordsys that return Projection Modifier and Type Method Description Projection
CoordinateSystem. getProjection()
Deprecated.reprojection will be implemented differently at a later pointConstructors in com.vividsolutions.jump.coordsys with parameters of type Projection Constructor Description CoordinateSystem(String name, int epsgCode, Projection projection)
-
Uses of Projection in com.vividsolutions.jump.coordsys.impl
Subclasses of Projection in com.vividsolutions.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. -
Uses of Projection in org.openjump.core.ui.plugin.cts
Methods in org.openjump.core.ui.plugin.cts that return Projection Modifier and Type Method Description Projection
CoordinateSystemWrapper. getProjection()
-