|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheExporterJob
Executes in parallel and performs the job.
Method Summary | |
---|---|
IEnvelope |
getCacheExtent()
Cache Extent. |
IGeometry |
getClipGeometry()
ClipGeometry |
String |
getDataframe()
Dataframe name. |
int |
getExportMode()
Set the export mode. |
int |
getLevel()
Cancel the current job. |
ICacheStorageInfo |
getSourceCacheStorageInfo()
CacheStorageInfo. |
ITileCacheInfo |
getSourceTileCacheInfo()
SourceTileCacheInfo. |
ITileImageInfo |
getSourceTileImageInfo()
SourceTileImageInfo. |
ICacheStorageInfo |
getTargetCacheStorageInfo()
TargetCacheStorageInfo. |
ITileCacheInfo |
getTargetTileCacheInfo()
TargetTileCacheInfo. |
ITileImageInfo |
getTargetTileImageInfo()
TargetTileImageInfo. |
void |
getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
Cancel the current job. |
void |
getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
Cancel the current job. |
boolean |
isOverwrite()
Cancel the current job. |
void |
setCacheExtentByRef(IEnvelope ppCacheExtent)
Cache Extent. |
void |
setClipGeometryByRef(IGeometry ppGeometry)
ClipGeometry |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setExportMode(int pMode)
Set the export mode. |
void |
setLevel(int pLevel)
Cancel the current job. |
void |
setOverwrite(boolean pOverwrite)
Cancel the current job. |
void |
setSourceCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
CacheStorageInfo. |
void |
setSourceLevelCacheDirectory(String sourceCacheDir)
Cancel the current job. |
void |
setSourceTileCacheInfoByRef(ITileCacheInfo ppSourceTileCacheInfo)
SourceTileCacheInfo. |
void |
setSourceTileImageInfoByRef(ITileImageInfo ppSourceTileImageInfo)
SourceTileImageInfo. |
void |
setTargetCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo)
TargetCacheStorageInfo. |
void |
setTargetLevelCacheDirectory(String targetCacheDir)
Cancel the current job. |
void |
setTargetTileCacheInfoByRef(ITileCacheInfo ppTargetTileCacheInfo)
TargetTileCacheInfo. |
void |
setTargetTileImageInfoByRef(ITileImageInfo ppTargetTileImageInfo)
TargetTileImageInfo. |
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 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 setOverwrite(boolean pOverwrite) throws IOException, AutomationException
pOverwrite
- The pOverwrite (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverwrite() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceLevelCacheDirectory(String sourceCacheDir) throws IOException, AutomationException
sourceCacheDir
- The sourceCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetLevelCacheDirectory(String targetCacheDir) throws IOException, AutomationException
targetCacheDir
- The targetCacheDir (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExportMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExportMode(int pMode) throws IOException, AutomationException
pMode
- A com.esri.arcgis.carto.esriCacheExporterMode 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 getSourceTileCacheInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceTileCacheInfoByRef(ITileCacheInfo ppSourceTileCacheInfo) throws IOException, AutomationException
ppSourceTileCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITileCacheInfo getTargetTileCacheInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetTileCacheInfoByRef(ITileCacheInfo ppTargetTileCacheInfo) throws IOException, AutomationException
ppTargetTileCacheInfo
- A reference to a com.esri.arcgis.carto.ITileCacheInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getSourceTileImageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceTileImageInfoByRef(ITileImageInfo ppSourceTileImageInfo) throws IOException, AutomationException
ppSourceTileImageInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITileImageInfo getTargetTileImageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetTileImageInfoByRef(ITileImageInfo ppTargetTileImageInfo) throws IOException, AutomationException
ppTargetTileImageInfo
- A reference to a com.esri.arcgis.carto.ITileImageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheStorageInfo getSourceCacheStorageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo) throws IOException, AutomationException
ppCacheStorageInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICacheStorageInfo getTargetCacheStorageInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetCacheStorageInfoByRef(ICacheStorageInfo ppCacheStorageInfo) throws IOException, AutomationException
ppCacheStorageInfo
- A reference to a com.esri.arcgis.carto.ICacheStorageInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getClipGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipGeometryByRef(IGeometry ppGeometry) throws IOException, AutomationException
ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |