Provides access to members that control pansharpening function arguments.
Members
Name | Description | |
---|---|---|
InfraredImage | The optional infrared image. | |
MSImage | The multispectrum image. | |
PanImage | The panchromatic image. | |
PansharpeningType | The current pansharpening type. | |
Weights | The Red, Green, Blue, and Infrared weights contributing to panchromatic image. |
IPansharpeningFunctionArguments.InfraredImage Property
The optional infrared image.
Public Property InfraredImage As Object
public object InfraredImage {get; set;}
IPansharpeningFunctionArguments.MSImage Property
The multispectrum image.
Public Property MSImage As Object
public object MSImage {get; set;}
IPansharpeningFunctionArguments.PanImage Property
The panchromatic image.
Public Property PanImage As Object
public object PanImage {get; set;}
IPansharpeningFunctionArguments.PansharpeningType Property
The current pansharpening type.
Public Property PansharpeningType As esriPansharpeningType
public esriPansharpeningType PansharpeningType {get; set;}
IPansharpeningFunctionArguments.Weights Property
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
Public Property Weights As IDoubleArray
public IDoubleArray Weights {get; set;}
Classes that implement IPansharpeningFunctionArguments
Classes | Description |
---|---|
PansharpeningFunctionArguments | A class for sharpening raster function arguments. |