#include <IsSimpleOp.h>
Public Member Functions | |
bool | isSimple (const geom::LineString *geom) |
bool | isSimple (const geom::MultiLineString *geom) |
bool | isSimple (const geom::MultiPoint *mp) |
bool | isSimpleLinearGeometry (const geom::Geometry *geom) |
Only Geometry whose definition allows them to be simple or non-simple are tested. (E.g. Polygons must be simple by definition, so no test is provided. To test whether a given Polygon is valid, use Geometry::isValid
)