Ejemplo n.º 1
0
        public void test_GeometryType()
        {
            //create a geomerty collection
            MultiLineString multiLS = CreateMLS();

            Assertion.AssertEquals("GeometryType-1: ", "MultiLineString", multiLS.GetGeometryType());
        }