|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getParameters() throws IOException, AutomationException
getParameters
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOutputFormats() throws IOException, AutomationException
getOutputFormats
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRequiredCapability() throws IOException, AutomationException
getRequiredCapability
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPostOnly() throws IOException, AutomationException
isPostOnly
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IJSONObject toJSONObject() throws IOException, AutomationException
toJSONObject
in interface IRESTOperation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface IRESTOperation
name
- 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 IRESTOperation
parameters
- 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 IRESTOperation
outputFormats
- 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 IRESTOperation
capability
- 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 IRESTOperation
value
- 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 |