#include <geos.h>
Public Member Functions | |
Geometry * | read (istream &is) |
Reads a Geometry from an istream. | |
Static Public Member Functions | |
ostream & | printHEX (istream &is, ostream &os) |
Print WKB in HEX form to out stream. |
This class is designed to support reuse of a single instance to read multiple geometries. This class is not thread-safe; each thread should create its own instance.
The Well-known Binary format is defined in the OpenGIS Simple Features Specification for SQL. This implementation supports the extended WKB standard which allows representing 3-dimensional coordinates.
|
Print WKB in HEX form to out stream.
|
|
Reads a Geometry from an istream.
|