Searched refs:is_areal (Results 1 – 3 of 3) 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
48 bool Areal1 = geometry::is_areal<Geometry1>::value,49 bool Areal2 = geometry::is_areal<Geometry2>::value,50 bool ArealOut = geometry::is_areal<GeometryOut>::value,
423 bool Areal1 = geometry::is_areal<Geometry1>::value,424 bool Areal2 = geometry::is_areal<Geometry2>::value,425 bool ArealOut = geometry::is_areal<GeometryOut>::value