public class CoRESTOperation extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRESTOperation
Description 'IRESTOperation coclass' 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 =
IID, IID2853ca57_ae88_4b5d_ada3_4cf6f938a0e0, xxDummy
Constructor and Description |
---|
CoRESTOperation()
Constructs a CoRESTOperation using ArcGIS Engine.
|
CoRESTOperation(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
CoRESTOperation theCoRESTOperation = (CoRESTOperation) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
Operation name.
|
java.lang.String |
getOutputFormats()
Supported output formats, separated by comma.
|
java.lang.String |
getParameters()
Operation parameters, separated by comma.
|
java.lang.String |
getRequiredCapability()
Required capability for the operation.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isPostOnly()
Denotes POST-only operations.
|
void |
release()
Release this COM object reference
|
void |
setName(java.lang.String name)
Operation name.
|
void |
setOutputFormats(java.lang.String outputFormats)
Supported output formats, separated by comma.
|
void |
setParameters(java.lang.String parameters)
Operation parameters, separated by comma.
|
void |
setPostOnly(boolean value)
Denotes POST-only operations.
|
void |
setRequiredCapability(java.lang.String capability)
Required capability for the operation.
|
IJSONObject |
toJSONObject()
Converts operation object to JSON representation.
|
public CoRESTOperation() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic CoRESTOperation(java.lang.Object obj) throws java.io.IOException
CoRESTOperation theCoRESTOperation = (CoRESTOperation) obj;
obj
to CoRESTOperation
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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.String getName() throws java.io.IOException, AutomationException
getName
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParameters() throws java.io.IOException, AutomationException
getParameters
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOutputFormats() throws java.io.IOException, AutomationException
getOutputFormats
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRequiredCapability() throws java.io.IOException, AutomationException
getRequiredCapability
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isPostOnly() throws java.io.IOException, AutomationException
isPostOnly
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IJSONObject toJSONObject() throws java.io.IOException, AutomationException
toJSONObject
in interface IRESTOperation
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IRESTOperation
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setParameters(java.lang.String parameters) throws java.io.IOException, AutomationException
setParameters
in interface IRESTOperation
parameters
- The parameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputFormats(java.lang.String outputFormats) throws java.io.IOException, AutomationException
setOutputFormats
in interface IRESTOperation
outputFormats
- The outputFormats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRequiredCapability(java.lang.String capability) throws java.io.IOException, AutomationException
setRequiredCapability
in interface IRESTOperation
capability
- The capability (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPostOnly(boolean value) throws java.io.IOException, AutomationException
setPostOnly
in interface IRESTOperation
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.