|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumLocatedNetworkElement
Provides access to members that hand out enumerated network elements, and reset the enumeration.
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. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int next(IGeometry[] elementGeometry, int[] elementType) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |