Package org.locationtech.jts.jump.warp
Class DummyTransform
- java.lang.Object
-
- org.locationtech.jts.jump.warp.CoordinateTransform
-
- org.locationtech.jts.jump.warp.DummyTransform
-
public class DummyTransform extends CoordinateTransform
-
-
Constructor Summary
Constructors Constructor Description DummyTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.locationtech.jts.geom.Coordinate
transform(org.locationtech.jts.geom.Coordinate c)
Maps one Coordinate to another.org.locationtech.jts.geom.Geometry
transform(org.locationtech.jts.geom.Geometry oldGeometry)
-
Methods inherited from class org.locationtech.jts.jump.warp.CoordinateTransform
transform
-
-
-
-
Method Detail
-
transform
public org.locationtech.jts.geom.Coordinate transform(org.locationtech.jts.geom.Coordinate c)
Description copied from class:CoordinateTransform
Maps one Coordinate to another.- Specified by:
transform
in 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:
transform
in classCoordinateTransform
-
-