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 Transformationpublic Geometry transform(LineString lineString)
transform in interface Transformationpublic Geometry transform(Polygon polygon)
transform in interface Transformationpublic Geometry transform(Rectangle rectangle)
transform in interface Transformationpublic Geometry transform(Ellipse ellipse)
transform in interface Transformationpublic Geometry transform(GeometryCollection collection)
transform in interface Transformationpublic java.lang.Object clone()
clone in interface Transformationclone in class java.lang.Object