QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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< QgsDateTimeRange > temporalExtents () const
 Temporal extents of the resource. More...
 

Detailed Description

Metadata extent structure.

Definition at line 90 of file qgslayermetadata.h.

Member Function Documentation

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

Definition at line 379 of file qgslayermetadata.cpp.

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

Sets the spatial extents of the resource.

See also
spatialExtents()

Definition at line 364 of file qgslayermetadata.cpp.

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

Sets the temporal extents of the resource.

See also
temporalExtents()

Definition at line 374 of file qgslayermetadata.cpp.

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

Spatial extents of the resource.

See also
setSpatialExtents()

Definition at line 359 of file qgslayermetadata.cpp.

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 369 of file qgslayermetadata.cpp.


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