com.vividsolutions.jump.coordsys
Class Reprojector
java.lang.Object
com.vividsolutions.jump.coordsys.Reprojector
public class Reprojector
- extends java.lang.Object
The source and destination coordinate reference systems must have
the same datum (for example, WGS 84).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static Reprojector instance()
wouldChangeValues
public boolean wouldChangeValues(CoordinateSystem source,
CoordinateSystem destination)
reproject
public void reproject(com.vividsolutions.jts.geom.Coordinate coordinate,
CoordinateSystem source,
CoordinateSystem destination)
reproject
public void reproject(com.vividsolutions.jts.geom.Geometry geometry,
CoordinateSystem source,
CoordinateSystem destination)