This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control remap function arguments.
Name | Description | |
---|---|---|
AllowUnmatched | Indicates if unmatched values should be passed through. | |
DefinitionExpression | The definition expression on the remap table. | |
Geometries | The array of area of interest polygons. | |
InputField | The field in the Attribute table that contains (minimum) pixel values. | |
InputMaxField | The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue. | |
InputRanges | The collection of min-max value pairs indicating input remap classes. Pixel values of the input raster in the range [min,max) are mapped to the corresponding value in the 'OutputValues' collection. | |
NoDataRanges | The collection of min-max value pairs indicating NoData. Pixel values of the input raster in the range [min,max) are set as NoData. | |
OutputField | The field in the attribute table containing the remapped values. | |
OutputValues | The collection of output values to which each input value pair in the 'InputRanges' collection is remapped. | |
Raster | The source raster object. | |
RemapTableType | The remap table type. | |
Table | The table used to lookup pixel values. | |
UseTable | Indicates if the attribute table should be used for remapping. |
Interfaces | Description |
---|---|
IRemapFunctionArguments | Provides access to members that control remap function arguments. |
Classes | Description |
---|