X-Git-Url: http://git.osdn.net/view?p=yubeshi%2Fyubeshi.git;a=blobdiff_plain;f=YubeshiTest%2FSampleCoordinates.cs;fp=YubeshiTest%2FSampleCoordinates.cs;h=6d78db033b792e7c27ef66836858216aabf976d2;hp=32ca445b4f2098b894ae1eca2dc9f4ee8ea09f43;hb=30d60baad41909e564da40cd0e3eb993c2784aa7;hpb=a677fb55351a4f54226b092af386ddc26664804f diff --git a/YubeshiTest/SampleCoordinates.cs b/YubeshiTest/SampleCoordinates.cs index 32ca445..6d78db0 100755 --- a/YubeshiTest/SampleCoordinates.cs +++ b/YubeshiTest/SampleCoordinates.cs @@ -14,13 +14,16 @@ namespace YubeshiTest { public class SampleCoordinates { - public static readonly GeodeticCoordinate SkyTreeTop = - new GeodeticCoordinate(35.710058, 139.810719, 634.0); + public static readonly GeodeticCoordinate SkytreeTop = + new GeodeticCoordinate(35.710139, 139.810833, + new Height(640.0, Height.Base.Geoid)); - public static readonly GeodeticCoordinate SkyTreeBottom = - new GeodeticCoordinate(35.710058, 139.810719, 0.0); + public static readonly GeodeticCoordinate SkytreeBottom = + new GeodeticCoordinate(35.710139, 139.810833, + new Height(6.0, Height.Base.Geoid)); public static readonly GeodeticCoordinate TokyoTowerTop = - new GeodeticCoordinate(35.658611, 139.745556, 351.0); + new GeodeticCoordinate(35.658611, 139.745556, + new Height(351.0, Height.Base.Geoid)); } }