|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPResultResource
public class GPResultResource
This class represents a result of Geoprocessor.execute(java.util.List
. It contains an array of output parameters and the GP task execution messages.
Each output parameter provides information such as the parameter name, the data type, and most importantly, the value for that parameter.
Constructor Summary | |
---|---|
GPResultResource()
|
Method Summary | |
---|---|
static GPResultResource |
fromJson(org.codehaus.jackson.JsonParser parser)
Static method generating a GPResultResource based on the GPResultResource Json representation the Json Parser is pointing to. |
GPMessage[] |
getMessages()
Gets the task execution messages. |
GPParameter[] |
getOutputParameters()
Gets the output parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPResultResource()
Method Detail |
---|
public GPParameter[] getOutputParameters()
public GPMessage[] getMessages()
public static GPResultResource fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- a Json parser pointing to a Json representation of a GPResultResource object.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |