OutSystems Forge 日本語データベース

Coordinates Sort

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-04-11 1.0.0 Miguel Ribeiro 9.1.0.20 All .NET Components, Libraries
拡張子は、座標のリストと参照元を受け取る単純なメソッドを含み、最も遠い座標に最も近いものからリストをソートします。
このコンポーネントには、CoordinateSortという1つのメソッドがあります。 。 座標レコードリスト(座標には緯度と経度があり、小数点の両方の値があります) 。 座標レコード(基準座標) 結果は次のとおりです。 。 Coordinate Record List(リストの最初のものが基準座標に最も近く、最後のものが最も遠い座標のソートされたリスト)

[Overview]
Extension containing a simple method which receives a list of coordinates and a reference origin, sorting the list from the closest to the farthest coordinate.
[Detail]
The component has one method CoordinateSort which receives: . Coordinate Record List (Coordinate has a latitude and longitude, both decimal values) . Coordinate Record (Reference coordinate) The result is the following: . Coordinate Record List (Sorted list of coordinates, where the first one of the list is the closest to the reference coordinate, and the last one is the farthest)
戻る