|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datasourcesraster.MosaicDatasetJob
public class MosaicDatasetJob
A mosaic dataset job.
| Constructor Summary | |
|---|---|
MosaicDatasetJob()
Constructs a MosaicDatasetJob using ArcGIS Engine. |
|
MosaicDatasetJob(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MosaicDatasetJob theMosaicDatasetJob = (MosaicDatasetJob) obj; |
|
| Method Summary | |
|---|---|
void |
cancel()
Cancel the current job. |
void |
createContext()
Create a server context associated with the job. |
boolean |
equals(Object o)
Compare this object with another |
void |
execute(ITrackCancel pTrackCancel)
Executes the job. |
static String |
getClsid()
getClsid. |
IStream |
getContextStream()
Returns a server context object serialized into a stream. |
String |
getHost()
Server machine name. |
IMosaicDatasetName |
getMosaicDatasetName()
The name object associated with the mosaic dataset on which the operation is performed. |
String |
getOperationName()
The name of the mosaic dataset operation associated with this job. |
IMosaicDatasetOperationParameters |
getOperationParameters()
The parameters object that control the mosaic dataset operation performed as part of the job. |
IThreadedJobResult |
getResult()
The result of this job. |
IServerContext |
getServerContext()
The server context associated with the job. |
String |
getService()
Service name. |
ITrackCancel |
getTrackCancel()
Returns a cancel tracker object created on the server context. |
int |
hashCode()
the hashcode for this object |
void |
releaseContext()
Release the associated server context. |
void |
setHost(String pHost)
Server machine name. |
void |
setMosaicDatasetNameByRef(IMosaicDatasetName ppDatasetName)
The name object associated with the mosaic dataset on which the operation is performed. |
void |
setOperationName(String pOperationName)
The name of the mosaic dataset operation associated with this job. |
void |
setOperationParametersByRef(IMosaicDatasetOperationParameters ppParameters)
The parameters object that control the mosaic dataset operation performed as part of the job. |
void |
setService(String pService)
Service name. |
void |
setThreadNumber(int threadID)
Sets the thread number on the 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 MosaicDatasetJob()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MosaicDatasetJob(Object obj)
throws IOException
MosaicDatasetJob theMosaicDatasetJob = (MosaicDatasetJob) obj;
obj to MosaicDatasetJob.
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 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.
public String getHost()
throws IOException,
AutomationException
getHost in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHost(String pHost)
throws IOException,
AutomationException
setHost in interface IServerThreadedJobpHost - 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 IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setService(String pService)
throws IOException,
AutomationException
setService in interface IServerThreadedJobpService - The pService (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createContext()
throws IOException,
AutomationException
createContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void releaseContext()
throws IOException,
AutomationException
releaseContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerContext getServerContext()
throws IOException,
AutomationException
getServerContext in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITrackCancel getTrackCancel()
throws IOException,
AutomationException
getTrackCancel in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStream getContextStream()
throws IOException,
AutomationException
getContextStream in interface IServerThreadedJobIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMosaicDatasetNameByRef(IMosaicDatasetName ppDatasetName)
throws IOException,
AutomationException
setMosaicDatasetNameByRef in interface IMosaicDatasetJobInfoppDatasetName - A reference to a com.esri.arcgis.geodatabase.IMosaicDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicDatasetName getMosaicDatasetName()
throws IOException,
AutomationException
getMosaicDatasetName in interface IMosaicDatasetJobInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOperationParametersByRef(IMosaicDatasetOperationParameters ppParameters)
throws IOException,
AutomationException
setOperationParametersByRef in interface IMosaicDatasetJobInfoppParameters - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMosaicDatasetOperationParameters getOperationParameters()
throws IOException,
AutomationException
getOperationParameters in interface IMosaicDatasetJobInfoIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOperationName(String pOperationName)
throws IOException,
AutomationException
setOperationName in interface IMosaicDatasetJobInfopOperationName - The pOperationName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getOperationName()
throws IOException,
AutomationException
getOperationName in interface IMosaicDatasetJobInfoIOException - 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 | ||||||||