ArcGIS for Desktop

  • Dokumentation
  • Preise
  • Support

  • My Profile
  • Hilfe
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

Die Mapping-Plattform für Ihre Organisation

ArcGIS for Desktop

Ein vollständiges professionelles GIS

ArcGIS for Server

GIS in Ihrem Unternehmen

ArcGIS for Developers

Werkzeuge zum Erstellen standortbezogener Apps

ArcGIS Solutions

Kostenlose Karten- und App-Vorlagen für Ihre Branche

ArcGIS Marketplace

Rufen Sie Apps und Daten für Ihre Organisation ab.

  • Dokumentation
  • Preise
  • Support
Esri
  • Anmelden
user
  • Eigenes Profil
  • Abmelden

Help

  • Startseite
  • Erste Schritte
  • Karte
  • Analysieren
  • Verwalten von Daten
  • Werkzeuge
  • Mehr...

ListDirectionsStyleNames

  • Zusammenfassung
  • Diskussion
  • Syntax
  • Codebeispiel

Zusammenfassung

Returns a list of the available styles for generating directions from a route created during network analysis. Each directions style is appropriate for a different application.

Diskussion

This function can be used in a custom script tool validation to populate a ValueList of available directions styles for the user to choose from, similar to the Directions Style Name parameter of the Find Closest Facilities tool.

Syntax

ListDirectionsStyleNames (network_dataset_path)
ParameterErläuterungDatentyp
network_dataset_path

A variable that references the catalog path of the network dataset. The catalog path of a network dataset can be obtained from the dataSource property of a network dataset layer or a network analysis layer object. It can also be obtained from the catalogPath property of a network dataset describe object.

String

Rückgabewert

DatentypErläuterung
String

The list of available directions styles containing strings representing the styles installed on your machine. It is a subset of the following styles:

  • NA Desktop —This style generates turn-by-turn directions suitable for printing.
  • NA Navigation —This style generates turn-by-turn directions designed for an in-vehicle navigation device.
  • NA Campus —This style generates turn-by-turn directions suitable for indoor and outdoor pedestrian routing.

Codebeispiel

Reads a network dataset and lists its supported styles.

# Path to an on-disk network dataset
nds = r'C:Data/SanDiego.gdb/Transportation/Streets_ND'

# Create a list of directions styles available in the network dataset
dir_styles = arcpy.na.ListDirectionsStyleNames(nds)

Verwandte Themen

  • StreetDirectionsProperties
Feedback zu diesem Thema?

ArcGIS for Desktop

  • Startseite
  • Dokumentation
  • Preise
  • Support

ArcGIS Plattform

  • ArcGIS Online
  • ArcGIS for Desktop
  • ArcGIS for Server
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Über Esri

  • Über uns
  • Karriere
  • Insider-Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Datenschutz | Rechtliches