22 #ifndef GEOS_OP_POLYGONIZE_EDGERING_H
23 #define GEOS_OP_POLYGONIZE_EDGERING_H
25 #include <geos/export.h>
31 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
40 class CoordinateSequence;
42 class GeometryFactory;
45 namespace planargraph {
52 namespace polygonize {
62 typedef std::vector<const planargraph::DirectedEdge*> DeList;
69 typedef std::vector<geom::Geometry*> GeomVect;
103 static EdgeRing* findEdgeRingContaining(
105 std::vector<EdgeRing*> *shellList);
212 #endif // GEOS_OP_POLYGONIZE_EDGERING_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Represents a directed edge in a PlanarGraph.
Definition: planargraph/DirectedEdge.h:47
Definition: LineString.h:71
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Represents a ring of PolygonizeDirectedEdge which form a ring of a polygon. The ring may be either an...
Definition: operation/polygonize/EdgeRing.h:58
Models an OGC SFS LinearRing.
Definition: LinearRing.h:58
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60