public interface INetworkElement
extends java.io.Serializable
Description: 'Provides access to members that specify the properties common to all network elements.' 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 |
DISPID_10_GET_NAME |
static java.lang.String |
DISPID_20_GET_NAME |
static java.lang.String |
DISPID_30_GET_NAME |
static java.lang.String |
DISPID_40_GET_NAME |
static java.lang.String |
DISPID_50_GET_NAME |
static java.lang.String |
DISPID_60_GET_NAME |
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDed843586_99b4_4e36_9684_5bec34938906 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttributeValue(int attributeID)
Value of this network element for the given network attribute ID.
|
java.lang.Object |
getAttributeValueByName(java.lang.String attributeName)
Value of this network element for the given network attribute name.
|
long |
getEID()
Element ID for this network element.
|
int |
getElementType()
Type of this network element.
|
long |
getOID()
Object ID of the object corresponding to this network element.
|
int |
getSourceID()
ID of the network dataset source from which this network element was derived.
|
static final int IIDed843586_99b4_4e36_9684_5bec34938906
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_10_GET_NAME
static final java.lang.String DISPID_20_GET_NAME
static final java.lang.String DISPID_30_GET_NAME
static final java.lang.String DISPID_40_GET_NAME
static final java.lang.String DISPID_50_GET_NAME
static final java.lang.String DISPID_60_GET_NAME
long getEID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getElementType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long getOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAttributeValue(int attributeID) throws java.io.IOException, AutomationException
attributeID
- The attributeID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getAttributeValueByName(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.