|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumLocatedNetworkElement
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 |
---|
static final int IID60156525_fdee_485d_b3ef_3250742e3189
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int next(IGeometry[] elementGeometry, int[] elementType) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INetworkDataset getNetworkDataset() throws java.io.IOException, AutomationException
java.io.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 |