QGIS API Documentation
3.6.0-Noosa (5873452)
|
#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... | |
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... | |
Definition at line 1805 of file qgsgeometry.h.
|
inline |
Definition at line 1808 of file qgsgeometry.h.
|
inlineexplicit |
Definition at line 1812 of file qgsgeometry.h.
|
inline |
Definition at line 1816 of file qgsgeometry.h.
bool QgsGeometry::Error::hasWhere | ( | ) | const |
True if the location available from.
Definition at line 3407 of file qgsgeometry.cpp.
QString QgsGeometry::Error::what | ( | ) | const |
A human readable error message containing details about the error.
Definition at line 3397 of file qgsgeometry.cpp.
QgsPointXY QgsGeometry::Error::where | ( | ) | const |
The coordinates at which the error is located and should be visualized.
Definition at line 3402 of file qgsgeometry.cpp.