OSDN Git Service

球体ベースのENU座標とは別に,日本の平面直角座標を追加
[yubeshi/yubeshi.git] / YubeshiTest / SampleCoordinates.cs
diff --git a/YubeshiTest/SampleCoordinates.cs b/YubeshiTest/SampleCoordinates.cs
new file mode 100755 (executable)
index 0000000..32ca445
--- /dev/null
@@ -0,0 +1,26 @@
+/*\r
+ *     Yubeshi GPS Parser\r
+ *\r
+ *     This software is distributed under a zlib-style license.\r
+ *     See license.txt for more information.\r
+ */\r
+\r
+using System;\r
+using System.Collections.Generic;\r
+using System.Text;\r
+using Yubeshi;\r
+\r
+namespace YubeshiTest\r
+{\r
+    public class SampleCoordinates\r
+    {\r
+        public static readonly GeodeticCoordinate SkyTreeTop = \r
+                new GeodeticCoordinate(35.710058, 139.810719, 634.0);\r
+\r
+        public static readonly GeodeticCoordinate SkyTreeBottom =\r
+                new GeodeticCoordinate(35.710058, 139.810719, 0.0);\r
+\r
+        public static readonly GeodeticCoordinate TokyoTowerTop =\r
+                new GeodeticCoordinate(35.658611, 139.745556, 351.0);\r
+    }\r
+}\r