com.esri.arcgis.carto
Interface INetworkIdentifyObj

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
INetworkIdentifyObjProxy

public interface INetworkIdentifyObj
extends java.io.Serializable

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

Description: 'Provides access to members that identify 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1532b02d_827c_4784_b355_e993c12964e6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getElementID()
          ID of the network element in the network dataset.
 int getElementType()
          Element type of the network element in the network dataset.
 java.lang.String getNetworkName()
          The Source Name and network element ID.
 IGeometry getShape()
          Geometry corresponding to the network element.
 

Field Detail

IID1532b02d_827c_4784_b355_e993c12964e6

static final int IID1532b02d_827c_4784_b355_e993c12964e6
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

getElementID

int getElementID()
                 throws java.io.IOException,
                        AutomationException
ID of the network element in the network dataset.

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

getElementType

int getElementType()
                   throws java.io.IOException,
                          AutomationException
Element type of the network element in the network dataset.

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

getNetworkName

java.lang.String getNetworkName()
                                throws java.io.IOException,
                                       AutomationException
The Source Name and network element ID.

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

getShape

IGeometry getShape()
                   throws java.io.IOException,
                          AutomationException
Geometry corresponding to the network element.

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.