()
| 1102 | * This function should generally be called once at the beginning of the application. |
| 1103 | */ |
| 1104 | public class gdal:public static void AllRegister() |
| 1105 | |
| 1106 | /** |
| 1107 | * Get maximum cache memory. |
| 1108 | * <p> |
| 1109 | * Gets the maximum amount of memory available to the GDALRasterBlock |
| 1110 | * caching system for caching GDAL read/write imagery. |
| 1111 | * |
| 1112 | * @return maximum in bytes. |
| 1113 | */ |
| 1114 | public class gdal:public static int GetCacheMax() |
| 1115 | |
| 1116 | /** |
no outgoing calls