public class DummyTransform extends CoordinateTransform
Constructor and Description |
---|
DummyTransform() |
Modifier and Type | Method and Description |
---|---|
com.vividsolutions.jts.geom.Coordinate |
transform(com.vividsolutions.jts.geom.Coordinate c)
Maps one Coordinate to another.
|
com.vividsolutions.jts.geom.Geometry |
transform(com.vividsolutions.jts.geom.Geometry oldGeometry) |
transform
public com.vividsolutions.jts.geom.Coordinate transform(com.vividsolutions.jts.geom.Coordinate c)
CoordinateTransform
transform
in class CoordinateTransform
c
- the Coordinate to mappublic com.vividsolutions.jts.geom.Geometry transform(com.vividsolutions.jts.geom.Geometry oldGeometry)
transform
in class CoordinateTransform