18#ifndef QGSVECTORDATAPROVIDERTEMPORALCAPABILITIES_H
19#define QGSVECTORDATAPROVIDERTEMPORALCAPABILITIES_H
84 QString startField()
const;
94 void setStartField(
const QString &field );
102 QString endField()
const;
110 void setEndField(
const QString &field );
VectorDataProviderTemporalMode
Vector data provider temporal handling modes.
@ HasFixedTemporalRange
Entire dataset from provider has a fixed start and end datetime.
Base class for handling properties relating to a data provider's temporal capabilities.
Implementation of data provider temporal properties for QgsVectorDataProviders.