com.esri.arcgis.display
Interface IDisplayFilterManager

All Superinterfaces:
IDisplayAdmin, java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GroupLayer, IDisplayFilterManagerProxy, IMSSubFeatureLayer, LasDatasetLayer, MosaicLayer, NetworkLayer, TemporalFeatureLayer, TerrainLayer, TinLayer, TopologyLayer

public interface IDisplayFilterManager
extends IDisplayAdmin, java.io.Serializable

COM Interface 'IDisplayFilterManager'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that control display filter management.' 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 IIDf0815360_19e1_11d3_80c8_0080c79f0371
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IDisplayAdmin
IID12e361f0_1907_11d3_80c7_0080c79f0371
 
Method Summary
 IDisplayFilter getDisplayFilter()
          The display filter.
 void setDisplayFilter(IDisplayFilter displayFilter)
          The display filter.
 
Methods inherited from interface com.esri.arcgis.display.IDisplayAdmin
isUsesFilter
 

Field Detail

IIDf0815360_19e1_11d3_80c8_0080c79f0371

static final int IIDf0815360_19e1_11d3_80c8_0080c79f0371
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

setDisplayFilter

void setDisplayFilter(IDisplayFilter displayFilter)
                      throws java.io.IOException,
                             AutomationException
The display filter.

Parameters:
displayFilter - A reference to a com.esri.arcgis.display.IDisplayFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayFilter

IDisplayFilter getDisplayFilter()
                                throws java.io.IOException,
                                       AutomationException
The display filter.

Returns:
A reference to a com.esri.arcgis.display.IDisplayFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.