Home
last modified time | relevance | path

Searched refs:GeomType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp13 case mapbox::vector_tile::GeomType::POINT: in getType()
15 case mapbox::vector_tile::GeomType::LINESTRING: in getType()
17 case mapbox::vector_tile::GeomType::POLYGON: in getType()
39 if (feature.getVersion() >= 2 || feature.getType() != mapbox::vector_tile::GeomType::POLYGON) { in getGeometries()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp46 GeomType getType() const { return type; } in getType()
58 GeomType type = GeomType::UNKNOWN;
134 type(GeomType::UNKNOWN), in feature()
148 type = static_cast<GeomType>(feature_pbf.get_enum()); in feature()
241 if (type == GeomType::LINESTRING) { in getGeometries()
243 } else if (type == GeomType::POLYGON) { in getGeometries()
246 bool is_point = type == GeomType::POINT; in getGeometries()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp43 enum GeomType : std::uint8_t enum