Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::detail::wkt::box_parser< Box > Struct Template Reference

Supports box parsing. More...

#include <read.hpp>

Inheritance diagram for boost::geometry::detail::wkt::box_parser< Box >:

Static Public Member Functions

static void apply (std::string const &wkt, Box &box)
 

Detailed Description

template<typename Box>
struct boost::geometry::detail::wkt::box_parser< Box >

Supports box parsing.

Note
OGC does not define the box geometry, and WKT does not support boxes. However, to be generic GGL supports reading and writing from and to boxes. Boxes are outputted as a standard POLYGON. GGL can read boxes from a standard POLYGON, from a POLYGON with 2 points of from a BOX
Template Parameters
Boxthe box

Member Function Documentation


The documentation for this struct was generated from the following file: