Provides access to members that control raster function arguments.

Members

Name Description
Read-only property FileList The list of all files associated with the arguments.
Method FromJSON Loads raster function arguments from JSON.
Method GetValue Gets a named argument value.
Read-only property Names The list of all argument names.
Method PutValue Puts a named argument value.
Method Remove Removes a named argument value.
Method RemoveAll Removes all argument values.
Method Resolve Resolves function variables using a row and set of properties.
Method ToJSON Saves raster function arguments to JSON.
Method Update Updates function variables using a row and set of properties.
Read-only property Values The list of all arguments.

IRasterFunctionArguments2.FromJSON Method

Loads raster function arguments from JSON.

Public Sub FromJSON ( _
    ByVal pJSON As IJSONObject, _
    ByVal pOptRFTMapper As IRasterFunctionTemplateMapper _
)
public void FromJSON (
    IJSONObject pJSON,
    IRasterFunctionTemplateMapper pOptRFTMapper
);

IRasterFunctionArguments2.ToJSON Method

Saves raster function arguments to JSON.

Public Function ToJSON ( _
) As IJSONObject
public IJSONObject ToJSON (
);

Inherited Interfaces

Interfaces Description
IRasterFunctionArguments Provides access to members that control raster function arguments.

Classes that implement IRasterFunctionArguments2

Classes Description
ArithmeticFunctionArguments (esriDataSourcesRaster) A class for colormap raster function arguments.
BandArithmeticFunctionArguments (esriDataSourcesRaster) A class for Band Arithmetic raster function arguments.
ClassifyFunctionArguments (esriDataSourcesRaster) A class for classify raster function arguments.
ClipFunctionArguments (esriDataSourcesRaster) The class for a raster clipping function arguments.
ColormapFunctionArguments (esriDataSourcesRaster) A class for colormap raster function arguments.
ColorspaceConversionFunctionArguments (esriDataSourcesRaster) The class for raster colorspace conversion arguments.
ComplexDataFilterFunctionArguments (esriDataSourcesRaster) A class for complex data filter function arguments.
ComplexFunctionArguments (esriDataSourcesRaster) A class for a Complex value conversion function arguments.
CompositeBandFunctionArguments (esriDataSourcesRaster) A class for a band composition raster function arguments.
ComputeChangeFunctionArguments (esriDataSourcesRaster) A class for compute change function arguments.
ContourFunctionArguments (esriDataSourcesRaster) A class for contour function arguments.
ContrastBrightnessFunctionArguments (esriDataSourcesRaster) The Contrast/Brighntess arguments.
ConvolutionFunctionArguments (esriDataSourcesRaster) A class for convolution raster function arguments.
CreateColorCompositeFunctionArguments (esriDataSourcesRaster) A class for Create Color Composite raster function arguments.
ElevationVoidFillFunctionArguments (esriGeoDatabaseExtensions)
ExtractBandFunctionArguments (esriDataSourcesRaster) A class for band extraction/selection raster function arguments.
GeometricFunctionArguments (esriDataSourcesRaster) A class for raster geometric function arguments.
GrayscaleFunctionArguments (esriDataSourcesRaster) The greyscale conversion function arguments.
HillshadeFunctionArguments (esriDataSourcesRaster) The Hillshade function arguments.
InterpolateIrregularDataFunctionArguments (esriDataSourcesRaster) A class for the InterpolateIrregularData function arguments.
LasDatasetToRasterFunctionArguments (esriGeoDatabaseExtensions) The LasDatasetToRasterFunction arguments.
LasToRasterFunctionArguments (esriGeoDatabaseExtensions) The LasToRasterFunction arguments.
MaskFunctionArguments (esriDataSourcesRaster) The raster mask function arguments.
MultidimensionalFilterFunctionArguments (esriDataSourcesRaster) A class for multidimensional filter function arguments.
MultidimensionalRasterFunctionArguments (esriDataSourcesRaster) A class for multidimensional raster function arguments.
NDVIFunctionArguments (esriDataSourcesRaster) A class for NDVI raster function arguments.
PredictUsingRegressionFunctionArguments (esriDataSourcesRaster) A class for predict using regression raster function arguments.
PyramidFunctionArguments (esriDataSourcesRaster) A class for a Pyramid raster function arguments.
RasterizeFeatureClassFunctionArguments (esriDataSourcesRaster) A class for RasterizeFeatureClass raster function arguments.
RedactionFunctionArguments (esriDataSourcesRaster)
ReflectanceFunctionArguments (esriDataSourcesRaster) A class for Apparent Reflectance raster function arguments.
RegionGrowFunctionArguments (esriDataSourcesRaster) A class for a RegionGrow raster function arguments.
RemapFunctionArguments (esriDataSourcesRaster) A class for remap raster function arguments.
RGB32ToRGBFunctionArguments (esriDataSourcesRaster) A class for RGB32ToRGB function arguments.
SARIndicesFunctionArguments (esriDataSourcesRaster) A class for SAR Indices raster function arguments.
SegmentMeanShiftFunctionArguments (esriDataSourcesRaster)
SegmentToIndexFunctionArguments (esriDataSourcesRaster) A class for SegmentToIndex raster function arguments.
ShadedReliefFunctionArguments (esriDataSourcesRaster) The Shaded Relief function arguments.
SimpleCollectionFunctionArguments (esriDataSourcesRaster) A class for simple collection function arguments.
SlopeFunctionArguments (esriDataSourcesRaster) The Slope function arguments.
StatisticsFunctionArguments (esriDataSourcesRaster) A class for statistics raster function arguments.
StatisticsHistogramFunctionArguments (esriDataSourcesRaster) A class for statistics and histogram raster function arguments.
StretchFunctionArguments (esriDataSourcesRaster) A class for stretch raster function arguments.
SwathFunctionArguments (esriDataSourcesRaster) A class for the swath function arguments.
ThresholdFunctionArguments (esriDataSourcesRaster) A class for binary thresholding function arguments.
TOPSARSplitFunctionArguments (esriDataSourcesRaster) A class for TOPSAR Split raster function arguments.
TrendFunctionArguments (esriDataSourcesRaster) The Trend function arguments.
UnitConversionFunctionArguments (esriDataSourcesRaster) A class for Unit Conversion raster function arguments.
VectorFieldFunctionArguments (esriDataSourcesRaster) A class for vector field raster function arguments.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.