Provides access to Remap control for GP Spatial Analyst.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.
Members
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. |
![]() |
Remap | The remap. |
![]() |
RepresentAsTable | Stores the remap records in an ITable. |
![]() |
SaveAsTable | Saves the remap records to a table. |
![]() |
Validate | Validates the remap records. |
CoClasses that implement IGPSARemap
CoClasses and Classes | Description |
---|---|
GPSANumberRemap | GeoProcessor Spatial NumberRemap object. |
GPSAStringRemap | GeoProcessor Spatial StringRemap object. |