![]() |
Home | Libraries | People | FAQ | More |
WKT-string formulating function (with significant digits)
template<typename Geometry> std::string to_wkt(Geometry const & geometry, int significant_digits)
Type |
Concept |
Name |
Description |
---|---|---|---|
Geometry const & |
Any type fulfilling a Geometry Concept |
geometry |
A model of the specified concept |
int |
significant_digits |
Specifies the number of significant digits to use in the output wkt |
Either
#include <boost/geometry.hpp>
Or
#include <boost/geometry/io/wkt/write.hpp>