Home
last modified time | relevance | path

Searched defs:feature_collection (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dfeature.hpp82 struct feature_collection : Cont<feature<T>> struct
84 using coordinate_type = T;
85 using feature_type = feature<T>;
86 using container_type = Cont<feature_type>;
87 using size_type = typename container_type::size_type;
90 feature_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in feature_collection() argument
91 feature_collection(std::initializer_list<feature_type> args) in feature_collection() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp22 using feature_collection = mapbox::geometry::feature_collection<double>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp18 using feature_collection = mapbox::geometry::feature_collection<double>; typedef