Home
last modified time | relevance | path

Searched defs:ToGeometryCollection (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp85 struct ToGeometryCollection { struct
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 ()()
105 GeometryCollection operator()(const mapbox::geometry::multi_line_string<int16_t>& geom) const { in operator ()()
118 GeometryCollection operator()(const mapbox::geometry::polygon<int16_t>& geom) const { in operator ()()
131 GeometryCollection operator()(const mapbox::geometry::multi_polygon<int16_t>& geom) const { in operator ()()
145 GeometryCollection operator()(const mapbox::geometry::geometry_collection<int16_t>&) const { in operator ()()