|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.MapCacheTileManagerJob
public class MapCacheTileManagerJob
A threaded job.
| Constructor Summary | |
|---|---|
MapCacheTileManagerJob()
Constructs a MapCacheTileManagerJob using ArcGIS Engine. |
|
MapCacheTileManagerJob(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapCacheTileManagerJob theMapCacheTileManagerJob = (MapCacheTileManagerJob) obj; |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the current job. |
void |
enableLocalCaching(boolean localCaching)
Enable local caching. |
boolean |
equals(Object o)
Compare this object with another |
void |
execute(ITrackCancel pTrackCancel)
Executes the job. |
IEnvelope |
getCacheExtent()
Cache Extent. |
IGeometry |
getClipGeometry()
ClipGeometry |
static String |
getClsid()
getClsid. |
String |
getDataframe()
Dataframe name. |
String |
getLayerName()
Layer name. |
int |
getLevel()
Cancel the current job. |
IThreadedJobResult |
getResult()
The result of this 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. |
int |
hashCode()
the hashcode for this object |
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 |
setThreadNumber(int threadID)
Sets the thread number on the 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public MapCacheTileManagerJob()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MapCacheTileManagerJob(Object obj)
throws IOException
MapCacheTileManagerJob theMapCacheTileManagerJob = (MapCacheTileManagerJob) obj;
obj to MapCacheTileManagerJob.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setTileRangeX(int tileXMin,
int tileXMax)
throws IOException,
AutomationException
setTileRangeX in interface IMapCacheTileManagerJobtileXMin - The tileXMin (in)tileXMax - The tileXMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileRangeY(int tileYMin,
int tileYMax)
throws IOException,
AutomationException
setTileRangeY in interface IMapCacheTileManagerJobtileYMin - The tileYMin (in)tileYMax - The tileYMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
throws IOException,
AutomationException
getTileRangeX in interface IMapCacheTileManagerJobpTileXMin - 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.
public void getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
throws IOException,
AutomationException
getTileRangeY in interface IMapCacheTileManagerJobpTileYMin - 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.
public void setLevel(int pLevel)
throws IOException,
AutomationException
setLevel in interface IMapCacheTileManagerJobpLevel - The pLevel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLevel()
throws IOException,
AutomationException
getLevel in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileManagerMode()
throws IOException,
AutomationException
getTileManagerMode in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTileManagerMode(int pMode)
throws IOException,
AutomationException
setTileManagerMode in interface IMapCacheTileManagerJobpMode - A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataframe()
throws IOException,
AutomationException
getDataframe in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataframe(String pDataframe)
throws IOException,
AutomationException
setDataframe in interface IMapCacheTileManagerJobpDataframe - The pDataframe (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLayerName()
throws IOException,
AutomationException
getLayerName in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLayerName(String pLayerName)
throws IOException,
AutomationException
setLayerName in interface IMapCacheTileManagerJobpLayerName - The pLayerName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enableLocalCaching(boolean localCaching)
throws IOException,
AutomationException
enableLocalCaching in interface IMapCacheTileManagerJoblocalCaching - The localCaching (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getCacheExtent()
throws IOException,
AutomationException
getCacheExtent in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCacheExtentByRef(IEnvelope ppCacheExtent)
throws IOException,
AutomationException
setCacheExtentByRef in interface IMapCacheTileManagerJobppCacheExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getClipGeometry()
throws IOException,
AutomationException
getClipGeometry in interface IMapCacheTileManagerJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setClipGeometryByRef(IGeometry ppGeometry)
throws IOException,
AutomationException
setClipGeometryByRef in interface IMapCacheTileManagerJobppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThreadNumber(int threadID)
throws IOException,
AutomationException
setThreadNumber in interface IThreadedJobthreadID - The threadID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(ITrackCancel pTrackCancel)
throws IOException,
AutomationException
execute in interface IThreadedJobpTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThreadedJobResult getResult()
throws IOException,
AutomationException
getResult in interface IThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void cancel()
throws IOException,
AutomationException
cancel in interface IThreadedJobIOException - 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 | ||||||||