|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStreetDirectionsAgent3
Provides access to the INAStreetDirectionsAgent3 Interface.
Method Summary | |
---|---|
IStringArray |
getAvailableStyleNames()
The collection of style names supported by the agent. |
ISpatialReference |
getOutputSpatialReference()
Output spatial reference to use for geometries returned by the directions objects. |
int |
getOutputType()
Output type to use when generating directions. |
String |
getStyleName()
Style name to use when generating directions. |
IStringArray |
getSupportedLanguages()
The collection of languages supported by the agent. |
void |
setOutputSpatialReferenceByRef(ISpatialReference ppSpatialReference)
Output spatial reference to use for geometries returned by the directions objects. |
void |
setOutputType(int pOutputType)
Output type to use when generating directions. |
void |
setStyleName(String pStyleName)
Style name to use when generating directions. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirectionsAgent2 |
---|
getLanguage, setLanguage |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirectionsAgent |
---|
execute, getDirectionsContainer, getLengthUnits, getTimeAttributeName, isAutoShowDirections, isDisplayTime, setAutoShowDirections, setDisplayTime, setLengthUnits, setTimeAttributeName |
Method Detail |
---|
ISpatialReference getOutputSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws IOException, AutomationException
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedLanguages() throws IOException, AutomationException
Returns a string array of the supported languages for which this directions agent has been localized. The configuration files associated with street directions can be found in <install directory>\NetworkAnalyst\Directions.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAvailableStyleNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStyleName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyleName(String pStyleName) throws IOException, AutomationException
pStyleName
- The pStyleName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOutputType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputType(int pOutputType) throws IOException, AutomationException
pOutputType
- A com.esri.arcgis.networkanalyst.esriDirectionsOutputType constant (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 |