|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.CoRESTOperation
public class CoRESTOperation
IRESTOperation coclass
| Constructor Summary | |
|---|---|
CoRESTOperation()
Constructs a CoRESTOperation using ArcGIS Engine. |
|
CoRESTOperation(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. CoRESTOperation theCoRESTOperation = (CoRESTOperation) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
Operation name. |
String |
getOutputFormats()
Supported output formats, separated by comma. |
String |
getParameters()
Operation parameters, separated by comma. |
String |
getRequiredCapability()
Required capability for the operation. |
int |
hashCode()
the hashcode for this object |
boolean |
isPostOnly()
Denotes POST-only operations. |
void |
setName(String name)
Operation name. |
void |
setOutputFormats(String outputFormats)
Supported output formats, separated by comma. |
void |
setParameters(String parameters)
Operation parameters, separated by comma. |
void |
setPostOnly(boolean value)
Denotes POST-only operations. |
void |
setRequiredCapability(String capability)
Required capability for the operation. |
IJSONObject |
toJSONObject()
Converts operation object to JSON representation. |
| 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 CoRESTOperation()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public CoRESTOperation(Object obj)
throws IOException
CoRESTOperation theCoRESTOperation = (CoRESTOperation) obj;
obj to CoRESTOperation.
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 String getName()
throws IOException,
AutomationException
getName in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getParameters()
throws IOException,
AutomationException
getParameters in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getOutputFormats()
throws IOException,
AutomationException
getOutputFormats in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRequiredCapability()
throws IOException,
AutomationException
getRequiredCapability in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPostOnly()
throws IOException,
AutomationException
isPostOnly in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IJSONObject toJSONObject()
throws IOException,
AutomationException
toJSONObject in interface IRESTOperationIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IRESTOperationname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameters(String parameters)
throws IOException,
AutomationException
setParameters in interface IRESTOperationparameters - The parameters (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputFormats(String outputFormats)
throws IOException,
AutomationException
setOutputFormats in interface IRESTOperationoutputFormats - The outputFormats (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRequiredCapability(String capability)
throws IOException,
AutomationException
setRequiredCapability in interface IRESTOperationcapability - The capability (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPostOnly(boolean value)
throws IOException,
AutomationException
setPostOnly in interface IRESTOperationvalue - The value (in)
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 | ||||||||