A class that serializes a geometry to the WKB format. More...
#include "../common/ByteSwapUtils.h"#include "../common/Globals.h"#include "../common/Translator.h"#include "Exception.h"#include "GeometryCollection.h"#include "LinearRing.h"#include "MultiLineString.h"#include "MultiPoint.h"#include "MultiPolygon.h"#include "PointM.h"#include "PointZ.h"#include "PointZM.h"#include "Polygon.h"#include "PolyhedralSurface.h"#include "WKBWriter.h"#include <cstring>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::gm | |
| Namespace for the Vector Geometry module of TerraLib. | |
Functions | |
| char * | te::gm::Write2WKB (const LineString &l, unsigned int nPts, char *wkb, te::common::MachineByteOrder byteOrder) |
| It encodes the line to WKB. More... | |
A class that serializes a geometry to the WKB format.
Definition in file WKBWriter.cpp.