This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the generalization operations.
Name | 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. |
Classes | Description |
---|---|
RasterGeneralizeOp | A mechanism for performing simplifying operations on rasters. |