OSDN Git Service

定数を楕円体モデルごとに整理,Hieghtクラスに対応
[yubeshi/yubeshi.git] / YubeshiTest / SampleCoordinates.cs
index 32ca445..6d78db0 100755 (executable)
@@ -14,13 +14,16 @@ namespace YubeshiTest
 {\r
     public class SampleCoordinates\r
     {\r
-        public static readonly GeodeticCoordinate SkyTreeTop = \r
-                new GeodeticCoordinate(35.710058, 139.810719, 634.0);\r
+        public static readonly GeodeticCoordinate SkytreeTop =\r
+                                new GeodeticCoordinate(35.710139, 139.810833, \r
+                                    new Height(640.0, Height.Base.Geoid));\r
 \r
-        public static readonly GeodeticCoordinate SkyTreeBottom =\r
-                new GeodeticCoordinate(35.710058, 139.810719, 0.0);\r
+        public static readonly GeodeticCoordinate SkytreeBottom =\r
+                                new GeodeticCoordinate(35.710139, 139.810833, \r
+                                    new Height(6.0, Height.Base.Geoid));\r
 \r
         public static readonly GeodeticCoordinate TokyoTowerTop =\r
-                new GeodeticCoordinate(35.658611, 139.745556, 351.0);\r
+                                new GeodeticCoordinate(35.658611, 139.745556,\r
+                                    new Height(351.0, Height.Base.Geoid));\r
     }\r
 }\r