Provides access to members that control the Reclass Operation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Lookup | Creates a new raster by looking up values found in another field in the table of the input raster. |
![]() |
Reclass | Reclassifies (or changes) the values of the input cells of a raster by using a remap table. |
![]() |
ReclassByASCIIFile | Reclassifies (or changes) the values of the input cells of a raster by using an ascii remap file. |
![]() |
ReclassByRemap | Reclassifies (or changes) the values of the input cells of a raster by using a remap that is built programmatically. |
![]() |
Slice | Slices a range of values of the input cells by zones of equal area or equal interval. |
CoClasses that implement IReclassOp
CoClasses and Classes | Description |
---|---|
RasterReclassOp | Raster Reclass operation class. |