|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapCacheTileManagerJob
Executes in parallel and performs the job.
Method Summary | |
---|---|
void |
enableLocalCaching(boolean localCaching)
Enable local caching. |
IEnvelope |
getCacheExtent()
Cache Extent. |
IGeometry |
getClipGeometry()
ClipGeometry |
String |
getDataframe()
Dataframe name. |
String |
getLayerName()
Layer name. |
int |
getLevel()
Cancel the current job. |
int |
getTileManagerMode()
Cancel the current job. |
void |
getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
Cancel the current job. |
void |
getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
Cancel the current job. |
void |
setCacheExtentByRef(IEnvelope ppCacheExtent)
Cache Extent. |
void |
setClipGeometryByRef(IGeometry ppGeometry)
ClipGeometry |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setLayerName(String pLayerName)
Layer name. |
void |
setLevel(int pLevel)
Cancel the current job. |
void |
setTileManagerMode(int pMode)
Cancel the current job. |
void |
setTileRangeX(int tileXMin,
int tileXMax)
Cancel the current job. |
void |
setTileRangeY(int tileYMin,
int tileYMax)
Cancel the current job. |
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.int getTileManagerMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileManagerMode(int pMode) throws IOException, AutomationException
pMode
- A com.esri.arcgis.carto.esriMapCacheUpdateMode 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.String getLayerName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerName(String pLayerName) throws IOException, AutomationException
pLayerName
- The pLayerName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableLocalCaching(boolean localCaching) throws IOException, AutomationException
localCaching
- The localCaching (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.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 |