This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IL > ILocalOp Interface > ILocalOp.LocalStatistics Method (ArcObjects .NET 10.4 SDK) |
Calculates the local statistics of the GeoDataset.
[Visual Basic .NET] Public Function LocalStatistics ( _ ByVal LocalData As IGeoDataset, _ ByVal Type As esriGeoAnalysisStatisticsEnum _ ) As IGeoDataset
[C#] public IGeoDataset LocalStatistics ( IGeoDataset LocalData, esriGeoAnalysisStatisticsEnum Type );
[C++]
HRESULT LocalStatistics(
IGeoDataset* LocalData,
esriGeoAnalysisStatisticsEnum Type,
IGeoDataset** statisticsGeoDataset
);
[C++]
Parameters LocalData [in]
LocalData is a parameter of type IGeoDataset Type [in]
Type is a parameter of type esriGeoAnalysisStatisticsEnum statisticsGeoDataset [out, retval]
statisticsGeoDataset is a parameter of type IGeoDataset
LocalData |
a multiband input Raster, RasterDataset, RasterBand, or RasterDescriptor that identifies the values for the local processing |
type |
an esriGeoAnalysisStatisticsEnum defining the local statistic to calculate for each location on the input Rasters The enumeration types are: |