Shapes
GIS made easy, a lightweight header-only planar geometry library for Modern C++
|
a wkt reader More...
#include <wkt_reader.hpp>
Public Member Functions | |
wkt_reader () | |
creates a wkt reader More... | |
~wkt_reader () | |
destructor | |
wkt_result | read (const std::string &wkt) |
parse the given wkt string More... | |
|
inline |
|
inline |
parse the given wkt string
wkt | the wkt string |
Definition at line 47 of file wkt_reader.hpp.