public abstract class DefaultGeometry extends java.lang.Object implements Geometry
GEOMETRY_ANNOTATION, GEOMETRY_COMPLEX, GEOMETRY_ELLIPSE, GEOMETRY_LINE, GEOMETRY_LINEAR_RING, GEOMETRY_LINESTRING, GEOMETRY_MULTI_ANNOTATION, GEOMETRY_MULTI_LINESTRING, GEOMETRY_MULTI_POINT, GEOMETRY_MULTI_POLYGON, GEOMETRY_POINT, GEOMETRY_POLYGON, GEOMETRY_RECTANGLE| Constructor and Description |
|---|
DefaultGeometry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asText()
Returns this geometry encoded using the Well-Known Text (WKT) standard.
|
abstract DefaultGeometry |
clone()
Clones this geometry.
|
boolean |
spatiallyEquals(Geometry geometry)
Deprecated.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarea, boundary, createBounds, getBounds, getCenteredPoint, getGeometryId, getGeometryType, length, serialize, sizeOf, spatiallyEquals, toString, transform, translatepublic boolean spatiallyEquals(Geometry geometry)
spatiallyEquals in interface Geometrygeometry - the geometry to be tested.public java.lang.String asText()
public abstract DefaultGeometry clone()