Class Reprojector
java.lang.Object
com.vividsolutions.jump.coordsys.Reprojector
Deprecated.
The source and destination coordinate reference systems must have
the same datum (for example, WGS 84).
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
instance
Deprecated. -
wouldChangeValues
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.
-