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 > IRemap Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control reclassification of data.
Description | ||
---|---|---|
Clear | Clears the remap object. | |
DeleteRecord | Deletes a remap record by index. | |
HasValueToNoData | Returns whether any record is mapped to nodata. | |
LoadFromTable | Loads remap records from an ITable and creates the relevant remap object. | |
MinOutputValue | The minimum output value. | |
NoDataTo | The nodata value. | |
QueryNoDataTo | Returns whether nodata is mapped and if so, the mapped value. | |
QueryRecord | Returns info for a remap record by index. | |
RecordCount | The number of remap records. | |
RepresentAsTable | Stores the remap records in an ITable. | |
SaveAsTable | Saves the remap records to a table. | |
Validate | Validates the remap records. |
CoClasses and Classes | Description |
---|---|
NumberRemap | GeoAnalyst Number remap object. |
StringRemap | GeoAnalyst String remap object. |