Searched defs:is_areal (Results 1 – 1 of 1) sorted by relevance
33 template <typename GeometryTag> struct is_areal : boost::false_type {}; struct35 template <> struct is_areal<ring_tag> : boost::true_type {}; struct36 template <> struct is_areal<box_tag> : boost::true_type {}; struct37 template <> struct is_areal<polygon_tag> : boost::true_type {}; struct38 template <> struct is_areal<multi_polygon_tag> : boost::true_type {}; struct52 struct is_areal : core_dispatch::is_areal<typename tag<Geometry>::type> struct