Interface Geometry
-
- All Known Implementing Classes:
BoundingBox
,GeospatialCoverage
,Point
,Polygon
public interface Geometry
General interface for all geometries such as polygons or bounding boxes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toWellKnownText()
-
-
-
Method Detail
-
toWellKnownText
String toWellKnownText()
- Returns:
- the well know text (wkt) representation of the geometry
-
-