GeoDistanceList

GeoDistanceList[{loc1,loc2,,locn}]

位置の連続するペアの間の測地距離のリストを返す.

詳細とオプション

  • GeoDistanceList[{loc1,,locn}]における位置 lociは,度を単位とした{lat,lon}のペア,GeoPositionオブジェクト,地理的Entityオブジェクトあるいはその他の任意の位置指定で与えられる.
  • 結果は長さの次元のQuantityArrayオブジェクトとして返される.使用される単位はオプションUnitSystemで選ぶことができる.このオプションのデフォルト値は$UnitSystemである.
  • 位置の入力リストの長さが n のとき,結果の距離のリストの長さは n-1である.
  • GeoDistanceListにはDistanceFunctionオプションを,次の設定で使うことができる.
  • "Boundary"領域内の任意の点の間の最短距離
    "Center"領域の中心間の距離
    "SignedBoundary"境界までの距離.内部の点は負で表される
  • GeoDistanceListは,デフォルトで,設定DistanceFunction->"Center"を使う.これは,GeoDistanceのデフォルトとは異なる.

例題

すべて開くすべて閉じる

  (1)

都市間の連続する測地距離のリスト:

QuantityArrayオブジェクトをその正規形に変換する:

地図上に3本の測地線を引く:

スコープ  (3)

度を単位とした{lat,lon}ペアで位置を指定する:

緯度と経度はDMS文字列として与えることもできる:

Quantity角としても与えることができる:

GeoPositionオブジェクトを使う:

測地位置の他の形を使う:

Entityオブジェクトを使う:

オプション  (2)

DistanceFunction  (1)

拡張実体については,デフォルトで,中心点間で距離が計算される:

それぞれの境界間の最短距離を計算する:

UnitSystem  (1)

結果のデフォルト単位は$UnitSystemの値で決まる:

別の系に変える:

特性と関係  (3)

GeoDistanceListは基本的にSubsequencesGeoDistanceを組み合せたものに等しい:

GeoDistanceListは測地距離をレポートする.TravelDistanceListは走行距離をレポートする:

GeoDistanceList[{loc}]は空リストを返す:

GeoDistanceList[{}]は定義されない:

考えられる問題  (1)

オプションDistanceFunctionのデフォルト値は,GeoDistanceについては"Boundary"であるが,GeoDistanceListについては"Center"である:

デフォルトで選択される"Center"は中心間の距離を計算する:

"Boundary"の選択では,隣接国間の距離は0になる:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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