Provides access to members that control raster function argments.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
FileList | The list of all files associated with the arguments. | |
GetValue | Gets a named argument value. | |
Names | The list of all argument names. | |
PutValue | Puts a named argument value. | |
Remove | Removes a named argument value. | |
RemoveAll | Removes all argument values. | |
Resolve | Resolves function variables using a row and set of properties. | |
Update | Updates function variables using a row and set of properties. | |
Values | The list of all arguments. |
CoClasses that implement IRasterFunctionArguments
CoClasses and Classes | Description |
---|---|
ArithmeticFunctionArguments | A class for colormap raster function arguments. |
ClipFunctionArguments | The class for a raster clipping function arguments. |
ColormapFunctionArguments | A class for colormap raster function arguments. |
ColorspaceConversionFunctionArguments | The class for raster colorspace conversion arguments. |
ConstantFunctionArguments | The arguments for the constant raster function. |
ConvolutionFunctionArguments | A class for convolution raster function arguments. |
ExcludedAreaFunctionArguments | The arguments for the ExcludedArea raster function. |
ExtractBandFunctionArguments | A class for band extraction/selection raster function arguments. |
FootprintFunctionArguments | The arguments for the Footprint raster function. |
GeometricFunctionArguments | A class for raster geometric function arguments. |
GrayscaleFunctionArguments | The greyscale conversion function arguments. |
HillshadeFunctionArguments | The Hillshade function arguments. |
MaskFunctionArguments | The raster mask function arguments. |
MLClassifyFunctionArguments (esriGeoAnalyst) | The ML classification function arguments. |
MosaicFunctionArguments | A class for raster mosaic function arguments. |
MosaicRastersFunctionArguments | A class for mosaicrasters function arguments. |
NDVIFunctionArguments | A class for NDVI raster function arguments. |
PansharpeningFunctionArguments | A class for sharpening raster function arguments. |
RasterFunctionTemplateArguments | A class for template function arguments. |
RasterInfoFunctionArguments | The raster info function arguments. |
RemapFunctionArguments | A class for remap raster function arguments. |
SAIFunctionArguments | The Slope-Aspect Index (SAI) function arguments. |
ShadedReliefFunctionArguments | The Shaded Relief function arguments. |
SlopeFunctionArguments | The Slope function arguments. |
SpectralConversionFunctionArguments | The spectral conversion function arguments. |
StatisticsFunctionArguments | A class for statistics raster function arguments. |
StretchFunctionArguments | A class for stretch raster function arguments. |
TrendFunctionArguments | The Trend function arguments. |