| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
A geometry error. More...
#include <qgsgeometry.h>
Public Member Functions | |
| Error () | |
| Error (const QString &m) | |
| Error (const QString &m, const QgsPointXY &p) | |
| bool | hasWhere () const | 
true if the location available from  More... | |
| bool | operator== (const QgsGeometry::Error &other) const | 
| QString | what () const | 
| A human readable error message containing details about the error.  More... | |
| QgsPointXY | where () const | 
| The coordinates at which the error is located and should be visualized.  More... | |
A geometry error.
Definition at line 2404 of file qgsgeometry.h.
      
  | 
  inline | 
Definition at line 2407 of file qgsgeometry.h.
      
  | 
  inlineexplicit | 
Definition at line 2411 of file qgsgeometry.h.
      
  | 
  inline | 
Definition at line 2415 of file qgsgeometry.h.
| bool QgsGeometry::Error::hasWhere | ( | ) | const | 
true if the location available from 
Definition at line 4008 of file qgsgeometry.cpp.
      
  | 
  inline | 
Definition at line 2444 of file qgsgeometry.h.
| QString QgsGeometry::Error::what | ( | ) | const | 
A human readable error message containing details about the error.
Definition at line 3998 of file qgsgeometry.cpp.
| QgsPointXY QgsGeometry::Error::where | ( | ) | const | 
The coordinates at which the error is located and should be visualized.
Definition at line 4003 of file qgsgeometry.cpp.
 1.8.17