com.esri.arcgis.globecore
Interface IGlobeServerCache

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGlobeServerCacheProxy

public interface IGlobeServerCache
extends java.io.Serializable

COM Interface 'IGlobeServerCache'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members for managing a Globe server layer cache.' 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 IIDebda9e24_402c_49fd_9f6a_674ea3292129
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void invalidate(int layerID, IGeometry pDirtyArea)
          Invalidates a given layer cache within a dirty area.
 

Field Detail

IIDebda9e24_402c_49fd_9f6a_674ea3292129

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

invalidate

void invalidate(int layerID,
                IGeometry pDirtyArea)
                throws java.io.IOException,
                       AutomationException
Invalidates a given layer cache within a dirty area.

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