21 #ifndef GEOS_OPERATION_ISSIMPLEOP_H
22 #define GEOS_OPERATION_ISSIMPLEOP_H
24 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
38 class BoundaryNodeRule;
42 class MultiLineString;
45 struct CoordinateLessThen;
144 return nonSimpleLocation.get();
203 bool isClosedEndpointsInInterior;
209 std::auto_ptr<geom::Coordinate> nonSimpleLocation;