|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.MapCacheTileManagerJobResultHandler
public class MapCacheTileManagerJobResultHandler
Map Cache Tile Manager Job Results Handler
Constructor Summary | |
---|---|
MapCacheTileManagerJobResultHandler()
Constructs a MapCacheTileManagerJobResultHandler using ArcGIS Engine. |
|
MapCacheTileManagerJobResultHandler(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MapCacheTileManagerJobResultHandler theMapCacheTileManagerJobResultHandler = (MapCacheTileManagerJobResultHandler) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
void |
getFeatureClassWorkspacePath(String[] pWorkspace)
Feature class workspace path |
void |
getMessages(IGPMessages[] ppMessages)
Messages |
IPropertySet |
getProperties()
All the properties that make up the result handler object. |
int |
hashCode()
the hashcode for this object |
void |
processResult(IThreadedJobResult pJobResult,
ITrackCancel pTrackCancel)
Processes the specified intermediate job result object. |
void |
setFeatureClassWorkspacePath(String workspace)
Feature class workspace path |
void |
setMessages(IGPMessages pMessages)
Messages |
void |
setPropertiesByRef(IPropertySet ppHandlerProperties)
All the properties that make up the result handler object. |
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 MapCacheTileManagerJobResultHandler() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MapCacheTileManagerJobResultHandler(Object obj) throws IOException
MapCacheTileManagerJobResultHandler theMapCacheTileManagerJobResultHandler = (MapCacheTileManagerJobResultHandler) obj;
obj
to MapCacheTileManagerJobResultHandler
.
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 void getFeatureClassWorkspacePath(String[] pWorkspace) throws IOException, AutomationException
getFeatureClassWorkspacePath
in interface IMapCacheTileManagerJobResultHandler
pWorkspace
- The pWorkspace (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFeatureClassWorkspacePath(String workspace) throws IOException, AutomationException
setFeatureClassWorkspacePath
in interface IMapCacheTileManagerJobResultHandler
workspace
- The workspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getMessages(IGPMessages[] ppMessages) throws IOException, AutomationException
getMessages
in interface IMapCacheTileManagerJobResultHandler
ppMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMessages(IGPMessages pMessages) throws IOException, AutomationException
setMessages
in interface IMapCacheTileManagerJobResultHandler
pMessages
- 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 void processResult(IThreadedJobResult pJobResult, ITrackCancel pTrackCancel) throws IOException, AutomationException
processResult
in interface IThreadedJobResultHandler
pJobResult
- A reference to a com.esri.arcgis.datasourcesraster.IThreadedJobResult (in)pTrackCancel
- 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 void setPropertiesByRef(IPropertySet ppHandlerProperties) throws IOException, AutomationException
setPropertiesByRef
in interface IThreadedJobResultHandler
ppHandlerProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getProperties() throws IOException, AutomationException
getProperties
in interface IThreadedJobResultHandler
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 |