Temporal information about a time-aware sublayer of a map service or feature service. More...
Header | #include <Layer |
Since | Esri |
Public Functions
Layer | |
Layer | |
Layer | |
~ | |
Q | end |
bool | has |
(since Esri Esri | interval() const |
bool | is |
Q | start |
(since Esri Esri | time |
Esri | time |
Q | track |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Member Function Documentation
LayerTimeInfo::LayerTimeInfo ()
Default constructor. Creates an empty LayerTimeInfo.
LayerTimeInfo::LayerTimeInfo (const Esri::ArcGISRuntime::LayerTimeInfo &other)
Copy constructor from other LayerTimeInfo.
[noexcept]
LayerTimeInfo::LayerTimeInfo (Esri::ArcGISRuntime::LayerTimeInfo &&other)
Copy constructor from other LayerTimeInfo.
[noexcept]
LayerTimeInfo::~LayerTimeInfo ()
Destructor.
QString LayerTimeInfo::endTimeField () const
Returns the name of the field containing information about the end time of a feature.
bool LayerTimeInfo::hasLiveData () const
Returns true
if this LayerTimeInfo contains live data.
[since Esri::ArcGISRuntime 100.3]
Esri::ArcGISRuntime::TimeValue LayerTimeInfo::interval() const
Returns the time interval of the data in the layer.
This function was introduced in Esri::ArcGISRuntime 100.3.
bool LayerTimeInfo::isEmpty () const
Returns true
if this LayerTimeInfo is empty.
QString LayerTimeInfo::startTimeField () const
Returns the name of the field containing information about the start time of a feature.
[since Esri::ArcGISRuntime 100.3]
Esri::ArcGISRuntime::TimeExtent LayerTimeInfo::timeExtent () const
Returns the time extent that is inclusive of all the data in the layer.
This function was introduced in Esri::ArcGISRuntime 100.3.
Esri::ArcGISRuntime::TimeReference LayerTimeInfo::timeReference () const
Returns information about how the time was referenced.
QString LayerTimeInfo::trackIdField () const
Returns the name of the field containing the trackId.
[noexcept]
Esri::ArcGISRuntime::LayerTimeInfo &LayerTimeInfo::operator=(Esri::ArcGISRuntime::LayerTimeInfo &&other)
Move operator from other LayerTimeInfo.
Esri::ArcGISRuntime::LayerTimeInfo &LayerTimeInfo::operator=(const Esri::ArcGISRuntime::LayerTimeInfo &other)
Assignment operator from other LayerTimeInfo.