com.esri.arcgis.geodatabase
Interface IInvalidArea

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IInvalidArea2, IInvalidArea3
All Known Implementing Classes:
IInvalidArea2Proxy, IInvalidArea3Proxy, IInvalidAreaProxy, InvalidArea

public interface IInvalidArea
extends java.io.Serializable

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

Description: 'Provides access to members that modify an invalidated area object.' 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 IIDa802ba73_d947_11d1_8484_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(java.lang.Object thing)
          Add IFeature, IGeometry, ISet, or IEnumFeature.
 IScreenDisplay getDisplay()
          The display that will be invalidated.
 void invalidate(short screenCache)
          Invalidate the display.
 void setDisplayByRef(IScreenDisplay dpy)
          The display that will be invalidated.
 

Field Detail

IIDa802ba73_d947_11d1_8484_0000f875b9c6

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

getDisplay

IScreenDisplay getDisplay()
                          throws java.io.IOException,
                                 AutomationException
The display that will be invalidated.

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

setDisplayByRef

void setDisplayByRef(IScreenDisplay dpy)
                     throws java.io.IOException,
                            AutomationException
The display that will be invalidated.

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

add

void add(java.lang.Object thing)
         throws java.io.IOException,
                AutomationException
Add IFeature, IGeometry, ISet, or IEnumFeature.

Parameters:
thing - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidate

void invalidate(short screenCache)
                throws java.io.IOException,
                       AutomationException
Invalidate the display.

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