|
Dynamical system model
|
A polyline represented as a vector of Points. More...
#include <PolyLine.hpp>
Public Member Functions | |
| PolyLine (std::string const &strLine, std::string const &format="WKT") | |
| Construct a PolyLine from a string representation. | |
A polyline represented as a vector of Points.
| dsf::geometry::PolyLine::PolyLine | ( | std::string const & | strLine, |
| std::string const & | format = "WKT" ) |
Construct a PolyLine from a string representation.
| strLine | The string representation of the polyline. |
| format | The format of the string representation. Default is "WKT". |
| std::invalid_argument | if the format is not supported or the string is invalid. |