com.esri.arcgis.carto
Interface ILayerCacheInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
LayerCacheInfo

public interface ILayerCacheInfo
extends Serializable

Provides access to available properties of a layer cache info object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getID()
          The layer ID.
 boolean isHasCache()
          Indicates if this layer has cache.
 void setHasCache(boolean pScale)
          Indicates if this layer has cache.
 void setID(int pLayerID)
          The layer ID.
 

Method Detail

getID

int getID()
          throws IOException,
                 AutomationException
The layer ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pLayerID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

void setID(int pLayerID)
           throws IOException,
                  AutomationException
The layer ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isHasCache

boolean isHasCache()
                   throws IOException,
                          AutomationException
Indicates if this layer has cache.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pScale
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasCache

void setHasCache(boolean pScale)
                 throws IOException,
                        AutomationException
Indicates if this layer has cache.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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