|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INACompactStreetDirectionsAgent
COM Interface 'INACompactStreetDirectionsAgent'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to the compact directions agent.' 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 |
IIDfd2adb84_43c1_48e6_910e_8e2c7ebe63a9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
execute(ISet set,
ITrackCancel trackCancel)
Constructs the directions. |
INACompactStreetDirectionsContainer |
getDirectionsContainer()
The container for the directions. |
java.lang.String |
getLanguage()
Language to use when generating directions. |
int |
getLengthUnits()
The length units. |
java.lang.String |
getTimeAttributeName()
The network attribute for time calculation. |
void |
setLanguage(java.lang.String strLanguage)
Language to use when generating directions. |
void |
setLengthUnits(int units)
The length units. |
void |
setTimeAttributeName(java.lang.String name)
The network attribute for time calculation. |
Field Detail |
---|
static final int IIDfd2adb84_43c1_48e6_910e_8e2c7ebe63a9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getLengthUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLengthUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeAttributeName(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 getLanguage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLanguage(java.lang.String strLanguage) throws java.io.IOException, AutomationException
strLanguage
- The strLanguage (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INACompactStreetDirectionsContainer getDirectionsContainer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void execute(ISet set, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
set
- A reference to a com.esri.arcgis.system.ISet (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 |