An utility class for writing a PostGIS EWKB. More...
#include "../common/ByteSwapUtils.h"#include "../common/Globals.h"#include "../geometry.h"#include "../srs/Config.h"#include "EWKBWriter.h"#include "Utils.h"#include <cassert>#include <cstring>#include <typeinfo>Go to the source code of this file.
Functions | |
| char * | Write2EWKB (char *ewkb, const te::gm::LineString *l) | 
An utility class for writing a PostGIS EWKB.
Definition in file EWKBWriter.cpp.
      
  | 
  inline | 
Definition at line 39 of file EWKBWriter.cpp.
References te::gm::LineString::getCoordinates(), te::gm::Geometry::getGeomTypeId(), te::gm::LineString::getM(), te::gm::LineString::getNPoints(), te::gm::LineString::getZ(), te::gm::LineStringMType, te::gm::LineStringType, te::gm::LineStringZMType, and te::gm::LineStringZType.
Referenced by te::pgis::EWKBWriter::visit().