public class SmoothTransformation extends java.lang.Object implements Transformation
serialVersionUID| Constructor and Description |
|---|
SmoothTransformation(double tolerance) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
double |
getTolerance() |
Geometry |
transform(Ellipse ellipse)
Returns the specified ellipse.
|
Geometry |
transform(GeometryCollection collection) |
Geometry |
transform(LineString lineString) |
Geometry |
transform(Point point)
Returns the specified point.
|
Geometry |
transform(Polygon polygon) |
Geometry |
transform(Rectangle rectangle)
Returns the specified rectangle.
|
public Geometry transform(Point point)
transform in interface Transformationpoint - the point to transform.public Geometry transform(LineString lineString)
transform in interface Transformationpublic Geometry transform(Polygon polygon)
transform in interface Transformationpublic Geometry transform(Rectangle rectangle)
transform in interface Transformationrectangle - the rectangle to transform.public Geometry transform(Ellipse ellipse)
transform in interface Transformationellipse - the ellipse to transform.public Geometry transform(GeometryCollection collection)
transform in interface Transformationpublic double getTolerance()
public java.lang.Object clone()
clone in interface Transformationclone in class java.lang.Object