Searched refs:geometry_id (Results 1 – 2 of 2) sorted by relevance
35 struct geometry_id struct46 struct geometry_id<point_tag> : boost::mpl::int_<1> {}; struct50 struct geometry_id<linestring_tag> : boost::mpl::int_<2> {}; struct54 struct geometry_id<polygon_tag> : boost::mpl::int_<3> {}; struct58 struct geometry_id<multi_point_tag> : boost::mpl::int_<4> {}; struct62 struct geometry_id<multi_linestring_tag> : boost::mpl::int_<5> {}; struct66 struct geometry_id<multi_polygon_tag> : boost::mpl::int_<6> {}; struct70 struct geometry_id<segment_tag> : boost::mpl::int_<92> {}; struct74 struct geometry_id<ring_tag> : boost::mpl::int_<93> {}; struct78 struct geometry_id<box_tag> : boost::mpl::int_<94> {}; struct[all …]
58 geometry_id<Geometry1>::type::value,59 geometry_id<Geometry2>::type::value