Provides access to members that control Footprint function arguments.
Members
Name | Description | |
---|---|---|
IncludedRanges | The included value ranges, i.e. [min, max] for each band. | |
Raster | The input raster for conversion. |
IFootprintFunctionArguments.IncludedRanges Property
The included value ranges, i.e. [min, max] for each band.
Public Property IncludedRanges As IDoubleArray
public IDoubleArray IncludedRanges {get; set;}
IFootprintFunctionArguments.Raster Property
The input raster for conversion.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IFootprintFunctionArguments
Classes | Description |
---|---|
FootprintFunctionArguments | The arguments for the Footprint raster function. |