CustomDataSetAdapter.OnCalculateDataCoverage Method
Called to return all areas where the custom dataset has data.
OnCalculateDataCoverage()
Called to return all areas where the custom dataset has data.Syntax
public virtual RectangleSet OnCalculateDataCoverage ()
Return Value
Remarks
The default implementation calls OnCalculateBounds to calculate the data coverage. Overriding this method and returning a more exact result can improve the performance if the custom dataset is read by a LevelOfDetailOperator. See also DataSet.GetDataCoverage.
Platforms
Windows, Linux, Android