com.esri.arcgis.networkanalysis
Interface IEIDInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EIDInfo, IEIDInfoProxy

public interface IEIDInfo
extends java.io.Serializable

COM Interface 'IEIDInfo'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to members that contain the geometry and/or feature associated with a network element.' 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 IID2424eb71_97d9_4e66_9772_1bdf3d72261a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getEID()
          Network element ID with which the feature and geometry are associated.
 IFeature getFeature()
          Feature associated with this network element ID.
 IGeometry getGeometry()
          Geometry associated with this network element ID.
 

Field Detail

IID2424eb71_97d9_4e66_9772_1bdf3d72261a

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

getGeometry

IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
Geometry associated with this network element ID.

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.

getFeature

IFeature getFeature()
                    throws java.io.IOException,
                           AutomationException
Feature associated with this network element ID.

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

getEID

int getEID()
           throws java.io.IOException,
                  AutomationException
Network element ID with which the feature and geometry are associated.

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