This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IReclassOp Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the Reclass Operation.
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 and Classes | Description |
---|---|
RasterReclassOp | Raster Reclass operation class. |