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
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition: Envelope.h:53
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: DelaunayTriangulationBuilder.h:54
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
void setTolerance(double tolerance)
Definition: DelaunayTriangulationBuilder.h:110
Definition: QuadEdgeSubdivision.h:76
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59