An utility class for reading a PostGIS EWKB. More...
#include "../common/ByteSwapUtils.h"#include "../common/Globals.h"#include "../common/HexUtils.h"#include "../common/Translator.h"#include "../geometry.h"#include "EWKBReader.h"#include "Exception.h"#include "Utils.h"#include <cassert>#include <cstring>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::pgis | |
| Namespace for the TerraLib PostGIS driver implementation. | |
Functions | |
| template<class T > | |
| T * | te::pgis::GetCoordSequence (const char *ewkb, const char **endptr, unsigned int gType, char byteOrder) |
An utility class for reading a PostGIS EWKB.
Definition in file EWKBReader.cpp.