|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCache
COM Interface 'IMapCache'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to Map spatial 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 |
IID6e57310f_c58d_4e49_b106_e52fcb51c55a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
buildCache()
Build the spatial cache. |
void |
emptyCache()
Empty the map cache. |
IEnvelope |
getCacheExtent()
Current cache extent. |
double |
getMaxScale()
The maximum scale for the cache to be built. |
boolean |
isAutoCacheActive()
Indicates whether the autocache is active. |
boolean |
isCacheable()
Indicates whether a map cache can be created. |
boolean |
isScaleLimit()
Indicates whether there is a scale limit. |
void |
refreshAutoCache()
Refresh the autocache. |
void |
setAutoCacheActive(boolean active)
Indicates whether the autocache is active. |
void |
setMaxScale(double pMaxScale)
The maximum scale for the cache to be built. |
void |
setScaleLimit(boolean limited)
Indicates whether there is a scale limit. |
Field Detail |
---|
static final int IID6e57310f_c58d_4e49_b106_e52fcb51c55a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void buildCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxScale(double pMaxScale) throws java.io.IOException, AutomationException
pMaxScale
- The pMaxScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCacheable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAutoCacheActive() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoCacheActive(boolean active) throws java.io.IOException, AutomationException
active
- The active (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleLimit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleLimit(boolean limited) throws java.io.IOException, AutomationException
limited
- The limited (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getCacheExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void emptyCache() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshAutoCache() throws java.io.IOException, AutomationException
java.io.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 |