|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheExporter
COM Interface 'IMapCacheExporter'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to methods that convert cache format.' 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 |
IIDaeaea0dc_e770_4885_b9fd_c47d3e45b171
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.String |
getDataframe()
Dataframe name. |
java.lang.String |
getHost()
Server machine name. |
java.lang.String |
getService()
Service name. |
java.lang.String |
getTargetCachePath()
The cache location. |
void |
setDataframe(java.lang.String pDataframe)
Dataframe name. |
void |
setHost(java.lang.String pHost)
Server machine name. |
void |
setService(java.lang.String pService)
Service name. |
void |
setTargetCachePath(java.lang.String ppCacheLocation)
The cache location. |
Field Detail |
---|
static final int IIDaeaea0dc_e770_4885_b9fd_c47d3e45b171
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getHost() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHost(java.lang.String pHost) throws java.io.IOException, AutomationException
pHost
- The pHost (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getService() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setService(java.lang.String pService) throws java.io.IOException, AutomationException
pService
- The pService (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDataframe() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataframe(java.lang.String pDataframe) throws java.io.IOException, AutomationException
pDataframe
- The pDataframe (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTargetCachePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetCachePath(java.lang.String ppCacheLocation) throws java.io.IOException, AutomationException
ppCacheLocation
- The ppCacheLocation (in)
java.io.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 java.io.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)
java.io.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 java.io.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)
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 |