com.esri.arcgis.carto
Interface IMapCacheStorageFormatConvertor

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

public interface IMapCacheStorageFormatConvertor
extends java.io.Serializable

COM Interface 'IMapCacheStorageFormatConvertor'. 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 IID60e74bea_9935_4116_93fe_90d007bf979d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void compress(int numThreads, java.lang.String layerName, ITrackCancel pTrackCancel, boolean overwrite)
          The target cache location.
 void decompress(int numThreads, java.lang.String layerName, ITrackCancel pTrackCancel, boolean overwrite)
          The target cache location.
 IEnvelope getCacheExtent()
          The target cache location.
 java.lang.String getCompressedCachePath()
          The target cache location.
 java.lang.String getDataframe()
          Dataframe name.
 java.lang.String getHost()
          Server machine name.
 int getPacketSize()
          Packet Size
 java.lang.String getService()
          Service name.
 java.lang.String getTileCachePath()
          The source cache location.
 void setCacheExtentByRef(IEnvelope ppExtent)
          The target cache location.
 void setCompressedCachePath(java.lang.String ppTargetCacheLocation)
          The target cache location.
 void setDataframe(java.lang.String pDataframe)
          Dataframe name.
 void setHost(java.lang.String pHost)
          Server machine name.
 void setPacketSize(int pPacketSize)
          Packet Size
 void setService(java.lang.String pService)
          Service name.
 void setTileCachePath(java.lang.String ppCacheLocation)
          The source cache location.
 

Field Detail

IID60e74bea_9935_4116_93fe_90d007bf979d

static final int IID60e74bea_9935_4116_93fe_90d007bf979d
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

getTileCachePath

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

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

setTileCachePath

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

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

getCompressedCachePath

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

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

setCompressedCachePath

void setCompressedCachePath(java.lang.String ppTargetCacheLocation)
                            throws java.io.IOException,
                                   AutomationException
The target cache location.

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

getCacheExtent

IEnvelope getCacheExtent()
                         throws java.io.IOException,
                                AutomationException
The target cache location.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheExtentByRef

void setCacheExtentByRef(IEnvelope ppExtent)
                         throws java.io.IOException,
                                AutomationException
The target cache location.

Parameters:
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

compress

void compress(int numThreads,
              java.lang.String layerName,
              ITrackCancel pTrackCancel,
              boolean overwrite)
              throws java.io.IOException,
                     AutomationException
The target cache location.

Parameters:
numThreads - The numThreads (in)
layerName - The layerName (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.

decompress

void decompress(int numThreads,
                java.lang.String layerName,
                ITrackCancel pTrackCancel,
                boolean overwrite)
                throws java.io.IOException,
                       AutomationException
The target cache location.

Parameters:
numThreads - The numThreads (in)
layerName - The layerName (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.

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.

getPacketSize

int getPacketSize()
                  throws java.io.IOException,
                         AutomationException
Packet Size

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

setPacketSize

void setPacketSize(int pPacketSize)
                   throws java.io.IOException,
                          AutomationException
Packet Size

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