Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit ec9f6e560b.
PrevUpHomeNext

WKT (Well-Known Text)

from_wkt
read_wkt
to_wkt
wkt

WKT is a general markup format in ASCII. It is described in detail on Wikipedia

Boost Geometry supports the common formats (POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON).

Because Boost.Geometry also supports Box and Segment geometries, which are not standard OGC geometries, there are some extensions:

Box
Segment
Ring

PrevUpHomeNext