com.esri.arcgis.carto
Interface IEnumLocatedNetworkElement

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

public interface IEnumLocatedNetworkElement
extends java.io.Serializable

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

Description: 'Provides access to members that hand out enumerated network elements, and reset the enumeration.' 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 IID60156525_fdee_485d_b3ef_3250742e3189
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 INetworkDataset getNetworkDataset()
          Network dataset of the enumerated network elements.
 int next(IGeometry[] elementGeometry, int[] elementType)
          Retrieves the geometry, element type, and element id of the next network element in the enumeration sequence.
 void reset()
          Resets the enumeration seqeuence to the beginning.
 

Field Detail

IID60156525_fdee_485d_b3ef_3250742e3189

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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration seqeuence to the beginning.

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

next

int next(IGeometry[] elementGeometry,
         int[] elementType)
         throws java.io.IOException,
                AutomationException
Retrieves the geometry, element type, and element id of the next network element in the enumeration sequence.

Parameters:
elementGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in/out: use single element array)
elementType - A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in/out: use single element array)
Returns:
The elementID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkDataset

INetworkDataset getNetworkDataset()
                                  throws java.io.IOException,
                                         AutomationException
Network dataset of the enumerated network elements.

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