public void test_GeometryType() { LineString ls = SimpleOpen(); Assertion.AssertEquals("GetType: ", "LineString", ls.GetGeometryType()); }