This document is archived and information here might be outdated.  Recommended version.


IPansharpeningFilter2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPansharpeningFilter2 Interface
ArcGIS Developer Help

IPansharpeningFilter2 Interface

Provides access to additional members that control a pansharpening filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property InfraredImage The optional infrared image.
Read/write property MaximumPansharpeningCellsize The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.
Read/write property PanImage The panchromatic image.
Read/write property PansharpeningType The current pansharpening type.
Method PutWeights Puts the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
Method QueryWeights Gets the Red, Green, Blue, and Infrared weights contributing to panchromatic image.
Method Sharpen Applies pansharpening to a pixel (R, G, B, I).

Inherited Interfaces

Interfaces Description
IPansharpeningFilter Provides access to members that control a pansharpening filter.

Classes that implement IPansharpeningFilter2

Classes Description
PansharpeningFilter A class for pansharpening filter.