#include <WKBInterface.h>
Public Member Functions | |
WKBInterface () | |
virtual | ~WKBInterface () |
std::vector< char > | point_to_wkb (geo::Point const &p) |
Static Public Member Functions | |
static WKBInterface & | get_instance () |
Definition at line 19 of file WKBInterface.h.
wkb::WKBInterface::WKBInterface | ( | ) |
Definition at line 18 of file WKBInterface.cpp.
wkb::WKBInterface::~WKBInterface | ( | ) | [virtual] |
Definition at line 22 of file WKBInterface.cpp.
WKBInterface & wkb::WKBInterface::get_instance | ( | ) | [static] |
Definition at line 28 of file WKBInterface.cpp.
std::vector< char > wkb::WKBInterface::point_to_wkb | ( | geo::Point const & | p | ) |
Definition at line 37 of file WKBInterface.cpp.