Searched defs:geometry_id (Results 1 – 1 of 1) 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 …]