public abstract class TransformationAdapter extends java.lang.Object implements Transformation
serialVersionUID
Constructor and Description |
---|
TransformationAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
Geometry |
transform(Ellipse ellipse) |
Geometry |
transform(GeometryCollection collection) |
Geometry |
transform(LineString lineString) |
Geometry |
transform(Point point) |
Geometry |
transform(Polygon polygon) |
Geometry |
transform(Rectangle rectangle) |
public Geometry transform(Point point)
transform
in interface Transformation
public Geometry transform(LineString lineString)
transform
in interface Transformation
public Geometry transform(Polygon polygon)
transform
in interface Transformation
public Geometry transform(Rectangle rectangle)
transform
in interface Transformation
public Geometry transform(Ellipse ellipse)
transform
in interface Transformation
public Geometry transform(GeometryCollection collection)
transform
in interface Transformation
public java.lang.Object clone()
clone
in interface Transformation
clone
in class java.lang.Object