QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
QgsGeometry::Error Class Reference

#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...
 

Detailed Description

Definition at line 1695 of file qgsgeometry.h.

Constructor & Destructor Documentation

QgsGeometry::Error::Error ( )
inline

Definition at line 1698 of file qgsgeometry.h.

QgsGeometry::Error::Error ( const QString &  m)
inlineexplicit

Definition at line 1702 of file qgsgeometry.h.

QgsGeometry::Error::Error ( const QString &  m,
const QgsPointXY p 
)
inline

Definition at line 1706 of file qgsgeometry.h.

Member Function Documentation

bool QgsGeometry::Error::hasWhere ( ) const

True if the location available from.

See also
where is valid.

Definition at line 3452 of file qgsgeometry.cpp.

bool QgsGeometry::Error::operator== ( const QgsGeometry::Error other) const
inline

Definition at line 1734 of file qgsgeometry.h.

QString QgsGeometry::Error::what ( ) const

A human readable error message containing details about the error.

Definition at line 3442 of file qgsgeometry.cpp.

QgsPointXY QgsGeometry::Error::where ( ) const

The coordinates at which the error is located and should be visualized.

Definition at line 3447 of file qgsgeometry.cpp.


The documentation for this class was generated from the following files: