Classes |
class | boost::geometry::model::box< Point > |
| Class box: defines a box made of two describing points. More...
|
class | boost::geometry::model::linestring< Point, Container, Allocator > |
| A linestring (named so by OGC) is a collection (default a vector) of points. More...
|
class | boost::geometry::model::multi_linestring< LineString, Container, Allocator > |
| multi_line, a collection of linestring More...
|
class | boost::geometry::model::multi_point< Point, Container, Allocator > |
| multi_point, a collection of points More...
|
class | boost::geometry::model::multi_polygon< Polygon, Container, Allocator > |
| multi_polygon, a collection of polygons More...
|
class | boost::geometry::model::point< CoordinateType, DimensionCount, CoordinateSystem > |
| Basic point class, having coordinates defined in a neutral way. More...
|
class | boost::geometry::model::polygon< Point, ClockWise, Closed, PointList, RingList, PointAlloc, RingAlloc > |
| The polygon contains an outer ring and zero or more inner rings. More...
|
class | boost::geometry::model::referring_segment< ConstOrNonConstPoint > |
| Class segment: small class containing two (templatized) point references. More...
|
class | boost::geometry::model::ring< Point, ClockWise, Closed, Container, Allocator > |
| A ring (aka linear ring) is a closed line which should not be selfintersecting. More...
|
class | boost::geometry::model::segment< Point > |
| Class segment: small class containing two points. More...
|