Class: 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.
See also
Class Hierarchy¶
Subclasses¶
A |
|
A |
|
A |
Methods
Returns the associated coordinate reference system, or an invalid CRS if no reference system is set. |
|
Sets the associated crs. |
- class qgis.core.QgsReferencedGeometryBase[source]¶
Bases:
object
- __init__(crs: QgsCoordinateReferenceSystem = QgsCoordinateReferenceSystem())
Constructor for QgsReferencedGeometryBase, with the specified
crs
.- Parameters:
crs (
QgsCoordinateReferenceSystem
= QgsCoordinateReferenceSystem())
- __init__(a0: QgsReferencedGeometryBase)
- Parameters:
- crs(self) QgsCoordinateReferenceSystem [source]¶
Returns the associated coordinate reference system, or an invalid CRS if no reference system is set.
See also
- Return type:
- setCrs(self, crs: QgsCoordinateReferenceSystem)[source]¶
Sets the associated
crs
. Set to an invalid CRS if no reference system is required.See also
- Parameters: