Searched refs:GeomType (Results 1 – 3 of 3) sorted by relevance
13 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()
46 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()
43 enum GeomType : std::uint8_t enum