This document is archived and information here might be outdated.  Recommended version.


IReclassOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IReclassOp Interface
ArcGIS Developer Help

IReclassOp Interface

Provides access to members that control the Reclass Operation.

Product Availability

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

Members

Name 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.

Classes that implement IReclassOp

Classes Description
RasterReclassOp Raster Reclass operation class.

Remarks