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 ProjectionCoordinateSystem. 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 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. -
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 ProjectionCoordinateSystemWrapper. getProjection()
-