Home
last modified time | relevance | path

Searched refs:feature_collection (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp50 GeoJSONTileLayer(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileLayer()
67 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features;
72 GeoJSONTileData(mapbox::geometry::feature_collection<int16_t> features_) in GeoJSONTileData()
73 : features(std::make_shared<mapbox::geometry::feature_collection<int16_t>>( in GeoJSONTileData()
77 GeoJSONTileData(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileData()
91 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features;
H A Dgeojson_tile.hpp15 mapbox::geometry::feature_collection<int16_t>);
17 void updateData(mapbox::geometry::feature_collection<int16_t>);
H A Dgeojson_tile.cpp11 mapbox::geometry::feature_collection<int16_t> features) in GeoJSONTile()
16 void GeoJSONTile::updateData(mapbox::geometry::feature_collection<int16_t> features) { in updateData()
H A Dcustom_geometry_tile.cpp33 auto featureData = mapbox::geometry::feature_collection<int16_t>(); in setTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp20 mapbox::geometry::feature_collection<int16_t> getTile(const CanonicalTileID& tileID) final { in getTile()
30 SuperclusterData(const mapbox::geometry::feature_collection<double>& features, in SuperclusterData()
34 mapbox::geometry::feature_collection<int16_t> getTile(const CanonicalTileID& tileID) final { in getTile()
53 && geoJSON.is<mapbox::geometry::feature_collection<double>>() in Impl()
54 && !geoJSON.get<mapbox::geometry::feature_collection<double>>().empty()) { in Impl()
60 geoJSON.get<mapbox::geometry::feature_collection<double>>(), clusterOptions); in Impl()
H A Dgeojson_source_impl.hpp17 virtual mapbox::geometry::feature_collection<int16_t> getTile(const CanonicalTileID&) = 0;
/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
20 using geojson = mapbox::util::variant<geometry, feature, feature_collection>;
23 feature_collection operator()(const feature_collection& value) const { in operator ()()
26 feature_collection operator()(const feature& value) const { in operator ()()
29 feature_collection operator()(const geometry& value) const { in operator ()()
90 GeoJSONVT(const mapbox::geometry::feature_collection<double>& features_, in GeoJSONVT()
/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
30 using geojson = mapbox::util::variant<geometry, feature, feature_collection>;
H A Dgeojson_impl.hpp209 feature_collection collection; in convert()
244 feature_collection parse<feature_collection>(const std::string &);
261 rapidjson_value convert<feature_collection>(const feature_collection&, rapidjson_allocator&);
418 rapidjson_value convert<feature_collection>(const feature_collection& collection, rapidjson_allocat… in convert()
/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
90 feature_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in feature_collection() function
91 feature_collection(std::initializer_list<feature_type> args) in feature_collection() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeojson.hpp8 using FeatureCollection = mapbox::geojson::feature_collection;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp88 using GeoJSONFeatures = feature_collection<double>;
92 using TileFeatures = feature_collection<std::int16_t>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp25 mapbox::geometry::feature_collection<double> features; in updateTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dconvert.hpp95 inline vt_features convert(const geometry::feature_collection<double>& features, in convert()
H A Dtile.hpp11 mapbox::geometry::feature_collection<int16_t> features;