com.esri.arcgis.catalogUI
Class EditEvaluatorContext

java.lang.Object
  extended by com.esri.arcgis.catalogUI.EditEvaluatorContext
All Implemented Interfaces:
IEditEvaluatorContext, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class EditEvaluatorContext
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IEditEvaluatorContext

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 =

See Also:
Serialized Form

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

EditEvaluatorContext

public EditEvaluatorContext(java.lang.Object obj)
                     throws java.io.IOException
Construct a EditEvaluatorContext using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EditEvaluatorContext.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
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

Throws:
java.io.IOException - if there are interop problems EditEvaluatorContext theEditEvaluatorContext = (EditEvaluatorContext) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a EditEvaluatorContext.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getElementType

public int getElementType()
                   throws java.io.IOException,
                          AutomationException
The evaluator element type.

Specified by:
getElementType in interface IEditEvaluatorContext
Returns:
A com.esri.arcgis.geodatabase.esriNetworkElementType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDefault

public boolean isDefault()
                  throws java.io.IOException,
                         AutomationException
Indicates whether it is the default evaluator context.

Specified by:
isDefault in interface IEditEvaluatorContext
Returns:
The defaultMode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDirectionType

public int getDirectionType()
                     throws java.io.IOException,
                            AutomationException
The edge direction type.

Specified by:
getDirectionType in interface IEditEvaluatorContext
Returns:
A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_getSource

public INetworkSource esri_getSource()
                              throws java.io.IOException,
                                     AutomationException
The evaluator network source.

Specified by:
esri_getSource in interface IEditEvaluatorContext
Returns:
A reference to a com.esri.arcgis.geodatabase.INetworkSource
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTable

public ITable getTable()
                throws java.io.IOException,
                       AutomationException
The evaluator network source table.

Specified by:
getTable in interface IEditEvaluatorContext
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.