ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

ListDirectionsLanguages

  • 概要
  • ディスカッション
  • 構文
  • コードのサンプル

概要

Returns a list of the languages in which you can generate directions for the routes you create during network analysis. The list of available languages depends on which directions language packs you have installed on your machine.

ディスカッション

The choice of available languages depends on the ArcGIS language packs you have installed. To support more languages in your directions, install more language packs.

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

構文

ListDirectionsLanguages (network_dataset_path)
パラメーター説明データ タイプ
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.

The parameter also accepts a network dataset layer object.

String

戻り値

データ タイプ説明
String

The output list of available directions languages contains two- or five-character strings representing the languages installed on your machine. It will be a subset of the following languages:

  • ar —Arabic
  • de —German
  • en —English
  • es —Spanish
  • fr —French
  • it —Italian
  • ja —Japanese
  • pt-BR —Brazilian Portuguese
  • ru —Russian
  • tr —Turkish
  • zh-CN —Simplified Chinese

コードのサンプル

ListDirectionsLanguages example

Reads the available languages from the network dataset and stores them in a variable.

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

# Create a list of directions languages available with your ArcGIS installation
languages = arcpy.na.ListDirectionsLanguages(nds)

関連トピック

  • StreetDirectionsProperties

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル