QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
40 mAvailableTemporalRange = dateTimeRange;
45 return mAvailableTemporalRange;
QString startField() const
Returns the name of the start datetime field, which contains the start time for the feature's time sp...
Qgis::VectorDataProviderTemporalMode mode() const
Returns the temporal properties mode.
Base class for handling properties relating to a data provider's temporal capabilities.
void setMode(Qgis::VectorDataProviderTemporalMode mode)
Sets the temporal properties mode.
QString endField() const
Returns the name of the end datetime field, which stores the end time for the feature's time spans.
void setStartField(const QString &field)
Sets the name of the start datetime field, which stores the start time for the feature's time spans.
void setEndField(const QString &field)
Sets the name of the end datetime field, which stores the end time for the feature's time spans.
const QgsDateTimeRange & availableTemporalRange() const
Returns the datetime range extent from which temporal data is available from the provider.
void setAvailableTemporalRange(const QgsDateTimeRange &range)
Sets the datetime range extent from which temporal data is available from the provider.
bool hasTemporalCapabilities() const
Returns true if the provider has temporal capabilities available.
QgsVectorDataProviderTemporalCapabilities(bool enabled=false)
Constructor for QgsVectorDataProviderTemporalCapabilities.
VectorDataProviderTemporalMode
Vector data provider temporal handling modes.
void setHasTemporalCapabilities(bool available)
Sets whether the provider has temporal capabilities available.