Contains information about the nature and location of a Geometry validation error. More...
#include <TopologyValidationError.h>
Public Types | |
| enum | errorEnum { eError, eRepeatedPoint, eHoleOutsideShell, eNestedHoles, eDisconnectedInterior, eSelfIntersection, eRingSelfIntersection, eNestedShells, eDuplicatedRings, eTooFewPoints, eInvalidCoordinate, eRingNotClosed } |
Public Member Functions | |
| TopologyValidationError (int newErrorType, const geom::Coordinate &newPt) | |
| TopologyValidationError (int newErrorType) | |
| geom::Coordinate & | getCoordinate () |
| std::string | getMessage () |
| int | getErrorType () |
| std::string | toString () |
Contains information about the nature and location of a Geometry validation error.
1.7.2