21#ifndef GEOS_OP_LINEMERGE_EDGESTRING_H
22#define GEOS_OP_LINEMERGE_EDGESTRING_H
24#include <geos/export.h>
29#pragma warning(disable: 4251)
55class GEOS_DLL EdgeString {
58 std::vector<LineMergeDirectedEdge*> directedEdges;
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Definition LineString.h:70
void add(LineMergeDirectedEdge *directedEdge)
A planargraph::DirectedEdge of a LineMergeGraph.
Definition LineMergeDirectedEdge.h:47
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Line merging package.
Definition EdgeString.h:40
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25