예제 #1
0
 /// <summary>
 /// Gets the list of drivers that support the creation of new datasources.
 /// </summary>
 protected override bool DriverFilter(DatasourceDriver driver)
 {
     return(driver.IsRaster && driver.MatchesFilter(Api.Enums.DriverFilter.Create));
 }