Searched defs:BuildBoundsMap (Results 1 – 1 of 1) sorted by relevance
184 struct BuildBoundsMap { struct185 int32_t zoom;186 bool project = false;187 BuildBoundsMap(int32_t z, bool p): zoom(z), project(p) {} in BuildBoundsMap() argument189 …id buildTable(const std::vector<Point<double>>& points, BoundsMap& et, bool closed = false) const { in buildTable()203 void buildPolygonTable(const Polygon<double>& polygon, BoundsMap& et) const { in buildPolygonTable()208 BoundsMap operator()(const Point<double>&p) const { in operator ()()222 BoundsMap operator()(const MultiPoint<double>& points) const { in operator ()()238 BoundsMap operator()(const LineString<double>& lines) const { in operator ()()244 BoundsMap operator()(const MultiLineString<double>& lines) const { in operator ()()[all …]