public interface INetworkSourceDirections
extends java.io.Serializable
Description: 'Provides access to the properties for generating directions for a specific network dataset 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdfe6c801_152d_4d0f_b3aa_54331384d777 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminAreaFieldName()
The name of the field containing the administrative area information for generating directions.
|
IArray |
getFeatureNameFields()
The fields containing the names used in reporting directions.
|
IArray |
getFieldMappings()
The collection of directions field mapping.
|
IArray |
getLandmarkEventSources()
The collection of DirectionsLandmarkSource items used to generate event bypass instructions.
|
IArray |
getLandmarkManeuverSources()
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
|
IShields |
getShields()
The directions shields settings for this source.
|
void |
setAdminAreaFieldName(java.lang.String name)
The name of the field containing the administrative area information for generating directions.
|
void |
setFeatureNameFieldsByRef(IArray fields)
The fields containing the names used in reporting directions.
|
void |
setFieldMappingsByRef(IArray fieldMappings)
The collection of directions field mapping.
|
void |
setLandmarkEventSourcesByRef(IArray eventSources)
The collection of DirectionsLandmarkSource items used to generate event bypass instructions.
|
void |
setLandmarkManeuverSourcesByRef(IArray maneuverSources)
The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
|
void |
setShieldsByRef(IShields shields)
The directions shields settings for this source.
|
static final int IIDdfe6c801_152d_4d0f_b3aa_54331384d777
static final int xxDummy
static final java.lang.String IID
IShields getShields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setShieldsByRef(IShields shields) throws java.io.IOException, AutomationException
shields
- A reference to a com.esri.arcgis.geodatabase.IShields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAdminAreaFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAdminAreaFieldName(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 getFeatureNameFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureNameFieldsByRef(IArray fields) throws java.io.IOException, AutomationException
fields
- 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.IArray getFieldMappings() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldMappingsByRef(IArray fieldMappings) throws java.io.IOException, AutomationException
fieldMappings
- 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.IArray getLandmarkEventSources() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLandmarkEventSourcesByRef(IArray eventSources) throws java.io.IOException, AutomationException
eventSources
- 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.IArray getLandmarkManeuverSources() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLandmarkManeuverSourcesByRef(IArray maneuverSources) throws java.io.IOException, AutomationException
maneuverSources
- 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.