示例#1
0
        public void GetDataSetSizeForBIL()
        {
            string path  = rasterDataPath + "Bodem.bil";
            var    store = new GdalFunctionStore();

            store.Open(path);

            //file is about 18Mb so this work for this on.
            Assert.AreEqual(18916552, store.GetDatasetSize());
        }
示例#2
0
        public void GetDataSetSizeForBIL()
        {
            string path = rasterDataPath + "Bodem.bil";
            var store = new GdalFunctionStore();
            store.Open(path);

            //file is about 18Mb so this work for this on.
            Assert.AreEqual(18916552, store.GetDatasetSize());
        }