com.esri.arcgis.carto
Interface IMapCacheExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCacheExporterProxy

public interface IMapCacheExporter
extends java.io.Serializable

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

IIDaeaea0dc_e770_4885_b9fd_c47d3e45b171

static final int IIDaeaea0dc_e770_4885_b9fd_c47d3e45b171
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHost

java.lang.String getHost()
                         throws java.io.IOException,
                                AutomationException
Server machine name.

Returns:
The pHost
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHost

void setHost(java.lang.String pHost)
             throws java.io.IOException,
                    AutomationException
Server machine name.

Parameters:
pHost - The pHost (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getService

java.lang.String getService()
                            throws java.io.IOException,
                                   AutomationException
Service name.

Returns:
The pService
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setService

void setService(java.lang.String pService)
                throws java.io.IOException,
                       AutomationException
Service name.

Parameters:
pService - The pService (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataframe

java.lang.String getDataframe()
                              throws java.io.IOException,
                                     AutomationException
Dataframe name.

Returns:
The pDataframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataframe

void setDataframe(java.lang.String pDataframe)
                  throws java.io.IOException,
                         AutomationException
Dataframe name.

Parameters:
pDataframe - The pDataframe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTargetCachePath

java.lang.String getTargetCachePath()
                                    throws java.io.IOException,
                                           AutomationException
The cache location.

Returns:
The ppCacheLocation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetCachePath

void setTargetCachePath(java.lang.String ppCacheLocation)
                        throws java.io.IOException,
                               AutomationException
The cache location.

Parameters:
ppCacheLocation - The ppCacheLocation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_import

void esri_import(ILongArray pLevels,
                 IGeometry pGeometry,
                 int numThreads,
                 ITrackCancel pTrackCancel,
                 boolean overwrite)
                 throws java.io.IOException,
                        AutomationException
Import cache.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

export

void export(ILongArray pLevels,
            IGeometry pGeometry,
            int numThreads,
            ITrackCancel pTrackCancel,
            ICacheStorageInfo pCacheStorageInfo,
            boolean overwrite)
            throws java.io.IOException,
                   AutomationException
Export cache.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.