QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
36 return !( *
this == other );
51 return !( *
this == other );
bool operator==(const QgsReferencedPointXY &other)
A QgsRectangle with associated coordinate reference system.
const QgsCoordinateReferenceSystem & crs
static QgsGeometry fromPointXY(const QgsPointXY &point) SIP_HOLDGIL
Creates a new geometry from a QgsPointXY object.
A QgsGeometry with associated coordinate reference system.
QgsReferencedGeometry()=default
Constructor for QgsReferencedGeometry.
A rectangle specified with double values.
QgsReferencedRectangle()=default
Constructor for QgsReferencedRectangle.
bool operator==(const QgsReferencedRectangle &other) const
bool operator==(const QgsRectangle &r1) const
Comparison operator.
QgsReferencedPointXY()=default
Constructor for QgsReferencedPointXY.
This class represents a coordinate reference system (CRS).
A QgsPointXY with associated coordinate reference system.
A class to represent a 2D point.
bool operator!=(const QgsReferencedRectangle &other) const
QgsCoordinateReferenceSystem crs() const
Returns the associated coordinate reference system, or an invalid CRS if no reference system is set.
static QgsReferencedGeometry fromReferencedRect(const QgsReferencedRectangle &rectangle)
Construct a new QgsReferencedGeometry from referenced rectangle.
A base class for geometry primitives which are stored with an associated reference system.
A geometry is the spatial representation of a feature.
QgsReferencedGeometryBase(const QgsCoordinateReferenceSystem &crs=QgsCoordinateReferenceSystem())
Constructor for QgsReferencedGeometryBase, with the specified crs.
static QgsGeometry fromRect(const QgsRectangle &rect) SIP_HOLDGIL
Creates a new geometry from a QgsRectangle.
static QgsReferencedGeometry fromReferencedPointXY(const QgsReferencedPointXY &point)
Construct a new QgsReferencedGeometry from referenced point.
bool operator==(const QgsPointXY &other) SIP_HOLDGIL
equality operator
bool operator!=(const QgsReferencedPointXY &other)