| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.hpp | 31 class GeometryCollection : public std::vector<GeometryCoordinates> { class 35 …GeometryCollection(Args&&... args) : std::vector<GeometryCoordinates>(std::forward<Args>(args)...)… in GeometryCollection() function in mbgl::GeometryCollection 36 GeometryCollection(std::initializer_list<GeometryCoordinates> args) in GeometryCollection() function in mbgl::GeometryCollection 47 virtual GeometryCollection getGeometries() const = 0; 73 std::vector<GeometryCollection> classifyRings(const GeometryCollection&); 76 void limitHoles(GeometryCollection&, uint32_t maxHoles); 83 GeometryCollection fixupPolygons(const GeometryCollection&); 86 GeometryCollection operator()(const mapbox::geometry::point<int16_t>& geom) const { in operator ()() 89 GeometryCollection operator()(const mapbox::geometry::multi_point<int16_t>& geom) const { in operator ()() 97 GeometryCollection operator()(const mapbox::geometry::line_string<int16_t>& geom) const { in operator ()() [all …]
|
| H A D | geometry_tile_data.cpp | 29 static GeometryCollection toGeometryCollection(MultiPolygon<int16_t>&& multipolygon) { in toGeometryCollection() 30 GeometryCollection result; in toGeometryCollection() 39 GeometryCollection fixupPolygons(const GeometryCollection& rings) { in fixupPolygons() 54 std::vector<GeometryCollection> classifyRings(const GeometryCollection& rings) { in classifyRings() 55 std::vector<GeometryCollection> polygons; in classifyRings() 64 GeometryCollection polygon; in classifyRings() 90 void limitHoles(GeometryCollection& polygon, uint32_t maxHoles) { in limitHoles() 115 GeometryCollection geometries = geometryTileFeature.getGeometries(); in convertGeometry()
|
| H A D | geojson_tile_data.hpp | 28 GeometryCollection getGeometries() const override { in getGeometries() 29 GeometryCollection geometry = apply_visitor(ToGeometryCollection(), feature.geometry); in getGeometries()
|
| H A D | vector_tile_data.cpp | 36 GeometryCollection VectorTileFeature::getGeometries() const { in getGeometries() 38 auto lines = feature.getGeometries<GeometryCollection>(scale); in getGeometries()
|
| H A D | vector_tile_data.hpp | 20 GeometryCollection getGeometries() const override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | intersection_tests.hpp | 8 bool polygonIntersectsBufferedMultiPoint(const GeometryCoordinates&, const GeometryCollection&, flo… 9 bool polygonIntersectsBufferedMultiLine(const GeometryCoordinates&, const GeometryCollection&, floa… 11 bool polygonIntersectsMultiPolygon(const GeometryCoordinates&, const GeometryCollection&);
|
| H A D | intersection_tests.cpp | 91 …rsectsBufferedMultiPoint(const GeometryCoordinates& polygon, const GeometryCollection& rings, floa… in polygonIntersectsBufferedMultiPoint() 100 …ersectsBufferedMultiLine(const GeometryCoordinates& polygon, const GeometryCollection& multiLine, … in polygonIntersectsBufferedMultiLine() 128 bool polygonIntersectsMultiPolygon(const GeometryCoordinates& polygon, const GeometryCollection& mu… in polygonIntersectsMultiPolygon()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_tile.cpp | 26 GeometryCollection&& geometries_, in AnnotationTileFeatureData() 36 GeometryCollection geometries; 62 GeometryCollection AnnotationTileFeature::getGeometries() const { in getGeometries() 92 GeometryCollection geometries, in addFeature()
|
| H A D | annotation_tile.hpp | 31 GeometryCollection getGeometries() const override; 49 GeometryCollection,
|
| H A D | symbol_annotation_impl.cpp | 21 …layer.addFeature(id, FeatureType::Point, GeometryCollection {{ {{ tilePoint }} }}, featureProperti… in updateLayer()
|
| H A D | shape_annotation_impl.cpp | 49 … GeometryCollection renderGeometry = apply_visitor(toGeometryCollection, shapeFeature.geometry); in updateTileData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | clip_lines.hpp | 12 GeometryCollection clipLines(const GeometryCollection &lines,
|
| H A D | merge_lines.hpp | 19 GeometryCollection &geom); 25 GeometryCollection &geom);
|
| H A D | clip_lines.cpp | 8 GeometryCollection clipLines(const GeometryCollection &lines, in clipLines() 11 GeometryCollection clippedLines; in clipLines()
|
| H A D | merge_lines.cpp | 16 GeometryCollection& geom) { in mergeFromRight() 32 GeometryCollection& geom) { in mergeFromLeft() 58 GeometryCollection& geometry = feature.geometry; in mergeLines()
|
| H A D | symbol_feature.hpp | 22 GeometryCollection getGeometries() const override { return geometry; }; in getGeometries() 25 GeometryCollection geometry;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_line_layer.cpp | 149 optional<GeometryCollection> offsetLine(const GeometryCollection& rings, const double offset) { in offsetLine() 152 GeometryCollection newRings; in offsetLine()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | bucket.hpp | 44 const GeometryCollection&) {}; in addFeature() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | circle_bucket.hpp | 21 const GeometryCollection&) override;
|
| H A D | heatmap_bucket.hpp | 21 const GeometryCollection&) override;
|
| H A D | fill_extrusion_bucket.hpp | 20 const GeometryCollection&) override;
|
| H A D | fill_bucket.hpp | 22 const GeometryCollection&) override;
|
| H A D | line_bucket.hpp | 25 const GeometryCollection&) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | expression.cpp | 20 GeometryCollection getGeometries() const override { return {}; } in getGeometries()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/geojson_viewer/ |
| H A D | GeoJsonDelegateMapObject.qml | 132 roleValue: "GeometryCollection" 134 property string geojsonType: "GeometryCollection"
|