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;
43 class MultiLineString;
47 class GeometryCollection;
48 struct CoordinateLessThen;
96 class GEOS_DLL IsSimpleOp {
115 IsSimpleOp(
const geom::Geometry& geom);
124 IsSimpleOp(
const geom::Geometry& geom,
125 const algorithm::BoundaryNodeRule& boundaryNodeRule);
145 getNonSimpleLocation()
const
147 return nonSimpleLocation.get();
210 bool isClosedEndpointsInInterior;
216 std::unique_ptr<geom::Coordinate> nonSimpleLocation;
Definition: MultiPoint.h:52
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:24
Models a collection of LineStrings.
Definition: MultiLineString.h:50
Strict weak ordering Functor for Coordinate.
Definition: Coordinate.h:146
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:81
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:54
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:72
Definition: LineString.h:67