com.esri.arcgis.display
Interface IDisplayFiltersControl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDisplayFiltersControlProxy, ScreenDisplay, SimpleDisplay

public interface IDisplayFiltersControl
extends java.io.Serializable

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

Description: 'Provides access to members that control filters the Display.' 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 IID37cf5545_8233_4941_b171_e623f74a2a74
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDisplayFilter getCurrentFilter()
          Gets current Display filter.
 void popFilter()
          Pops last Display filter.
 void pushFilter(IDisplayFilter filter)
          Pushes and activates the Display filter.
 

Field Detail

IID37cf5545_8233_4941_b171_e623f74a2a74

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

pushFilter

void pushFilter(IDisplayFilter filter)
                throws java.io.IOException,
                       AutomationException
Pushes and activates the Display filter. Must call while in a StartDrawing-FinishDrawing sequence.

Parameters:
filter - 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.

popFilter

void popFilter()
               throws java.io.IOException,
                      AutomationException
Pops last Display filter. Must call while in a StartDrawing-FinishDrawing sequence.

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

getCurrentFilter

IDisplayFilter getCurrentFilter()
                                throws java.io.IOException,
                                       AutomationException
Gets current Display filter. Must call while in a StartDrawing-FinishDrawing sequence.

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.