Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

WKT (Well-Known Text)

from_wkt
read_wkt
to_wkt
to_wkt (with significant digits)
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