()
| 1210 | * @return the number of registered drivers. |
| 1211 | */ |
| 1212 | public class gdal:public static int GetDriverCount() |
| 1213 | |
| 1214 | /** |
| 1215 | * Fetch a driver based on the short name. |
| 1216 | * |
| 1217 | * @param name the short name, such as "GTiff", being searched for. |
| 1218 | * |
| 1219 | * @return the identified driver, or null if no match is found. |
| 1220 | */ |
| 1221 | public class gdal:public static Driver GetDriverByName(String name) |
| 1222 | |
| 1223 | /** |
no outgoing calls