Shapes
GIS made easy, a lightweight header-only planar geometry library for Modern C++
Public Member Functions | List of all members
simo::shapes::wkt_reader Class Reference

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...
 

Detailed Description

a wkt reader

Since
0.0.1

Definition at line 20 of file wkt_reader.hpp.

Constructor & Destructor Documentation

simo::shapes::wkt_reader::wkt_reader ( )
inline

creates a wkt reader

Since
0.0.1

Definition at line 28 of file wkt_reader.hpp.

Member Function Documentation

wkt_result simo::shapes::wkt_reader::read ( const std::string &  wkt)
inline

parse the given wkt string

Parameters
wktthe wkt string
Returns
a wkt result object
Since
0.0.1

Definition at line 47 of file wkt_reader.hpp.


The documentation for this class was generated from the following file: