QGIS API Documentation
3.0.2-Girona (307d082)
|
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 67 of file qgslayermetadata.h.
bool QgsLayerMetadata::SpatialExtent::operator== | ( | const QgsLayerMetadata::SpatialExtent & | other | ) | const |
Definition at line 797 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 86 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 76 of file qgslayermetadata.h.