An utility class for reading a PostGIS EWKB. More...
#include <EWKBReader.h>
Static Public Member Functions | |
| static te::gm::Geometry * | read (const char *ewkb) |
| It returns a valid geometry from a given EWKB. More... | |
| static te::gm::Geometry * | readHex (const char *hewkb) |
| It returns a valid geometry from a given hex-encoded EWKB. More... | |
Static Private Member Functions | |
| static te::gm::Geometry * | getGeometry (const char *ewkb, const char **endptr) |
| static te::gm::GeometryCollection * | getGeometryCollection (const char *ewkb, const char **endptr) |
| static te::gm::LinearRing * | getLinearRing (const char *ewkb, te::gm::GeomType t, int srid, char wkbByteOrder, const char **endptr) |
| static te::gm::LineString * | getLineString (const char *ewkb, const char **endptr) |
| static te::gm::Point * | getPoint (const char *ewkb, const char **endptr) |
| static te::gm::Polygon * | getPolygon (const char *ewkb, const char **endptr) |
An utility class for reading a PostGIS EWKB.
Definition at line 46 of file EWKBReader.h.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
It returns a valid geometry from a given EWKB.
| ewkb | A valid EWKB geometry. |
|
static |
It returns a valid geometry from a given hex-encoded EWKB.
| hewkb | An hex-encoded EWKB geometry. |