|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.GeoProcessorResult
public class GeoProcessorResult
COM Class 'GeoProcessorResult'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description 'GeoProcessorResult Access.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessorResult |
---|
IID, IIDe6f5ed50_72bb_42ae_b62f_b749185e2792, xxDummy |
Fields inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessorResult2 |
---|
IID, IID23c0c81f_421a_44d9_a123_ae12b3c4e282, xxDummy |
Constructor Summary | |
---|---|
GeoProcessorResult()
Constructs a GeoProcessorResult using ArcGIS Engine. |
|
GeoProcessorResult(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoProcessorResult theGeoProcessorResult = (GeoProcessorResult) obj; |
Method Summary | |
---|---|
void |
cancel()
Cancel the job. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
IGPValue |
getInput(int index)
Return the input by index. |
int |
getInputCount()
Return the number of inputs. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getMapImageURL(ILongArray pParamIndexes,
int height,
int width,
int resolution)
Delete the job and all associated data. |
int |
getMaxSeverity()
Return the maximum severity of the message. |
java.lang.String |
getMessage(int index)
Return the message description by index. |
int |
getMessageCount()
Return the number of messages. |
java.lang.String |
getMessages(int severity)
Return all of the message descriptions. |
IGPValue |
getOutput(int index)
Return the output by index. |
int |
getOutputCount()
Return the number of outputs. |
IMdProcess |
getProcess()
Set the GeoProcessor process value. |
java.lang.String |
getResultID()
Get the job ID. |
IGPMessages |
getResultMessages()
Return the GPMessages object which will be messages. |
int |
getReturnCode(int index)
Return the message error code (Error Messages Only) by index. |
java.lang.Object |
getReturnValue()
Get the GeoProcessor return value. |
int |
getSeverity(int index)
Return the message severity by index. |
int |
getStatus()
Get the job status. |
int |
hashCode()
the hashcode for this object |
boolean |
isAsync()
Get the GeoProcessor ASync status. |
boolean |
isCanceled()
Get the GeoProcessor return value. |
void |
release()
Release a GeoProcessorResult. |
void |
setProcessByRef(IMdProcess process)
Set the GeoProcessor process value. |
void |
setResultID(java.lang.String resultID)
Get the job ID. |
void |
setStatus(int status)
Get the job status. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoProcessorResult() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GeoProcessorResult(java.lang.Object obj) throws java.io.IOException
GeoProcessorResult theGeoProcessorResult = (GeoProcessorResult) obj;
obj
to GeoProcessorResult
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.Object getReturnValue() throws java.io.IOException, AutomationException
getReturnValue
in interface IGeoProcessorResult
getReturnValue
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStatus() throws java.io.IOException, AutomationException
getStatus
in interface IGeoProcessorResult
getStatus
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getResultID() throws java.io.IOException, AutomationException
getResultID
in interface IGeoProcessorResult
getResultID
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPMessages getResultMessages() throws java.io.IOException, AutomationException
getResultMessages
in interface IGeoProcessorResult
getResultMessages
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMessageCount() throws java.io.IOException, AutomationException
getMessageCount
in interface IGeoProcessorResult
getMessageCount
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessage(int index) throws java.io.IOException, AutomationException
getMessage
in interface IGeoProcessorResult
getMessage
in interface IGeoProcessorResult2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSeverity(int index) throws java.io.IOException, AutomationException
getSeverity
in interface IGeoProcessorResult
getSeverity
in interface IGeoProcessorResult2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getReturnCode(int index) throws java.io.IOException, AutomationException
getReturnCode
in interface IGeoProcessorResult
getReturnCode
in interface IGeoProcessorResult2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMessages(int severity) throws java.io.IOException, AutomationException
getMessages
in interface IGeoProcessorResult
getMessages
in interface IGeoProcessorResult2
severity
- The severity (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxSeverity() throws java.io.IOException, AutomationException
getMaxSeverity
in interface IGeoProcessorResult
getMaxSeverity
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getOutputCount() throws java.io.IOException, AutomationException
getOutputCount
in interface IGeoProcessorResult
getOutputCount
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getOutput(int index) throws java.io.IOException, AutomationException
getOutput
in interface IGeoProcessorResult
getOutput
in interface IGeoProcessorResult2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInputCount() throws java.io.IOException, AutomationException
getInputCount
in interface IGeoProcessorResult
getInputCount
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPValue getInput(int index) throws java.io.IOException, AutomationException
getInput
in interface IGeoProcessorResult
getInput
in interface IGeoProcessorResult2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void cancel() throws java.io.IOException, AutomationException
cancel
in interface IGeoProcessorResult
cancel
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMapImageURL(ILongArray pParamIndexes, int height, int width, int resolution) throws java.io.IOException, AutomationException
getMapImageURL
in interface IGeoProcessorResult
getMapImageURL
in interface IGeoProcessorResult2
pParamIndexes
- A reference to a com.esri.arcgis.system.ILongArray (in)height
- The height (in)width
- The width (in)resolution
- The resolution (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStatus(int status) throws java.io.IOException, AutomationException
setStatus
in interface IGeoProcessorResult2
status
- A com.esri.arcgis.system.esriJobStatus constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResultID(java.lang.String resultID) throws java.io.IOException, AutomationException
setResultID
in interface IGeoProcessorResult2
resultID
- The resultID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMdProcess getProcess() throws java.io.IOException, AutomationException
getProcess
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProcessByRef(IMdProcess process) throws java.io.IOException, AutomationException
setProcessByRef
in interface IGeoProcessorResult2
process
- A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanceled() throws java.io.IOException, AutomationException
isCanceled
in interface IGeoProcessorResult2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAsync() throws java.io.IOException, AutomationException
isAsync
in interface IGeoProcessorResult2
java.io.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 |