java.lang.Object | |
↳ | com.carto.geometry.WKBGeometryReader |
A WKB reader. Reads binary version of the Well Known Text representation of the geometry.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WKBGeometryReader()
Constructs a new WKBGeometryReader object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void | delete() | ||||||||||
Geometry |
readGeometry(BinaryData wkbData)
Reads geometry from the specified WKB data.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new WKBGeometryReader object.
Reads geometry from the specified WKB data.
wkbData | The WKB data to read. |
---|
Exception | If reading fails. |
---|