Provides access to members that control the local statistical analysis operations.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Members
Description | ||
---|---|---|
Combine | Combines the Local GeoDatasets. | |
EqualTo | Calculates the local equal-to values between GeoDatasets. | |
GreaterThan | Calculates the local greater-than values between GeoDatasets. | |
HighestPosition | Calculates the local highest position within GeoDatasets. | |
LessThan | Calculates the local less-than values between GeoDatasets. | |
LocalStatistics | Calculates the local statistics of the GeoDataset. | |
LowestPosition | Calculates the local lowest position within GeoDatasets. | |
Popularity | Calculates the local popularity between GeoDatasets. | |
Rank | Calculates the local rank between GeoDatasets. |
CoClasses that implement ILocalOp
CoClasses and Classes | Description |
---|---|
RasterLocalOp | A mechanism for performing local operations on rasters. |