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


IGPSANumberRemap Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANumberRemap Interface
ArcGIS Developer Help

IGPSANumberRemap Interface

Provides access to NumberRemap control for GP Spatial Analyst.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Name Description
Method LoadNumbersFromASCIIFile Loads the information from an ArcGRID ASCII remap file into a remap object.
Method LoadNumbersFromTable Load number remap records from a table object.
Method MapRange Maps a range entry to the remap object.
Method MapRangeToNoData Maps a range entry to nodata.
Method MapValue Maps a single value entry to the remap object.
Method MapValueToNoData Maps a single value entry to nodata.
Method QueryNumberRecord Returns number record information by index.
Method QueryNumberValue Returns the mapped value for a number remap entry.

Classes that implement IGPSANumberRemap

Classes Description
GPSANumberRemap GeoProcessor Spatial NumberRemap object.