com.esri.arcgis.globecore
Interface IGlobeServerCache
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IGlobeServerCacheProxy
public interface IGlobeServerCache
- extends Serializable
Provides access to members for managing a Globe server layer cache.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
void |
invalidate(int layerID,
IGeometry pDirtyArea)
Invalidates a given layer cache within a dirty area. |
invalidate
void invalidate(int layerID,
IGeometry pDirtyArea)
throws IOException,
AutomationException
- Invalidates a given layer cache within a dirty area.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
layerID - The layerID (in)pDirtyArea - A reference to a com.esri.arcgis.geometry.IGeometry (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.