com.esri.arcgis.geodatabase
Interface INetworkAttribute

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IEvaluatedNetworkAttribute, IEvaluatedNetworkAttribute2, INetworkAttribute2, INetworkAttribute3
All Known Implementing Classes:
EvaluatedNetworkAttribute, IEvaluatedNetworkAttribute2Proxy, IEvaluatedNetworkAttributeProxy, INetworkAttribute2Proxy, INetworkAttribute3Proxy, INetworkAttributeProxy, NetworkAttribute, SDCNetworkAttribute

public interface INetworkAttribute
extends java.io.Serializable

COM Interface 'INetworkAttribute'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDae92a9b6_9c80_41b1_b84d_765f18b43625
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 int getUnits()
          Units of this network attribute.
 int getUsageType()
          Usage type of 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 setUnits(int units)
          Units of this network attribute.
 void setUsageType(int usageType)
          Usage type of this network attribute.
 

Field Detail

IIDae92a9b6_9c80_41b1_b84d_765f18b43625

static final int IIDae92a9b6_9c80_41b1_b84d_765f18b43625
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of this network attribute.

Returns:
The attributeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

void setName(java.lang.String attributeName)
             throws java.io.IOException,
                    AutomationException
Name of this network attribute.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

int getID()
          throws java.io.IOException,
                 AutomationException
Unique identifier of this network attribute.

Returns:
The attributeID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

int getDataType()
                throws java.io.IOException,
                       AutomationException
Type of data used in this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataType

void setDataType(int dataType)
                 throws java.io.IOException,
                        AutomationException
Type of data used in this network attribute.

Parameters:
dataType - A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUsageType

int getUsageType()
                 throws java.io.IOException,
                        AutomationException
Usage type of this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUsageType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUsageType

void setUsageType(int usageType)
                  throws java.io.IOException,
                         AutomationException
Usage type of this network attribute.

Parameters:
usageType - A com.esri.arcgis.geodatabase.esriNetworkAttributeUsageType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnits

int getUnits()
             throws java.io.IOException,
                    AutomationException
Units of this network attribute.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUnits

void setUnits(int units)
              throws java.io.IOException,
                     AutomationException
Units of this network attribute.

Parameters:
units - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.