17 #ifndef GEOS_UTIL_TOPOLOGYEXCEPTION_H
18 #define GEOS_UTIL_TOPOLOGYEXCEPTION_H
20 #include <geos/export.h>
21 #include <geos/util/GEOSException.h>
22 #include <geos/geom/Coordinate.h>
64 #endif // GEOS_UTIL_TOPOLOGYEXCEPTION_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
std::string toString() const
Returns a string of the form (x,y,z) .
Base class for all GEOS exceptions.
Definition: GEOSException.h:39
Indicates an invalid or inconsistent topological situation encountered during processing.
Definition: TopologyException.h:36