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

Specialization to stream a box as WKT. More...

#include <write.hpp>

Inheritance diagram for boost::geometry::dispatch::wkt< Box, box_tag >:
Collaboration diagram for boost::geometry::dispatch::wkt< Box, box_tag >:

Public Types

typedef point_type< Box >::type point_type
 

Static Public Member Functions

template<typename Char , typename Traits >
static void apply (std::basic_ostream< Char, Traits > &os, Box const &box)
 

Detailed Description

template<typename Box>
struct boost::geometry::dispatch::wkt< Box, box_tag >

Specialization to stream a box as WKT.

A "box" does not exist in WKT. It is therefore streamed as a polygon

Member Typedef Documentation

template<typename Box >
typedef point_type<Box>::type boost::geometry::detail::wkt::wkt_box< Box >::point_type
inherited

Member Function Documentation

template<typename Box >
template<typename Char , typename Traits >
static void boost::geometry::detail::wkt::wkt_box< Box >::apply ( std::basic_ostream< Char, Traits > &  os,
Box const &  box 
)
inlinestaticinherited

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