| java.lang.Object | |
| ↳ | com.carto.geometry.WKTGeometryReader |
A reader for Well Known Text representation of the geometry.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
WKTGeometryReader()
Constructs a WKTGeometryReader object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| Geometry |
readGeometry(String wkt)
Reads geometry from the specified WKT string.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a WKTGeometryReader object.
Reads geometry from the specified WKT string.
| wkt | The WKT string to read. For example, "POINT(1,1)" |
|---|
| Exception | If reading fails. |
|---|