|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkSourceDirections3
Provides access to the properties for generating driving directions for a specific network dataset source.
Method Summary | |
---|---|
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. |
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. |
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections2 |
---|
getFieldMappings, setFieldMappingsByRef |
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections |
---|
getAdminAreaFieldName, getShields, getStreetNameFields, setAdminAreaFieldName, setShieldsByRef, setStreetNameFieldsByRef |
Method Detail |
---|
IArray getLandmarkEventSources() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLandmarkEventSourcesByRef(IArray eventSources) throws IOException, AutomationException
eventSources
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getLandmarkManeuverSources() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLandmarkManeuverSourcesByRef(IArray maneuverSources) throws IOException, AutomationException
maneuverSources
- A reference to a com.esri.arcgis.system.IArray (in)
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 |