|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.catalogUI.EditEvaluatorContext
public class EditEvaluatorContext
COM Class 'EditEvaluatorContext'. Generated 3/19/2015 1:20:49 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'
Description 'The edit evaluator context.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.catalogUI.IEditEvaluatorContext |
---|
IID, IID01efc9b9_2277_4f01_9b24_1af85b678bc2, xxDummy |
Constructor Summary | |
---|---|
EditEvaluatorContext(java.lang.Object obj)
Construct a EditEvaluatorContext using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
INetworkSource |
esri_getSource()
The evaluator network source. |
int |
getDirectionType()
The edge direction type. |
int |
getElementType()
The evaluator element type. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ITable |
getTable()
The evaluator network source table. |
int |
hashCode()
the hashcode for this object |
boolean |
isDefault()
Indicates whether it is the default evaluator context. |
void |
release()
Release a EditEvaluatorContext. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditEvaluatorContext(java.lang.Object obj) throws java.io.IOException
obj
to EditEvaluatorContext
. *
EditEvaluatorContext o = (EditEvaluatorContext)obj; // will not work
EditEvaluatorContext o = new EditEvaluatorContext(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
EditEvaluatorContext theEditEvaluatorContext = (EditEvaluatorContext) obj;
Method Detail |
---|
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 int getElementType() throws java.io.IOException, AutomationException
getElementType
in interface IEditEvaluatorContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDefault() throws java.io.IOException, AutomationException
isDefault
in interface IEditEvaluatorContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDirectionType() throws java.io.IOException, AutomationException
getDirectionType
in interface IEditEvaluatorContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkSource esri_getSource() throws java.io.IOException, AutomationException
esri_getSource
in interface IEditEvaluatorContext
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITable getTable() throws java.io.IOException, AutomationException
getTable
in interface IEditEvaluatorContext
java.io.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 |