IPansharpeningFunctionArguments Interface

Provides access to members that control pansharpening function arguments.

Members

Name Description
Read/write property InfraredImage The optional infrared image.
Read/write property MSImage The multispectrum image.
Read/write property PanImage The panchromatic image.
Read/write property PansharpeningType The current pansharpening type.
Read/write property 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.

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