com.esri.arcgis.datasourcesraster
Interface IBackgroundFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
BackgroundFilter

public interface IBackgroundFilter
extends Serializable

Provides access to members that control a background filter.

Description

IBackgoundFilter interface provides the mechanism to filter the specified background value in a raster.

Product Availability

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

See Also:
IPixelOperation, IPixelFilter

Method Summary
 Object getBackground()
          The background value to be filtered.
 void setBackground(Object value)
          The background value to be filtered.
 

Method Detail

getBackground

Object getBackground()
                     throws IOException,
                            AutomationException
The background value to be filtered.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackground

void setBackground(Object value)
                   throws IOException,
                          AutomationException
The background value to be filtered.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
value - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.