QgsReferencedPointXY class
A QgsPointXY with associated coordinate reference system.
Contents
Base classes
- class QgsPointXY
- A class to represent a 2D point.
- class QgsReferencedGeometryBase
- A base class for geometry primitives which are stored with an associated reference system.
Constructors, destructors, conversion operators
- QgsReferencedPointXY(const QgsPointXY& point, const QgsCoordinateReferenceSystem& crs)
- Constructor for QgsReferencedPointXY, with the specified initial point and crs.
- QgsReferencedPointXY() defaulted
- Constructor for QgsReferencedPointXY.
- operator QVariant() const
- Allows direct construction of QVariants from point.