Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
write.hpp File Reference
#include <ostream>
#include <string>
#include <boost/array.hpp>
#include <boost/range.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/static_visitor.hpp>
#include <boost/variant/variant_fwd.hpp>
#include <boost/geometry/algorithms/detail/interior_iterator.hpp>
#include <boost/geometry/algorithms/assign.hpp>
#include <boost/geometry/algorithms/convert.hpp>
#include <boost/geometry/algorithms/disjoint.hpp>
#include <boost/geometry/algorithms/not_implemented.hpp>
#include <boost/geometry/core/exterior_ring.hpp>
#include <boost/geometry/core/interior_rings.hpp>
#include <boost/geometry/core/ring_type.hpp>
#include <boost/geometry/core/tags.hpp>
#include <boost/geometry/geometries/concepts/check.hpp>
#include <boost/geometry/geometries/ring.hpp>
#include <boost/geometry/io/wkt/detail/prefix.hpp>
Include dependency graph for write.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::geometry::detail::wkt::stream_coordinate< P, I, Count >
 
struct  boost::geometry::detail::wkt::stream_coordinate< P, Count, Count >
 
struct  boost::geometry::detail::wkt::prefix_linestring_par
 
struct  boost::geometry::detail::wkt::prefix_ring_par_par
 
struct  boost::geometry::detail::wkt::opening_parenthesis
 
struct  boost::geometry::detail::wkt::closing_parenthesis
 
struct  boost::geometry::detail::wkt::double_closing_parenthesis
 
struct  boost::geometry::detail::wkt::wkt_point< Point, Policy >
 Stream points as WKT. More...
 
struct  boost::geometry::detail::wkt::wkt_range< Range, PrefixPolicy, SuffixPolicy >
 Stream ranges as WKT. More...
 
struct  boost::geometry::detail::wkt::wkt_sequence< Range >
 Stream sequence of points as WKT-part, e.g. More...
 
struct  boost::geometry::detail::wkt::wkt_poly< Polygon, PrefixPolicy >
 
struct  boost::geometry::detail::wkt::wkt_multi< Multi, StreamPolicy, PrefixPolicy >
 
struct  boost::geometry::detail::wkt::wkt_box< Box >
 
struct  boost::geometry::detail::wkt::wkt_segment< Segment >
 
struct  boost::geometry::dispatch::wkt< Geometry, Tag >
 
struct  boost::geometry::dispatch::wkt< Point, point_tag >
 
struct  boost::geometry::dispatch::wkt< Linestring, linestring_tag >
 
struct  boost::geometry::dispatch::wkt< Box, box_tag >
 Specialization to stream a box as WKT. More...
 
struct  boost::geometry::dispatch::wkt< Segment, segment_tag >
 
struct  boost::geometry::dispatch::wkt< Ring, ring_tag >
 Specialization to stream a ring as WKT. More...
 
struct  boost::geometry::dispatch::wkt< Polygon, polygon_tag >
 Specialization to stream polygon as WKT. More...
 
struct  boost::geometry::dispatch::wkt< Multi, multi_point_tag >
 
struct  boost::geometry::dispatch::wkt< Multi, multi_linestring_tag >
 
struct  boost::geometry::dispatch::wkt< Multi, multi_polygon_tag >
 
struct  boost::geometry::dispatch::devarianted_wkt< Geometry >
 
struct  boost::geometry::dispatch::devarianted_wkt< variant< BOOST_VARIANT_ENUM_PARAMS(T)> >
 
struct  boost::geometry::dispatch::devarianted_wkt< variant< BOOST_VARIANT_ENUM_PARAMS(T)> >::visitor< OutputStream >
 
class  boost::geometry::wkt_manipulator< Geometry >
 Generic geometry template manipulator class, takes corresponding output class from traits class. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::geometry
 
 boost::geometry::detail
 
 boost::geometry::detail::wkt
 
 boost::geometry::dispatch
 

Functions

template<typename Geometry >
wkt_manipulator< Geometry > boost::geometry::wkt (Geometry const &geometry)
 Main WKT-streaming function. More...