|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INATraversalResultSource
COM Interface 'INATraversalResultSource'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to traversal results for a particular source.' 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 |
IID035681ec_2ee1_4835_9086_c8670bb1854f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getElementType()
The network element type. |
int |
getID()
The result source ID. |
IDatasetName |
getLocation()
The result source location. |
java.lang.String |
getName()
The result source name. |
int |
getResultSourceType()
The result source type. |
ITable |
getTable()
The result source table. |
void |
setElementType(int networkElementType)
The network element type. |
void |
setLocationByRef(IDatasetName name)
The result source location. |
void |
setName(java.lang.String name)
The result source name. |
void |
setResultSourceType(int sourceType)
The result source type. |
Field Detail |
---|
static final int IID035681ec_2ee1_4835_9086_c8670bb1854f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setElementType(int networkElementType) throws java.io.IOException, AutomationException
networkElementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)
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 setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResultSourceType(int sourceType) throws java.io.IOException, AutomationException
sourceType
- A com.esri.arcgis.networkanalyst.esriNATraversalResultSourceType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResultSourceType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IDatasetName name) throws java.io.IOException, AutomationException
name
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDatasetName getLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() 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 |