com.esri.arcgis.display
Interface IScreenInvalidate

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

public interface IScreenInvalidate
extends java.io.Serializable

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

Description: 'Provides access to a ScreenDisplay's refresh methods.' 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 IIDc1ccbfc2_6722_49f0_9242_ba2f312e24bf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArea getInvalidArea()
          The bounds of the invalid region.
 IEnvelope getInvalidEnvelope()
          The bounds of the invalid region.
 void invalidate(IEnvelope rect, boolean erase, short cacheIndex)
          Cause the specified area of the specified cache to redraw.
 void invalidateShape(IGeometry pGeometry, double symbolSizePoints, boolean erase, short cacheIndex)
          Cause the specified area of the specified cache to redraw.
 void validate(short cacheIndex)
          Clear dirty flag for specified cache.
 

Field Detail

IIDc1ccbfc2_6722_49f0_9242_ba2f312e24bf

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

getInvalidEnvelope

IEnvelope getInvalidEnvelope()
                             throws java.io.IOException,
                                    AutomationException
The bounds of the invalid region.

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

getInvalidArea

IArea getInvalidArea()
                     throws java.io.IOException,
                            AutomationException
The bounds of the invalid region.

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

invalidate

void invalidate(IEnvelope rect,
                boolean erase,
                short cacheIndex)
                throws java.io.IOException,
                       AutomationException
Cause the specified area of the specified cache to redraw.

Parameters:
rect - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
erase - The erase (in)
cacheIndex - The cacheIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

invalidateShape

void invalidateShape(IGeometry pGeometry,
                     double symbolSizePoints,
                     boolean erase,
                     short cacheIndex)
                     throws java.io.IOException,
                            AutomationException
Cause the specified area of the specified cache to redraw. Use symbolSizePoints to specify point sizes and line widths.

Parameters:
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
symbolSizePoints - The symbolSizePoints (in)
erase - The erase (in)
cacheIndex - The cacheIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

void validate(short cacheIndex)
              throws java.io.IOException,
                     AutomationException
Clear dirty flag for specified cache.

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