19 #ifndef GEOS_TRIANGULATE_DELAUNAYTRIANGULATIONBUILDER_H
20 #define GEOS_TRIANGULATE_DELAUNAYTRIANGULATIONBUILDER_H
22 #include <geos/triangulate/IncrementalDelaunayTriangulator.h>
27 class CoordinateSequence;
29 class MultiLineString;
30 class GeometryCollection;
31 class GeometryFactory;
34 namespace triangulate {
36 class QuadEdgeSubdivision;
42 namespace triangulate {
112 this->tolerance = tolerance;
157 #endif //GEOS_TRIANGULATE_QUADEDGE_DELAUNAYTRIANGULATIONBUILDER_H
Definition: QuadEdgeSubdivision.h:95
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
Definition: DelaunayTriangulationBuilder.h:54
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:91
void setTolerance(double tolerance)
Definition: DelaunayTriangulationBuilder.h:110
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67