![]() |
![]() |
Classes | |
struct | boost::geometry::read_wkt_exception |
Exception showing things wrong with WKT parsing. More... | |
class | boost::geometry::wkt_manipulator< Geometry > |
Generic geometry template manipulator class, takes corresponding output class from traits class. More... | |
Functions | |
template<typename Geometry > | |
void | boost::geometry::read_wkt (std::string const &wkt, Geometry &geometry) |
Parses OGC Well-Known Text (WKT (Well-Known Text)) into a geometry (any geometry) More... | |
template<typename Geometry > | |
wkt_manipulator< Geometry > | boost::geometry::wkt (Geometry const &geometry) |
Main WKT-streaming function. More... | |
void boost::geometry::read_wkt | ( | std::string const & | wkt, |
Geometry & | geometry | ||
) |
Parses OGC Well-Known Text (WKT (Well-Known Text)) into a geometry (any geometry)
Geometry | Any type fulfilling a Geometry Concept |
wkt | string containing WKT (Well-Known Text) |
geometry | A model of the specified concept output geometry |
wkt_manipulator<Geometry> boost::geometry::wkt | ( | Geometry const & | geometry | ) |
Main WKT-streaming function.
Geometry | Any type fulfilling a Geometry Concept |
geometry | A model of the specified concept |
April 2, 2011 |
Copyright © 2007-2011 Barend Gehrels, Amsterdam, the Netherlands Copyright © 2008-2011 Bruno Lalande, Paris, France Copyright © 2009-2010 Mateusz Loskot, London, UK |