com.esri.arcgis.carto
Interface ILayerCacheInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerCacheInfoProxy, LayerCacheInfo

public interface ILayerCacheInfo
extends java.io.Serializable

COM Interface 'ILayerCacheInfo'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to available properties of a layer cache info object.' 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 IID2b26eb3e_0422_43df_8ce9_cd90317c2605
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2b26eb3e_0422_43df_8ce9_cd90317c2605

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

getID

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

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

setID

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

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

isHasCache

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

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

setHasCache

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

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