public class CircuitResultInfo extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ICircuitResultInfo
Description 'Utility Network Circuit Result Info' 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, IIDc3492b38_118e_4e7a_a9e1_bc21643a1509, xxDummy
Constructor and Description |
---|
CircuitResultInfo()
Constructs a CircuitResultInfo using ArcGIS Engine.
|
CircuitResultInfo(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
CircuitResultInfo theCircuitResultInfo = (CircuitResultInfo) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getErrorCode()
getErrorCode
|
java.lang.String |
getExportedFileName()
Gets the exported file name.
|
IGeometry |
getGeometry()
getGeometry
|
GUID |
getID()
getID
|
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()
getName
|
int |
hashCode()
the hashcode for this object
|
boolean |
isDeleted()
isDeleted
|
void |
release()
Release this COM object reference
|
void |
setErrorCode(int errorCode)
setErrorCode
|
void |
setExportedFileName(java.lang.String fileName)
Gets the exported file name.
|
void |
setGeometryByRef(IGeometry geometry)
setGeometryByRef
|
void |
setID(GUID circuitID)
setID
|
void |
setIsDeleted(boolean isDeleted)
setIsDeleted
|
void |
setName(java.lang.String name)
setName
|
public CircuitResultInfo() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic CircuitResultInfo(java.lang.Object obj) throws java.io.IOException
CircuitResultInfo theCircuitResultInfo = (CircuitResultInfo) obj;
obj
to CircuitResultInfo
.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 ICircuitResultInfo
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 ICircuitResultInfo
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public GUID getID() throws java.io.IOException, AutomationException
getID
in interface ICircuitResultInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setID(GUID circuitID) throws java.io.IOException, AutomationException
setID
in interface ICircuitResultInfo
circuitID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getErrorCode() throws java.io.IOException, AutomationException
getErrorCode
in interface ICircuitResultInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setErrorCode(int errorCode) throws java.io.IOException, AutomationException
setErrorCode
in interface ICircuitResultInfo
errorCode
- The errorCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isDeleted() throws java.io.IOException, AutomationException
isDeleted
in interface ICircuitResultInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsDeleted(boolean isDeleted) throws java.io.IOException, AutomationException
setIsDeleted
in interface ICircuitResultInfo
isDeleted
- The isDeleted (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry
in interface ICircuitResultInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
setGeometryByRef
in interface ICircuitResultInfo
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExportedFileName() throws java.io.IOException, AutomationException
getExportedFileName
in interface ICircuitResultInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setExportedFileName(java.lang.String fileName) throws java.io.IOException, AutomationException
setExportedFileName
in interface ICircuitResultInfo
fileName
- The fileName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.