22 #ifndef GEOS_OPERATION_ISSIMPLEOP_H
23 #define GEOS_OPERATION_ISSIMPLEOP_H
25 #include <geos/export.h>
26 #include <geos/geom/Coordinate.h>
33 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
39 class BoundaryNodeRule;
43 class MultiLineString;
46 struct CoordinateLessThen;
145 return nonSimpleLocation.get();
185 bool hasNonEndpointIntersection(geomgraph::GeometryGraph &graph);
195 bool hasClosedEndpointIntersection(geomgraph::GeometryGraph &graph);
204 bool isClosedEndpointsInInterior;
210 std::auto_ptr<geom::Coordinate> nonSimpleLocation;