|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerCacheInfo
Provides access to available properties of a layer cache info object.
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 |
---|
int getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(int pLayerID) throws IOException, AutomationException
pLayerID
- The pLayerID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasCache() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasCache(boolean pScale) throws IOException, AutomationException
pScale
- The pScale (in)
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 |