QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsLayerMetadata::Extent Struct Reference

Metadata extent structure. More...

#include <qgslayermetadata.h>

Public Member Functions

bool operator== (const QgsLayerMetadata::Extent &other) const
 
void setSpatialExtents (const QList< QgsLayerMetadata::SpatialExtent > &extents)
 Sets the spatial extents of the resource. More...
 
void setTemporalExtents (const QList< QgsDateTimeRange > &extents)
 Sets the temporal extents of the resource. More...
 
QList< QgsLayerMetadata::SpatialExtentspatialExtents () const
 Spatial extents of the resource. More...
 
QList< QgsDateTimeRangetemporalExtents () const
 Temporal extents of the resource. More...
 

Detailed Description

Metadata extent structure.

Definition at line 90 of file qgslayermetadata.h.

Member Function Documentation

◆ operator==()

bool QgsLayerMetadata::Extent::operator== ( const QgsLayerMetadata::Extent other) const

Definition at line 412 of file qgslayermetadata.cpp.

◆ setSpatialExtents()

void QgsLayerMetadata::Extent::setSpatialExtents ( const QList< QgsLayerMetadata::SpatialExtent > &  extents)

Sets the spatial extents of the resource.

See also
spatialExtents()

Definition at line 397 of file qgslayermetadata.cpp.

◆ setTemporalExtents()

void QgsLayerMetadata::Extent::setTemporalExtents ( const QList< QgsDateTimeRange > &  extents)

Sets the temporal extents of the resource.

See also
temporalExtents()

Definition at line 407 of file qgslayermetadata.cpp.

◆ spatialExtents()

QList< QgsLayerMetadata::SpatialExtent > QgsLayerMetadata::Extent::spatialExtents ( ) const

Spatial extents of the resource.

See also
setSpatialExtents()

Definition at line 392 of file qgslayermetadata.cpp.

◆ temporalExtents()

QList< QgsDateTimeRange > QgsLayerMetadata::Extent::temporalExtents ( ) const

Temporal extents of the resource.

Use QgsDateTimeRange::isInstant() to determine whether the temporal extent is a range or a single point in time. If QgsDateTimeRange::isInfinite() returns true then the temporal extent is considered to be indeterminate and continuous.

See also
setTemporalExtents()

Definition at line 402 of file qgslayermetadata.cpp.


The documentation for this struct was generated from the following files: