|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheTileManager
Provides access to methods that manage map server cache tiles.
Method Summary | |
---|---|
void |
enableLocalCaching(boolean localCaching)
Enable local caching |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
String |
getService()
Service name. |
void |
manage(String layerName,
ILongArray pLevels,
IGeometry pGeometry,
int mode,
int numThreads,
ITrackCancel pTrackCancel,
IGPMessages pGPMessages)
Import cache. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setService(String pService)
Service name. |
Method Detail |
---|
String getHost() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHost(String pHost) throws IOException, AutomationException
pHost
- The pHost (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getService() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setService(String pService) throws IOException, AutomationException
pService
- The pService (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataframe() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataframe(String pDataframe) throws IOException, AutomationException
pDataframe
- The pDataframe (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableLocalCaching(boolean localCaching) throws IOException, AutomationException
localCaching
- The localCaching (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void manage(String layerName, ILongArray pLevels, IGeometry pGeometry, int mode, int numThreads, ITrackCancel pTrackCancel, IGPMessages pGPMessages) throws IOException, AutomationException
layerName
- The layerName (in)pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)mode
- A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)numThreads
- The numThreads (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pGPMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (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 |