timeExtent property

TimeExtent? timeExtent

The time extent that defines features to be included in the statistics query.

A combination of attribute, spatial, and temporal criteria can be used to filter the features evaluated in a statistical query. If no filters are defined, all features in the table are included in the query.

Implementation

TimeExtent? get timeExtent => _timeExtent.value;
void timeExtent=(TimeExtent? value)

Implementation

set timeExtent(TimeExtent? value) => _timeExtent.value = value;