public interface INetworkEvaluator
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of an attribute evaluator 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 |
IID0fcb88f9_8b17_4ed8_99c7_c876f5da8b7e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getData()
The data used by this network evaluator for custom properties.
|
java.lang.String |
getDisplayName()
Name displayed in the user interface for this network evaluator.
|
java.lang.String |
getName()
Unique name of this network evaluator.
|
IStringArray |
getRequiredFieldNames()
Required fields of this network evaluator.
|
boolean |
isCacheAttribute()
Indicates if this evaluator's values should be computed and stored when the network is built or computed at run time and never stored.
|
boolean |
isTimeAware()
Indicates if this evaluator supports time aware queries
|
void |
setData(IPropertySet data)
The data used by this network evaluator for custom properties.
|
static final int IID0fcb88f9_8b17_4ed8_99c7_c876f5da8b7e
static final int xxDummy
static final java.lang.String IID
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setData(IPropertySet data) throws java.io.IOException, AutomationException
data
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCacheAttribute() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getRequiredFieldNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTimeAware() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.