Home
last modified time | relevance | path

Searched refs:vt_geometry_collection (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp83 struct vt_geometry_collection;
91 vt_geometry_collection>;
93 struct vt_geometry_collection : std::vector<vt_geometry> {}; struct
134 using type = vt_geometry_collection;
H A Dclip.hpp74 vt_geometry operator()(const vt_geometry_collection& geometries) const { in operator ()()
75 vt_geometry_collection result; in operator ()()
H A Dtile.hpp89 void addFeature(const vt_geometry_collection& collection, in addFeature()