isTimeFilteringEnabled property

bool isTimeFilteringEnabled

True if the layer filters data based on its GeoViewController.timeExtent, false otherwise.

This is only applicable if the layer's TimeAware.supportsTimeFiltering value is true. If the GeoViewController.timeExtent value is null, no time filtering is applied and all content is rendered.

Implementation

bool get isTimeFilteringEnabled;
void isTimeFilteringEnabled=(bool value)

Implementation

set isTimeFilteringEnabled(bool value);