public interface INetworkAttribute
extends java.io.Serializable
Description: 'Provides access to members that specify the properties of an 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 |
IIDae92a9b6_9c80_41b1_b84d_765f18b43625 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
Type of data used in this network attribute.
|
int |
getID()
Unique identifier of this network attribute.
|
java.lang.String |
getName()
Name of this network attribute.
|
IArray |
getParameters()
Array of parameters for this network attribute.
|
int |
getUnits()
Units of this network attribute.
|
int |
getUsageType()
Usage type of this network attribute.
|
boolean |
isTimeAware(int elementType)
Indicates if the network attribute is time aware.
|
boolean |
isUseByDefault()
Indicates if this network attribute is to be used by default.
|
void |
refresh()
Refresh the network evaluators assigned to this network attribute.
|
void |
setDataType(int dataType)
Type of data used in this network attribute.
|
void |
setName(java.lang.String attributeName)
Name of this network attribute.
|
void |
setParametersByRef(IArray parameters)
Array of parameters for this network attribute.
|
void |
setUnits(int units)
Units of this network attribute.
|
void |
setUsageType(int usageType)
Usage type of this network attribute.
|
void |
setUseByDefault(boolean useByDefault)
Indicates if this network attribute is to be used by default.
|
static final int IIDae92a9b6_9c80_41b1_b84d_765f18b43625
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 setName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataType(int dataType) throws java.io.IOException, AutomationException
dataType
- A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUsageType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUsageType(int usageType) throws java.io.IOException, AutomationException
usageType
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUsageType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IArray getParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParametersByRef(IArray parameters) throws java.io.IOException, AutomationException
parameters
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void refresh() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUseByDefault() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setUseByDefault(boolean useByDefault) throws java.io.IOException, AutomationException
useByDefault
- The useByDefault (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isTimeAware(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.