IRasterFunctionArguments2 Interface

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