Class DummyTransform
java.lang.Object
com.vividsolutions.jump.warp.CoordinateTransform
com.vividsolutions.jump.warp.DummyTransform
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CoordinateTransform
transform
-
Constructor Details
-
DummyTransform
public DummyTransform()
-
-
Method Details
-
transform
public org.locationtech.jts.geom.Coordinate transform(org.locationtech.jts.geom.Coordinate c) Description copied from class:CoordinateTransformMaps one Coordinate to another.- Specified by:
transformin classCoordinateTransform- Parameters:
c- the Coordinate to map- Returns:
- a new Coordinate
-
transform
public org.locationtech.jts.geom.Geometry transform(org.locationtech.jts.geom.Geometry oldGeometry) - Overrides:
transformin classCoordinateTransform
-