Package com.vividsolutions.jump.coordsys
Class Reprojector
- java.lang.Object
-
- com.vividsolutions.jump.coordsys.Reprojector
-
@Deprecated public class Reprojector extends Object
Deprecated.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 Deprecated Methods Modifier and Type Method Description static Reprojectorinstance()Deprecated.voidreproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)Deprecated.voidreproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)Deprecated.booleanwouldChangeValues(CoordinateSystem source, CoordinateSystem destination)Deprecated.
-
-
-
Method Detail
-
instance
public static Reprojector instance()
Deprecated.
-
wouldChangeValues
public boolean wouldChangeValues(CoordinateSystem source, CoordinateSystem destination)
Deprecated.
-
reproject
public void reproject(org.locationtech.jts.geom.Coordinate coordinate, CoordinateSystem source, CoordinateSystem destination)Deprecated.
-
reproject
public void reproject(org.locationtech.jts.geom.Geometry geometry, CoordinateSystem source, CoordinateSystem destination)Deprecated.
-
-