supportsStatistics property

bool supportsStatistics

True if the layer supports statistical queries, false otherwise.

Implementation

bool get supportsStatistics {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISFeatureLayerInfo_getSupportsStatistics(
      _handle,
      errorHandler,
    );
  });
}