com.esri.arcgis.datasourcesraster
Interface IPixelFilter3

All Superinterfaces:
Serializable
All Known Implementing Classes:
PansharpeningFilter, PixelFilterCollection

public interface IPixelFilter3
extends Serializable

Provides access to additional members that control a pixel filter.

Product Availability

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


Method Summary
 void synchronize(IRaster pRaster)
          Synchronizes this filter when raster properties are changed.
 

Method Detail

synchronize

void synchronize(IRaster pRaster)
                 throws IOException,
                        AutomationException
Synchronizes this filter when raster properties are changed.

Product Availability

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

Parameters:
pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.