23 #include <geos/export.h>
24 #include <geos/geom/Geometry.h>
25 #include <geos/geom/util/GeometryTransformer.h>
26 #include <geos/geom/util/Densifier.h>
27 #include <geos/util/Interrupt.h>
35 #pragma warning(disable: 4251)
62 void setDistanceTolerance(
double distanceTolerance);
66 double distanceTolerance;
68 static std::unique_ptr<CoordinateSequence> densifyPoints(
const CoordinateSequence& pts,
double distanceTolerance,
73 DensifyTransformer(
double distanceTolerance);
74 double distanceTolerance;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition: Geometry.h:210
Definition: MultiPolygon.h:58
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:88
Definition: Densifier.h:57
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25