|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheStorageFormatConvertor
Provides access to methods that convert cache format.
Method Summary | |
---|---|
void |
compress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
The target cache location. |
void |
decompress(int numThreads,
String layerName,
ITrackCancel pTrackCancel,
boolean overwrite)
The target cache location. |
IEnvelope |
getCacheExtent()
The target cache location. |
String |
getCompressedCachePath()
The target cache location. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
int |
getPacketSize()
Packet Size |
String |
getService()
Service name. |
String |
getTileCachePath()
The source cache location. |
void |
setCacheExtentByRef(IEnvelope ppExtent)
The target cache location. |
void |
setCompressedCachePath(String ppTargetCacheLocation)
The target cache location. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setPacketSize(int pPacketSize)
Packet Size |
void |
setService(String pService)
Service name. |
void |
setTileCachePath(String ppCacheLocation)
The source cache location. |
Method Detail |
---|
String getTileCachePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileCachePath(String ppCacheLocation) throws IOException, AutomationException
ppCacheLocation
- The ppCacheLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCompressedCachePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressedCachePath(String ppTargetCacheLocation) throws IOException, AutomationException
ppTargetCacheLocation
- The ppTargetCacheLocation (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getCacheExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCacheExtentByRef(IEnvelope ppExtent) throws IOException, AutomationException
ppExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void compress(int numThreads, String layerName, ITrackCancel pTrackCancel, boolean overwrite) throws IOException, AutomationException
numThreads
- The numThreads (in)layerName
- The layerName (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 decompress(int numThreads, String layerName, ITrackCancel pTrackCancel, boolean overwrite) throws IOException, AutomationException
numThreads
- The numThreads (in)layerName
- The layerName (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.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.int getPacketSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPacketSize(int pPacketSize) throws IOException, AutomationException
pPacketSize
- The pPacketSize (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 |