Internal, calculates length of a linestring using iterator pairs and specified strategy. More...
#include <length.hpp>
Public Types | |
typedef default_length_result < Range >::type | return_type |
Static Public Member Functions | |
template<typename Strategy > | |
static return_type | apply (Range const &range, Strategy const &strategy) |
Internal, calculates length of a linestring using iterator pairs and specified strategy.
typedef default_length_result<Range>::type boost::geometry::detail::length::range_length< Range, Closure >::return_type |
|
inlinestatic |