21 #ifndef GEOS_DENSIFIER_H 22 #define GEOS_DENSIFIER_H 24 #include <geos/export.h> 25 #include <geos/geom/Geometry.h> 26 #include <geos/geom/util/GeometryTransformer.h> 27 #include <geos/geom/util/Densifier.h> 28 #include <geos/util/Interrupt.h> 36 #pragma warning(disable: 4251) 63 void setDistanceTolerance(
double distanceTolerance);
67 double distanceTolerance;
69 static std::unique_ptr<Coordinate::Vect> densifyPoints(
const Coordinate::Vect pts,
double distanceTolerance,
74 DensifyTransformer(
double distanceTolerance);
75 double distanceTolerance;
92 #endif // GEOS_DENSIFIER_H
Models a collection of Polygons.
Definition: MultiPolygon.h:59
Specifies the precision model of the Coordinate in a Geometry.
Definition: PrecisionModel.h:87
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Represents a linear polygon, which may include holes.
Definition: Polygon.h:64
Definition: Densifier.h:58
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
std::vector< Coordinate > Vect
A vector of Coordinate objects (real object, not pointers)
Definition: Coordinate.h:77
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58
std::unique_ptr< Geometry > Ptr
An unique_ptr of Geometry.
Definition: Geometry.h:201