|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScreenInvalidate
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 |
|---|
static final int IIDc1ccbfc2_6722_49f0_9242_ba2f312e24bf
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IEnvelope getInvalidEnvelope()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArea getInvalidArea()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
throws java.io.IOException,
AutomationException
rect - A reference to a com.esri.arcgis.geometry.IEnvelope (in)erase - The erase (in)cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void invalidateShape(IGeometry pGeometry,
double symbolSizePoints,
boolean erase,
short cacheIndex)
throws java.io.IOException,
AutomationException
pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)symbolSizePoints - The symbolSizePoints (in)erase - The erase (in)cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void validate(short cacheIndex)
throws java.io.IOException,
AutomationException
cacheIndex - The cacheIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||