|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INATraversalResultElement
COM Interface 'INATraversalResultElement'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to traversal result 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 |
IID98f08b4a_9310_4691_b5b1_5511af450eb7
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getElementID()
The result element ID. |
int |
getElementType()
The result element type. |
double |
getFromPosition()
The starting position of the result element on the result source. |
int |
getSourceID()
The result element source ID. |
int |
getSourceOID()
The result element source OID. |
double |
getToPosition()
The ending position of the result element on the result source. |
void |
setFromPosition(double position)
The starting position of the result element on the result source. |
void |
setSourceID(int sourceID)
The result element source ID. |
void |
setSourceOID(int sourceOID)
The result element source OID. |
void |
setToPosition(double position)
The ending position of the result element on the result source. |
Field Detail |
---|
static final int IID98f08b4a_9310_4691_b5b1_5511af450eb7
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getElementID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElementType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceID(int sourceID) throws java.io.IOException, AutomationException
sourceID
- The sourceID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSourceID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceOID(int sourceOID) throws java.io.IOException, AutomationException
sourceOID
- The sourceOID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSourceOID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromPosition(double position) throws java.io.IOException, AutomationException
position
- The position (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFromPosition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToPosition(double position) throws java.io.IOException, AutomationException
position
- The position (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getToPosition() 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 |