postgis/deps/wagyu/include/mapbox/geometry.hpp
Raúl Marín Rodríguez 5508a4f89c Integrate wagyu to validate MVT polygons
Closes https://github.com/postgis/postgis/pull/356
Closes #4311



git-svn-id: http://svn.osgeo.org/postgis/trunk@17231 b70326c6-7e19-0410-871a-916f4a2858ee
2019-02-05 15:27:53 +00:00

13 lines
444 B
C++

#pragma once
#include <mapbox/geometry/point.hpp>
#include <mapbox/geometry/line_string.hpp>
#include <mapbox/geometry/polygon.hpp>
#include <mapbox/geometry/multi_point.hpp>
#include <mapbox/geometry/multi_line_string.hpp>
#include <mapbox/geometry/multi_polygon.hpp>
#include <mapbox/geometry/geometry.hpp>
#include <mapbox/geometry/point_arithmetic.hpp>
#include <mapbox/geometry/for_each_point.hpp>
#include <mapbox/geometry/envelope.hpp>