Traits class binding a comparing strategy to a coordinate system. More...
#include <compare.hpp>
Public Types | |
typedef strategy::not_implemented | type |
Traits class binding a comparing strategy to a coordinate system.
Tag | tag of coordinate system of point-type |
Direction | direction to compare on: 1 for less (-> ascending order) and -1 for greater (-> descending order) |
Point | point-type |
CoordinateSystem | coordinate sytem of point |
Dimension | the dimension to compare on |
typedef strategy::not_implemented boost::geometry::strategy_compare< Tag, Direction, Point, CoordinateSystem, Dimension >::type |