ArcObjects Library Reference (GeoAnalyst)  

IReclassOp Interface

Provides access to members that control the Reclass Operation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method Lookup Creates a new raster by looking up values found in another field in the table of the input raster.
Method Reclass Reclassifies (or changes) the values of the input cells of a raster by using a remap table.
Method ReclassByASCIIFile Reclassifies (or changes) the values of the input cells of a raster by using an ascii remap file.
Method ReclassByRemap Reclassifies (or changes) the values of the input cells of a raster by using a remap that is built programmatically.
Method 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.

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.