|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheExporter
Provides access to methods that convert cache format.
Method Summary | |
---|---|
void |
esri_import(ILongArray pLevels,
IGeometry pGeometry,
int numThreads,
ITrackCancel pTrackCancel,
boolean overwrite)
Import cache. |
void |
export(ILongArray pLevels,
IGeometry pGeometry,
int numThreads,
ITrackCancel pTrackCancel,
ICacheStorageInfo pCacheStorageInfo,
boolean overwrite)
Export cache. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
String |
getService()
Service name. |
String |
getTargetCachePath()
The cache location. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setService(String pService)
Service name. |
void |
setTargetCachePath(String ppCacheLocation)
The cache location. |
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.String getTargetCachePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetCachePath(String ppCacheLocation) throws IOException, AutomationException
ppCacheLocation
- The ppCacheLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_import(ILongArray pLevels, IGeometry pGeometry, int numThreads, ITrackCancel pTrackCancel, boolean overwrite) throws IOException, AutomationException
pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)numThreads
- The numThreads (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)overwrite
- The overwrite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void export(ILongArray pLevels, IGeometry pGeometry, int numThreads, ITrackCancel pTrackCancel, ICacheStorageInfo pCacheStorageInfo, boolean overwrite) throws IOException, AutomationException
pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)numThreads
- The numThreads (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pCacheStorageInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)overwrite
- The overwrite (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 |