OSDN Git Service

Enu座標を追加
[yubeshi/yubeshi.git] / YubeshiTest / EcefCoordinateTest.cs
1 /*\r
2  *      Yubeshi GPS Parser\r
3  *\r
4  *      This software is distributed under a zlib-style license.\r
5  *      See license.txt for more information.\r
6  */\r
7 \r
8 using System;\r
9 using System.Collections.Generic;\r
10 using System.Text;\r
11 using NUnit.Framework;\r
12 using Yubeshi;\r
13 \r
14 namespace YubeshiTest\r
15 {\r
16     class EcefCoordinateTest\r
17     {\r
18         [Test]\r
19         public void ToGeodeticCoordinate()\r
20         {\r
21             //GeodeticCoordinate c = new GeodeticCoordinate(35.710058, 139.810719, 634.0);\r
22             //EcefCoordinate c2 = c.ToEcefCoordinate();\r
23         }\r
24     }\r
25 }\r