|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConvertCacheStorageFormatJob
Executes in parallel and performs the job.
| Method Summary | |
|---|---|
int |
getBundleSize()
Bundle Size. |
IEnvelope |
getCacheExtent()
Cache Extent. |
String |
getCacheFormat()
Cancel the current job. |
int |
getConversionMode()
Set the conversion mode. |
String |
getDataframe()
Dataframe name. |
int |
getLevel()
Cancel the current job. |
ITileCacheInfo |
getTileCacheInfo()
TileCacheInfo. |
void |
getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
Cancel the current job. |
void |
getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
Cancel the current job. |
boolean |
isCleanUP()
Cancel the current job. |
void |
setBundleSize(int pBundleSize)
Bundle Size. |
void |
setCacheExtentByRef(IEnvelope ppCacheExtent)
Cache Extent. |
void |
setCacheFormat(String pCacheFormat)
Cancel the current job. |
void |
setCleanUP(boolean pOverwrite)
Cancel the current job. |
void |
setCompressedLevelCacheDirectory(String compressedCacheDir)
Cancel the current job. |
void |
setConversionMode(int pMode)
Set the conversion mode. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setLevel(int pLevel)
Cancel the current job. |
void |
setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
TileCacheInfo. |
void |
setTileLevelCacheDirectory(String tileCacheDir)
Cancel the current job. |
void |
setTileRangeX(int tileXMin,
int tileXMax)
Cancel the current job. |
void |
setTileRangeY(int tileYMin,
int tileYMax)
Cancel the current job. |
| Methods inherited from interface com.esri.arcgis.datasourcesraster.IThreadedJob |
|---|
cancel, execute, getResult, setThreadNumber |
| Method Detail |
|---|
void setTileRangeX(int tileXMin,
int tileXMax)
throws IOException,
AutomationException
tileXMin - The tileXMin (in)tileXMax - The tileXMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileRangeY(int tileYMin,
int tileYMax)
throws IOException,
AutomationException
tileYMin - The tileYMin (in)tileYMax - The tileYMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
throws IOException,
AutomationException
pTileXMin - The pTileXMin (out: use single element array)pTileXMax - The pTileXMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
throws IOException,
AutomationException
pTileYMin - The pTileYMin (out: use single element array)pTileYMax - The pTileYMax (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBundleSize(int pBundleSize)
throws IOException,
AutomationException
pBundleSize - The pBundleSize (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBundleSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLevel(int pLevel)
throws IOException,
AutomationException
pLevel - The pLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLevel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCleanUP(boolean pOverwrite)
throws IOException,
AutomationException
pOverwrite - The pOverwrite (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCleanUP()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCacheFormat(String pCacheFormat)
throws IOException,
AutomationException
pCacheFormat - The pCacheFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getCacheFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileLevelCacheDirectory(String tileCacheDir)
throws IOException,
AutomationException
tileCacheDir - The tileCacheDir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompressedLevelCacheDirectory(String compressedCacheDir)
throws IOException,
AutomationException
compressedCacheDir - The compressedCacheDir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getConversionMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConversionMode(int pMode)
throws IOException,
AutomationException
pMode - A com.esri.arcgis.carto.esriCacheCompressionMode constant (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.
IEnvelope getCacheExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCacheExtentByRef(IEnvelope ppCacheExtent)
throws IOException,
AutomationException
ppCacheExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITileCacheInfo getTileCacheInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTileCacheInfoByRef(ITileCacheInfo ppTileCacheInfo)
throws IOException,
AutomationException
ppTileCacheInfo - A reference to a com.esri.arcgis.carto.ITileCacheInfo (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 | ||||||||