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;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Strict weak ordering Functor for Coordinate.
Definition: Coordinate.h:130
const geom::Coordinate * getNonSimpleLocation() const
Definition: IsSimpleOp.h:143
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Definition: BoundaryNodeRule.h:51
Definition: MultiPoint.h:56
Models a collection of (}s.
Definition: MultiLineString.h:52
Tests whether a Geometry is simple.
Definition: IsSimpleOp.h:94