| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| QgsCoordinateReferenceSystem | extentCrs | 
| Coordinate reference system for spatial extent.   | |
Metadata spatial extent structure.
Definition at line 62 of file qgslayermetadata.h.
| bool QgsLayerMetadata::SpatialExtent::operator== | ( | const QgsLayerMetadata::SpatialExtent & | other | ) | const | 
Definition at line 505 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 81 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 71 of file qgslayermetadata.h.