Searched refs:getGeometries (Results 1 – 15 of 15) sorted by relevance
15 … geometry(feature->getGeometries()) // we need a mutable copy of the geometry for mergeLines() in SymbolFeature()22 GeometryCollection getGeometries() const override { return geometry; }; in getGeometries() function in mbgl::SymbolFeature
36 GeometryCollection VectorTileFeature::getGeometries() const { in getGeometries() function in mbgl::VectorTileFeature38 auto lines = feature.getGeometries<GeometryCollection>(scale); in getGeometries()
20 GeometryCollection getGeometries() const override;
28 GeometryCollection getGeometries() const override { in getGeometries() function in mbgl::GeoJSONTileFeature
47 virtual GeometryCollection getGeometries() const = 0;
115 GeometryCollection geometries = geometryTileFeature.getGeometries(); in convertGeometry()
382 GeometryCollection geometries = feature->getGeometries(); in parse()
20 GeometryCollection getGeometries() const override { return {}; } in getGeometries() function in mbgl::style::expression::GeoJSONFeature
200 auto offsetGeometry = offsetLine(feature.getGeometries(), offset); in queryIntersectsFeature()206 offsetGeometry.value_or(feature.getGeometries()), in queryIntersectsFeature()
216 …onIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), feature.getGeometries()); in queryIntersectsFeature()
162 auto geometry = feature.getGeometries(); in queryIntersectsFeature()
238 …onIntersectsMultiPolygon(translatedQueryGeometry.value_or(queryGeometry), feature.getGeometries()); in queryIntersectsFeature()
31 GeometryCollection getGeometries() const override;
62 GeometryCollection AnnotationTileFeature::getGeometries() const { in getGeometries() function in mbgl::AnnotationTileFeature
53 GeometryCollectionType getGeometries(float scale) const;226 GeometryCollectionType feature::getGeometries(float scale) const { in getGeometries() function in mapbox::vector_tile::feature