public void GetFeatureTest() { ShapeFileProvider shapeFile = new ShapeFileProvider(@"..\..\..\TestData\BCROADS.SHP"); shapeFile.Open(); FeatureDataRow<uint> feature = shapeFile.GetFeature(0); Assert.AreEqual(0, feature.Id); shapeFile.Close(); }