| 
    QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
    
   | 
 
Metadata spatial extent structure. More...
#include <qgslayermetadata.h>
Public Member Functions | |
| bool | operator== (const QgsLayerMetadata::SpatialExtent &other) const | 
Public Attributes | |
| QgsBox3d | bounds | 
| Geospatial extent of the resource.  More... | |
| QgsCoordinateReferenceSystem | extentCrs | 
| Coordinate reference system for spatial extent.  More... | |
Metadata spatial extent structure.
Definition at line 63 of file qgslayermetadata.h.
| bool QgsLayerMetadata::SpatialExtent::operator== | ( | const QgsLayerMetadata::SpatialExtent & | other | ) | const | 
Definition at line 507 of file qgslayermetadata.cpp.
| QgsBox3d QgsLayerMetadata::SpatialExtent::bounds | 
Geospatial extent of the resource.
X and Y coordinates are in the CRS defined by the metadata (see extentCrs).
While the spatial extent can include a Z dimension, this is not compulsory.
Definition at line 82 of file qgslayermetadata.h.
| QgsCoordinateReferenceSystem QgsLayerMetadata::SpatialExtent::extentCrs | 
Coordinate reference system for spatial extent.
The CRS should match the CRS defined in the QgsLayerMetadata CRS property.
Definition at line 72 of file qgslayermetadata.h.