Searched defs:geometry_collection (Results 1 – 3 of 3) sorted by relevance
44 struct geometry_collection : Cont<geometry<T>> struct46 using coordinate_type = T;47 using geometry_type = geometry<T>;48 using container_type = Cont<geometry_type>;49 using size_type = typename container_type::size_type;52 geometry_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in geometry_collection() function53 geometry_collection(std::initializer_list<geometry_type> args) in geometry_collection() function
20 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef
19 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef