public class IEvaluatedNetworkAttributeProxy extends INetworkAttributeProxy implements IEvaluatedNetworkAttribute, java.io.Serializable
Description: 'Provides access to members that specify the properties of an evaluated attribute in a network dataset.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDafb92f55_f7e1_4210_b44e_e118ac2d4d99IIDae92a9b6_9c80_41b1_b84d_765f18b43625| Modifier | Constructor and Description |
|---|---|
|
IEvaluatedNetworkAttributeProxy()
For internal use only
|
|
IEvaluatedNetworkAttributeProxy(java.lang.Object obj) |
protected |
IEvaluatedNetworkAttributeProxy(java.lang.Object obj,
java.lang.String iid) |
|
IEvaluatedNetworkAttributeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IEvaluatedNetworkAttributeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
INetworkEvaluator |
getDefaultEvaluator(int elementType)
Evaluator used to derive attribute values for the given element type when an evaluator is not specified for a network element's source.
|
IDENetworkDataset |
getDENetworkDataset()
Evaluator used to derive values from the given network source for this network attribute.
|
INetworkEvaluator |
getEvaluator(INetworkSource networkSource,
int direction)
Evaluator used to derive values from the given network source for this network attribute.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setDefaultEvaluatorByRef(int elementType,
INetworkEvaluator evaluator)
Evaluator used to derive attribute values for the given element type when an evaluator is not specified for a network element's source.
|
void |
setEvaluatorByRef(INetworkSource networkSource,
int direction,
INetworkEvaluator evaluator)
Evaluator used to derive values from the given network source for this network attribute.
|
getDataType, getID, getName, getParameters, getUnits, getUsageType, isTimeAware, isUseByDefault, refresh, setDataType, setName, setParametersByRef, setUnits, setUsageType, setUseByDefaultbindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataType, getID, getName, getParameters, getUnits, getUsageType, isTimeAware, isUseByDefault, refresh, setDataType, setName, setParametersByRef, setUnits, setUsageType, setUseByDefaultpublic static final java.lang.Class targetClass
public boolean noncastable
public IEvaluatedNetworkAttributeProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IEvaluatedNetworkAttributeProxy()
public IEvaluatedNetworkAttributeProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IEvaluatedNetworkAttributeProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IEvaluatedNetworkAttributeProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class INetworkAttributeProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class INetworkAttributeProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setDefaultEvaluatorByRef(int elementType,
INetworkEvaluator evaluator)
throws java.io.IOException,
AutomationException
setDefaultEvaluatorByRef in interface IEvaluatedNetworkAttributeelementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)evaluator - A reference to a com.esri.arcgis.geodatabase.INetworkEvaluator (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkEvaluator getDefaultEvaluator(int elementType) throws java.io.IOException, AutomationException
getDefaultEvaluator in interface IEvaluatedNetworkAttributeelementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEvaluatorByRef(INetworkSource networkSource, int direction, INetworkEvaluator evaluator) throws java.io.IOException, AutomationException
setEvaluatorByRef in interface IEvaluatedNetworkAttributenetworkSource - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)evaluator - A reference to a com.esri.arcgis.geodatabase.INetworkEvaluator (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public INetworkEvaluator getEvaluator(INetworkSource networkSource, int direction) throws java.io.IOException, AutomationException
getEvaluator in interface IEvaluatedNetworkAttributenetworkSource - A reference to a com.esri.arcgis.geodatabase.INetworkSource (in)direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IDENetworkDataset getDENetworkDataset() throws java.io.IOException, AutomationException
getDENetworkDataset in interface IEvaluatedNetworkAttributejava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.