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 D | geojson_tile_data.hpp | 50 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 D | geojson_tile.hpp | 15 mapbox::geometry::feature_collection<int16_t>); 17 void updateData(mapbox::geometry::feature_collection<int16_t>);
|
| H A D | geojson_tile.cpp | 11 mapbox::geometry::feature_collection<int16_t> features) in GeoJSONTile() 16 void GeoJSONTile::updateData(mapbox::geometry::feature_collection<int16_t> features) { in updateData()
|
| H A D | custom_geometry_tile.cpp | 33 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 D | geojson_source_impl.cpp | 20 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 D | geojson_source_impl.hpp | 17 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 D | geojsonvt.hpp | 18 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 D | geojson.hpp | 22 using feature_collection = mapbox::geometry::feature_collection<double>; typedef 30 using geojson = mapbox::util::variant<geometry, feature, feature_collection>;
|
| H A D | geojson_impl.hpp | 209 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 D | feature.hpp | 82 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 D | geojson.hpp | 8 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 D | supercluster.hpp | 88 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 D | shape_annotation_impl.cpp | 25 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 D | convert.hpp | 95 inline vt_features convert(const geometry::feature_collection<double>& features, in convert()
|
| H A D | tile.hpp | 11 mapbox::geometry::feature_collection<int16_t> features;
|