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<Coordinate::Vect> densifyPoints(
const Coordinate::Vect pts,
double distanceTolerance,
73 DensifyTransformer(
double distanceTolerance);
74 double distanceTolerance;
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44
std::vector< Coordinate > Vect
A vector of Coordinate objects (real object, not pointers)
Definition: Coordinate.h:75
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition: Geometry.h:199
Definition: MultiPolygon.h:59
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:90
Definition: Densifier.h:57
Basic namespace for all GEOS functionalities.
Definition: geos.h:39