public interface INetworkDirections
extends java.io.Serializable
Description: 'Provides access to the properties for setting up 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDacda7b59_b41f_48b8_a1ce_582fe481053f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbbreviationsTableName()
The abbreviatiations table name.
|
IArray |
getAttributeMappings()
The collection of directions attribute mapping.
|
int |
getDefaultOutputLengthUnits()
The default length units that will be used for reporting distances in directions.
|
java.lang.String |
getLengthAttributeName()
The name of the network attribute to be used for reporting travel distances.
|
IStringArray |
getReferenceLandmarkSources()
The array of reference landmark source names.
|
java.lang.String |
getRoadClassAttributeName()
The name of the network attribute to be used for road classification.
|
java.lang.String |
getRoadSplitsTableName()
The name of the table containing the road splits.
|
java.lang.String |
getSignpostFeatureClassName()
The name of the feature class containing the signposts.
|
java.lang.String |
getSignpostStreetsTableName()
The name of the indexed table of signpost street references.
|
java.lang.String |
getTimeAttributeName()
The name of the network attribute to be used for reporting travel time.
|
boolean |
isSupportsLocalizedStreetNames()
The flag that indicates if network has street names translated in multiple languages.
|
void |
setAbbreviationsTableName(java.lang.String tableName)
The abbreviatiations table name.
|
void |
setAttributeMappingsByRef(IArray attributeMappings)
The collection of directions attribute mapping.
|
void |
setDefaultOutputLengthUnits(int units)
The default length units that will be used for reporting distances in directions.
|
void |
setLengthAttributeName(java.lang.String name)
The name of the network attribute to be used for reporting travel distances.
|
void |
setReferenceLandmarkSourcesByRef(IStringArray sourceNames)
The array of reference landmark source names.
|
void |
setRoadClassAttributeName(java.lang.String name)
The name of the network attribute to be used for road classification.
|
void |
setRoadSplitsTableName(java.lang.String className)
The name of the table containing the road splits.
|
void |
setSignpostFeatureClassName(java.lang.String className)
The name of the feature class containing the signposts.
|
void |
setSignpostStreetsTableName(java.lang.String tableName)
The name of the indexed table of signpost street references.
|
void |
setSupportsLocalizedStreetNames(boolean localizedStreetNames)
The flag that indicates if network has street names translated in multiple languages.
|
void |
setTimeAttributeName(java.lang.String name)
The name of the network attribute to be used for reporting travel time.
|
static final int IIDacda7b59_b41f_48b8_a1ce_582fe481053f
static final int xxDummy
static final java.lang.String IID
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.IArray getAttributeMappings() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAttributeMappingsByRef(IArray attributeMappings) throws java.io.IOException, AutomationException
attributeMappings
- A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsLocalizedStreetNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsLocalizedStreetNames(boolean localizedStreetNames) throws java.io.IOException, AutomationException
localizedStreetNames
- The localizedStreetNames (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getReferenceLandmarkSources() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReferenceLandmarkSourcesByRef(IStringArray sourceNames) throws java.io.IOException, AutomationException
sourceNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAbbreviationsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAbbreviationsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getRoadSplitsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRoadSplitsTableName(java.lang.String className) throws java.io.IOException, AutomationException
className
- The className (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSignpostFeatureClassName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSignpostFeatureClassName(java.lang.String className) throws java.io.IOException, AutomationException
className
- The className (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSignpostStreetsTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSignpostStreetsTableName(java.lang.String tableName) throws java.io.IOException, AutomationException
tableName
- The tableName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.