com.esri.arcgis.datasourcesraster
Interface IBackgroundFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BackgroundFilter, IBackgroundFilterProxy

public interface IBackgroundFilter
extends java.io.Serializable

COM Interface 'IBackgroundFilter'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a background filter.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb0aacb96_c31c_49b6_be07_a013bbc454e4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getBackground()
          The background value to be filtered.
 void setBackground(java.lang.Object value)
          The background value to be filtered.
 

Field Detail

IIDb0aacb96_c31c_49b6_be07_a013bbc454e4

static final int IIDb0aacb96_c31c_49b6_be07_a013bbc454e4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getBackground

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

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

setBackground

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

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