TravelDirections

TravelDirections[{loc1,loc2,}]

loc1からloc2, への移動の指示を計算する.

TravelDirections[{loc1,loc2,},"prop"]

移動の指示における特性 prop を返す.

詳細とオプション

  • 場所 lociは,グラフィックス実体,GeoPositionオブジェクト,あるいは住所を指定する文字列でよい.
  • 使用可能なオプション
  • TravelMethod "Driving"仮定する移動方法
    UnitSystem $UnitSystem出力に使用する単位系
  • TravelDirectionsは,GeoGraphics内で経路指定として動作するTravelDirectionsDataオブジェクトを返す.
  • リクエストできる特性 prop
  • "Dataset"経路操作および他のデータを含むDataset
    "TravelPath"GeoPathプリミティブとしての移動経路
    "ManeuverGrid"経路操作の格子
    "TravelDistance"経路の総距離
    "TravelTime"総移動時間
  • TravelDirectionsは,loci間の最短経路を求めようとする.交通情報は考慮しない.

例題

すべて開くすべて閉じる

  (2)

マイアミからニューヨークまでの移動経路を求める:

経路を太い赤線で示す:

指示をデータ集合として得る:

移動方法,この場合は自動車による移動を指定する:

推定総移動時間を得る:

スコープ  (5)

2つの地理的場所実体間の移動方法を計算する:

特性値を抽出する:

特性値を計算する:

GeoPositionオブジェクトを使って場所を定義する:

リスト中の場所を通る移動の指示を計算する:

場所を住所として指定する:

オプション  (3)

TravelMethod  (1)

TravelDirections"Driving"をデフォルトの移動方法として使う:

代りに"Walking"を使う:

それぞれの経路は異なる:

UnitSystem  (2)

出力における数量の単位系を指定する:

特性値を異なる単位系で抽出する:

デフォルトの単位系は$UnitSystemで与えられ,通常はユーザの現在地で決定される:

アプリケーション  (1)

スペイン北部のサンティアゴの道(巡礼路)の主な拠点を取る:

"Walking"を移動手段として移動方向を計算する:

中間地点にマーカーを置いた地図を作成する:

総移動距離を推定する:

中間地点での休憩は考慮せずに移動総時間を推定する:

特性と関係  (2)

推定移動時間はTravelTimeを使って計算することもできる:

推定移動距離はTravelDistanceを使って計算することもできる:

考えられる問題  (1)

逆方向に移動する場合は,交通規制によって別の経路を取らなければならないことがある:

移動距離は異なる:

Wolfram Research (2015), TravelDirections, Wolfram言語関数, https://reference.wolfram.com/language/ref/TravelDirections.html.

テキスト

Wolfram Research (2015), TravelDirections, Wolfram言語関数, https://reference.wolfram.com/language/ref/TravelDirections.html.

CMS

Wolfram Language. 2015. "TravelDirections." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TravelDirections.html.

APA

Wolfram Language. (2015). TravelDirections. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TravelDirections.html

BibTeX

@misc{reference.wolfram_2024_traveldirections, author="Wolfram Research", title="{TravelDirections}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/TravelDirections.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_traveldirections, organization={Wolfram Research}, title={TravelDirections}, year={2015}, url={https://reference.wolfram.com/language/ref/TravelDirections.html}, note=[Accessed: 21-November-2024 ]}