public interface IEvaluatedNetworkAttribute extends INetworkAttribute, 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDafb92f55_f7e1_4210_b44e_e118ac2d4d99 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDae92a9b6_9c80_41b1_b84d_765f18b43625
Modifier and Type | Method and Description |
---|---|
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 |
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, setUseByDefault
static final int IIDafb92f55_f7e1_4210_b44e_e118ac2d4d99
static final int xxDummy
static final java.lang.String IID
void setDefaultEvaluatorByRef(int elementType, INetworkEvaluator evaluator) throws java.io.IOException, AutomationException
elementType
- 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.INetworkEvaluator getDefaultEvaluator(int elementType) throws java.io.IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEvaluatorByRef(INetworkSource networkSource, int direction, INetworkEvaluator evaluator) throws java.io.IOException, AutomationException
networkSource
- 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.INetworkEvaluator getEvaluator(INetworkSource networkSource, int direction) throws java.io.IOException, AutomationException
networkSource
- 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.IDENetworkDataset getDENetworkDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.