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::unique_ptr<geom::Coordinate> nonSimpleLocation;
Definition: MultiPoint.h:56
bool isSimple(const geom::MultiPoint *mp)
const geom::Coordinate * getNonSimpleLocation() const
Definition: IsSimpleOp.h:142
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
IsSimpleOp(const geom::Geometry &geom, const algorithm::BoundaryNodeRule &boundaryNodeRule)
Creates a simplicity checker using a given algorithm::BoundaryNodeRule.
Models a collection of (}s.
Definition: MultiLineString.h:51
bool isSimple(const geom::LineString *geom)
Strict weak ordering Functor for Coordinate.
Definition: Coordinate.h:127
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
IsSimpleOp()
Creates a simplicity checker using the default SFS Mod-2 Boundary Node Rule.
IsSimpleOp(const geom::Geometry &geom)
Creates a simplicity checker using the default SFS Mod-2 Boundary Node Rule.
Definition: BoundaryNodeRule.h:50
Tests whether a Geometry is simple.
Definition: IsSimpleOp.h:94
Definition: GeometryGraph.h:74
bool isSimple(const geom::MultiLineString *geom)
Definition: LineString.h:70