Exemplo n.º 1
0
        public void Test_L433()
        {
            var L433 = new MapLeaf(new MapLeafIdentifier("L433"));

            Assert.AreEqual(6666000.0, L433.Bounds.South);
            Assert.AreEqual(6690000.0, L433.Bounds.North);
            Assert.AreEqual(452000.0, L433.Bounds.West);
            Assert.AreEqual(500000.0, L433.Bounds.East);
        }
Exemplo n.º 2
0
        public void TestSpecialCase_K2()
        {
            var K2 = new MapLeaf(new MapLeafIdentifier("K2"));

            Assert.AreEqual(6570000.0, K2.Bounds.South);
            Assert.AreEqual(6666000.0, K2.Bounds.North);
            Assert.AreEqual(20000.0, K2.Bounds.West);
            Assert.AreEqual(116000.0, K2.Bounds.East);
        }
Exemplo n.º 3
0
        public void TestSpecialCase_P6()
        {
            var P6 = new MapLeaf(new MapLeafIdentifier("P6"));

            Assert.AreEqual(6954000.0, P6.Bounds.South);
            Assert.AreEqual(7050000.0, P6.Bounds.North);
            Assert.AreEqual(692000.0, P6.Bounds.West);
            Assert.AreEqual(788000.0, P6.Bounds.East);
        }
Exemplo n.º 4
0
        public void TestSpecialCase_N62()
        {
            var N6 = new MapLeaf(new MapLeafIdentifier("N62"));

            Assert.AreEqual(6906000.0, N6.Bounds.South);
            Assert.AreEqual(6954000.0, N6.Bounds.North);
            Assert.AreEqual(692000.0, N6.Bounds.West);
            Assert.AreEqual(788000.0, N6.Bounds.East);
        }
Exemplo n.º 5
0
        public void TestSpecialCase_L24()
        {
            var L23 = new MapLeaf(new MapLeafIdentifier("L24"));

            Assert.AreEqual(6714000.0, L23.Bounds.South);
            Assert.AreEqual(6762000.0, L23.Bounds.North);
            Assert.AreEqual(20000.0, L23.Bounds.West);
            Assert.AreEqual(116000.0, L23.Bounds.East);
        }
Exemplo n.º 6
0
        public void Test_L4333G()
        {
            var L4333G = new MapLeaf(new MapLeafIdentifier("L4333G"));

            Assert.AreEqual(6666000.0, L4333G.Bounds.South);
            Assert.AreEqual(6672000.0, L4333G.Bounds.North);
            Assert.AreEqual(494000.0, L4333G.Bounds.West);
            Assert.AreEqual(500000.0, L4333G.Bounds.East);
        }