public class Reprojector
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Reprojector |
instance() |
void |
reproject(com.vividsolutions.jts.geom.Coordinate coordinate,
CoordinateSystem source,
CoordinateSystem destination) |
void |
reproject(com.vividsolutions.jts.geom.Geometry geometry,
CoordinateSystem source,
CoordinateSystem destination) |
boolean |
wouldChangeValues(CoordinateSystem source,
CoordinateSystem destination) |
public static Reprojector instance()
public boolean wouldChangeValues(CoordinateSystem source, CoordinateSystem destination)
public void reproject(com.vividsolutions.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)
public void reproject(com.vividsolutions.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)