Class Reprojector
- java.lang.Object
-
- org.locationtech.jts.jump.coordsys.Reprojector
-
public class Reprojector extends Object
The source and destination coordinate reference systems must have the same datum (for example, WGS 84).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Reprojector
instance()
void
reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)
void
reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)
boolean
wouldChangeValues(CoordinateSystem source, CoordinateSystem destination)
-
-
-
Method Detail
-
instance
public static Reprojector instance()
-
wouldChangeValues
public boolean wouldChangeValues(CoordinateSystem source, CoordinateSystem destination)
-
reproject
public void reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)
-
reproject
public void reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)
-
-