|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.MapCacheTileManager
public class MapCacheTileManager
A Map Cache Tile Manager.
Constructor Summary | |
---|---|
MapCacheTileManager()
Constructs a MapCacheTileManager using ArcGIS Engine. |
|
MapCacheTileManager(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapCacheTileManager theMapCacheTileManager = (MapCacheTileManager) obj; |
Method Summary | |
---|---|
void |
enableLocalCaching(boolean localCaching)
Enable local caching |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDataframe()
Dataframe name. |
String |
getHost()
Server machine name. |
String |
getService()
Service name. |
int |
hashCode()
the hashcode for this object |
void |
manage(String layerName,
ILongArray pLevels,
IGeometry pGeometry,
int mode,
int numThreads,
ITrackCancel pTrackCancel,
IGPMessages pGPMessages)
Import cache. |
IThreadedJob |
next()
Returns the next threaded job. |
void |
reset()
Resets the enumerator. |
void |
setDataframe(String pDataframe)
Dataframe name. |
void |
setHost(String pHost)
Server machine name. |
void |
setService(String pService)
Service name. |
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 MapCacheTileManager() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MapCacheTileManager(Object obj) throws IOException
MapCacheTileManager theMapCacheTileManager = (MapCacheTileManager) obj;
obj
to MapCacheTileManager
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getHost() throws IOException, AutomationException
getHost
in interface IMapCacheTileManager
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHost(String pHost) throws IOException, AutomationException
setHost
in interface IMapCacheTileManager
pHost
- The pHost (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getService() throws IOException, AutomationException
getService
in interface IMapCacheTileManager
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setService(String pService) throws IOException, AutomationException
setService
in interface IMapCacheTileManager
pService
- The pService (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDataframe() throws IOException, AutomationException
getDataframe
in interface IMapCacheTileManager
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataframe(String pDataframe) throws IOException, AutomationException
setDataframe
in interface IMapCacheTileManager
pDataframe
- The pDataframe (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 IMapCacheTileManager
localCaching
- The localCaching (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void manage(String layerName, ILongArray pLevels, IGeometry pGeometry, int mode, int numThreads, ITrackCancel pTrackCancel, IGPMessages pGPMessages) throws IOException, AutomationException
manage
in interface IMapCacheTileManager
layerName
- The layerName (in)pLevels
- A reference to a com.esri.arcgis.system.ILongArray (in)pGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)mode
- A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)numThreads
- The numThreads (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)pGPMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IThreadedJob next() throws IOException, AutomationException
next
in interface IEnumThreadedJobs
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IEnumThreadedJobs
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 |