Class: QgsReferencedGeometryBase

class qgis.core.QgsReferencedGeometryBase(crs: QgsCoordinateReferenceSystem = QgsCoordinateReferenceSystem())

Bases: sip.wrapper

Constructor for QgsReferencedGeometryBase, with the specified crs.

QgsReferencedGeometryBase(QgsReferencedGeometryBase)

A base class for geometry primitives which are stored with an associated reference system.

QgsReferencedGeometryBase classes represent some form of geometry primitive (such as rectangles) which have an optional coordinate reference system associated with them.

Methods

crs

Returns the associated coordinate reference system, or an invalid CRS if no reference system is set.

setCrs

Sets the associated crs.

crs(self)QgsCoordinateReferenceSystem

Returns the associated coordinate reference system, or an invalid CRS if no reference system is set.

See also

setCrs()

Return type

QgsCoordinateReferenceSystem

setCrs(self, crs: QgsCoordinateReferenceSystem)

Sets the associated crs. Set to an invalid CRS if no reference system is required.

See also

crs()

Parameters

crs (QgsCoordinateReferenceSystem) –