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::polygon_parser< Polygon > Struct Template Reference

Internal, parses a polygon from a string like this "((x y,x y),(x y,x y))". More...

#include <read.hpp>

Public Types

typedef ring_return_type
< Polygon >::type 
ring_return_type
 
typedef container_appender
< ring_return_type
appender
 

Static Public Member Functions

static void apply (tokenizer::iterator &it, tokenizer::iterator end, std::string const &wkt, Polygon &poly)
 

Detailed Description

template<typename Polygon>
struct boost::geometry::detail::wkt::polygon_parser< Polygon >

Internal, parses a polygon from a string like this "((x y,x y),(x y,x y))".

Note
used for parsing polygons and multi-polygons

Member Typedef Documentation

template<typename Polygon >
typedef ring_return_type<Polygon>::type boost::geometry::detail::wkt::polygon_parser< Polygon >::ring_return_type

Member Function Documentation


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