コード例 #1
0
        public void Test_GetCoordinateSystemType()
        {
            string coordSysType = _factory.GetCoordinateSystemType("24100");

            Assertion.AssertEquals("GetCoordinateSystemType", "projected", coordSysType);
        }