Searched refs:getProperties (Results 1 – 11 of 11) sorted by relevance
20 …std::unordered_map<std::string,Value> getProperties() const override { return feature->getProperti… in getProperties() function in mbgl::SymbolFeature
28 std::unordered_map<std::string, Value> VectorTileFeature::getProperties() const { in getProperties() function in mbgl::VectorTileFeature29 return feature.getProperties(); in getProperties()
18 std::unordered_map<std::string, Value> getProperties() const override;
20 PropertyMap getProperties() const override { in getProperties() function in mbgl::GeoJSONTileFeature
45 virtual PropertyMap getProperties() const { return PropertyMap(); } in getProperties() function in mbgl::GeometryTileFeature
178 feature.properties = geometryTileFeature.getProperties(); in convertFeature()
28 getProperties(); in MimeUtils()95 void MimeUtils::getProperties(const QString &fileName, const QString &group) { in getProperties() function in MimeUtils126 getProperties(fileName, "Desktop Entry"); in getDesktopFile()
19 void getProperties(const QString &fileName = "", const QString &group = "");
18 PropertyMap getProperties() const override { return feature.properties; } in getProperties() function in mbgl::style::expression::GeoJSONFeature
390 const PropertyMap properties = params.feature->getProperties(); in initializeDefinitions()
48 properties_type getProperties() const;194 inline feature::properties_type feature::getProperties() const { in getProperties() function in mapbox::vector_tile::feature