21 #ifndef GEOS_OP_TOPOLOGYVALIDATIONERROR_H
22 #define GEOS_OP_TOPOLOGYVALIDATIONERROR_H
24 #include <geos/export.h>
27 #include <geos/geom/Coordinate.h>
49 eDisconnectedInterior,
51 eRingSelfIntersection,
62 std::string getMessage();
64 std::string toString();
68 static const char* errMsg[];
78 #endif // GEOS_OP_TOPOLOGYVALIDATIONERROR_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Contains information about the nature and location of a Geometry validation error.
Definition: TopologyValidationError.h:41