Provides access to members that control the generalization operations.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Members
Description | ||
---|---|---|
![]() |
Aggregate | Generates a reduced resolution version of a raster. |
![]() |
BoundaryClean | Smoothes the boundary between zones by expanding and shrinking the boundary. |
![]() |
Expand | Expands the selected zones by a specified number of cells. |
![]() |
MajorityFilter | Replaces cells based upon the majority of their contiguous neighboring cells. |
![]() |
Nibble | Replaces areas in a raster corresponding to a mask, with the values of the nearest neighbors. |
![]() |
RegionGroup | Records for each cell in the output, the identity of the connected region to which it belongs. |
![]() |
Resample | Resamples the raster to a new cell size. |
![]() |
Shrink | Shrinks the selected zones by a specified number of cells. |
![]() |
Thin | Thins rasterized linear features by reducing the number of pixels representing the width of the features. |
CoClasses that implement IGeneralizeOp
CoClasses and Classes | Description |
---|---|
RasterGeneralizeOp | A mechanism for performing simplifying operations on rasters. |