ArcObjects Library Reference (GeoAnalyst)  

IRemap Interface

Provides access to members that control reclassification of data.

Product Availability

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

Members

Description
Method Clear Clears the remap object.
Method DeleteRecord Deletes a remap record by index.
Method HasValueToNoData Returns whether any record is mapped to nodata.
Method LoadFromTable Loads remap records from an ITable and creates the relevant remap object.
Read-only property MinOutputValue The minimum output value.
Write-only property NoDataTo The nodata value.
Method QueryNoDataTo Returns whether nodata is mapped and if so, the mapped value.
Method QueryRecord Returns info for a remap record by index.
Read-only property RecordCount The number of remap records.
Method RepresentAsTable Stores the remap records in an ITable.
Method SaveAsTable Saves the remap records to a table.
Method Validate Validates the remap records.

CoClasses that implement IRemap

CoClasses and Classes Description
NumberRemap GeoAnalyst Number remap object.
StringRemap GeoAnalyst String remap object.