QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
Utility class for identifying a unique vertex within a geometry. More...
#include <qgsvertexid.h>
Public Member Functions | |
QgsVertexId (int _part=-1, int _ring=-1, int _vertex=-1, Qgis::VertexType _type=Qgis::VertexType::Segment) SIP_HOLDGIL | |
Constructor for QgsVertexId. More... | |
bool | isValid () const SIP_HOLDGIL |
Returns true if the vertex id is valid. More... | |
bool | isValid (const QgsAbstractGeometry *geom) const SIP_HOLDGIL |
Returns true if this vertex ID is valid for the specified geom. More... | |
bool | operator!= (QgsVertexId other) const SIP_HOLDGIL |
bool | operator== (QgsVertexId other) const SIP_HOLDGIL |
bool | partEqual (QgsVertexId o) const SIP_HOLDGIL |
Returns true if this vertex ID belongs to the same part as another vertex ID. More... | |
bool | ringEqual (QgsVertexId o) const SIP_HOLDGIL |
Returns true if this vertex ID belongs to the same ring as another vertex ID (i.e. More... | |
bool | vertexEqual (QgsVertexId o) const SIP_HOLDGIL |
Returns true if this vertex ID corresponds to the same vertex as another vertex ID (i.e. More... | |
Public Attributes | |
int | part = -1 |
Part number. More... | |
int | ring = -1 |
Ring number. More... | |
Qgis::VertexType | type = Qgis::VertexType::Segment |
Vertex type. More... | |
int | vertex = -1 |
Vertex number. More... | |
Utility class for identifying a unique vertex within a geometry.
Definition at line 30 of file qgsvertexid.h.
|
inlineexplicit |
Constructor for QgsVertexId.
Definition at line 36 of file qgsvertexid.h.
|
inline |
Returns true
if the vertex id is valid.
Definition at line 46 of file qgsvertexid.h.
bool QgsVertexId::isValid | ( | const QgsAbstractGeometry * | geom | ) | const |
Returns true
if this vertex ID is valid for the specified geom.
Definition at line 19 of file qgsvertexid.cpp.
|
inline |
Definition at line 52 of file qgsvertexid.h.
|
inline |
Definition at line 48 of file qgsvertexid.h.
|
inline |
Returns true
if this vertex ID belongs to the same part as another vertex ID.
Definition at line 60 of file qgsvertexid.h.
|
inline |
Returns true
if this vertex ID belongs to the same ring as another vertex ID (i.e.
the part and ring number are equal).
Definition at line 69 of file qgsvertexid.h.
|
inline |
Returns true
if this vertex ID corresponds to the same vertex as another vertex ID (i.e.
the part, ring number and vertex number are equal).
Definition at line 78 of file qgsvertexid.h.
int QgsVertexId::part = -1 |
Part number.
Definition at line 89 of file qgsvertexid.h.
int QgsVertexId::ring = -1 |
Ring number.
Definition at line 92 of file qgsvertexid.h.
Qgis::VertexType QgsVertexId::type = Qgis::VertexType::Segment |
Vertex type.
Definition at line 98 of file qgsvertexid.h.
int QgsVertexId::vertex = -1 |
Vertex number.
Definition at line 95 of file qgsvertexid.h.