|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkDirections
COM Interface 'INetworkDirections'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to the properties for setting up driving directions.' 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 |
IIDacda7b59_b41f_48b8_a1ce_582fe481053f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getDefaultOutputLengthUnits()
The default length units that will be used for reporting distances in driving directions. |
java.lang.String |
getLengthAttributeName()
The name of the network attribute to be used for reporting travel distances. |
java.lang.String |
getRoadClassAttributeName()
The name of the network attribute to be used for road classification. |
java.lang.String |
getTimeAttributeName()
The name of the network attribute to be used for reporting travel time. |
void |
setDefaultOutputLengthUnits(int units)
The default length units that will be used for reporting distances in driving directions. |
void |
setLengthAttributeName(java.lang.String name)
The name of the network attribute to be used for reporting travel distances. |
void |
setRoadClassAttributeName(java.lang.String name)
The name of the network attribute to be used for road classification. |
void |
setTimeAttributeName(java.lang.String name)
The name of the network attribute to be used for reporting travel time. |
Field Detail |
---|
static final int IIDacda7b59_b41f_48b8_a1ce_582fe481053f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDefaultOutputLengthUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefaultOutputLengthUnits(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 getLengthAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLengthAttributeName(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 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 getRoadClassAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRoadClassAttributeName(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |