ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Aide
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plateforme cartographique de votre organisation

ArcGIS Desktop

Un SIG professionnel complet

ArcGIS Enterprise

SIG dans votre entreprise

ArcGIS Developers

Outils de création d'applications de localisation

ArcGIS Solutions

Modèles d'applications et de cartes gratuits pour votre secteur d'activité

ArcGIS Marketplace

Téléchargez des applications et des données pour votre organisation.

  • Documentation
  • Support
Esri
  • Se connecter
user
  • Mon profil
  • Déconnexion

ArcMap

  • Accueil
  • Commencer
  • Carte
  • Analyser
  • Gérer les données
  • Outils
  • Extensions

Network Directions

  • Résumé
  • Propriétés
  • Exemple de code

Résumé

The Network Directions object for the network dataset provides information about directions settings at the network dataset level, such as the output length units or length attribute, that are used to generate directions.

Propriétés

PropriétéExplicationType de données
attributeMappings
(Lecture seule)

Returns a list of Network Directions Attribute Mapping objects for this source. If attribute mappings are not defined for this network, the attributeMappings property will raise an exception.

Object
defaultOutputLengthUnits
(Lecture seule)

The default length units that will be used for reporting distances in driving directions.

String
lengthAttributeName
(Lecture seule)

The name of the network attribute to be used for reporting travel distances.

String
roadClassAttributeName
(Lecture seule)

The name of the network attribute to be used for road classification.

String
roadSplitsTableName
(Lecture seule)

The name of the table containing road splits.

String
signpostFeatureClassName
(Lecture seule)

The name of the feature class containing the signposts.

String
signpostStreetsTableName
(Lecture seule)

The name of the indexed table containing signpost street references.

String
timeAttributeName
(Lecture seule)

The name of the network attribute to be used for reporting travel time.

String

Exemple de code

Network Directions Properties example

Display a summary of the directions information for the network dataset.

# Name: NDSDirectionProperties_ex01.py
# Description: Print direction setting for the network dataset.

import arcpy
import sys

# Set the workspace
arcpy.env.workspace = "C:/Data/SanFrancisco.gdb/Transportation"

# Create Describe object for the network dataset
desc = arcpy.Describe("Streets_ND")

#Get the direction object
if desc.supportsDirections:
    direction = desc.directions
else:
    #If the directions are not set for the network dataset, exit 
    print "No direction information"
    sys.exit() 

print "Direction Information ----" 
print "Length attribute name: " , direction.lengthAttributeName 
print "Time attribute name: " , direction.timeAttributeName 
print "Road Class attribute name: " , direction.roadClassAttributeName 
print "Default Output Length Units: " , direction.defaultOutputLengthUnits 
print "Signpost Feature Class: " , direction.signPostFeatureClassName 
print "Signpost Streets Table: " , direction.signpostStreetsTableName

ArcGIS Desktop

  • Accueil
  • Documentation
  • Support

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

A propos d'Esri

  • A propos de la société
  • Carrières
  • Blog d’Esri
  • Conférence des utilisateurs
  • Sommet des développeurs
Esri
Donnez-nous votre avis.
Copyright © 2021 Esri. | Confidentialité | Légal