()
| 38 | class GDALOverviews { |
| 39 | |
| 40 | public static void usage() |
| 41 | |
| 42 | { |
| 43 | System.out.println("usage: gdaloverviews {GDAL dataset name} {resamplealg} {level1} {level2} ...."); |
| 44 | System.out.println("example: gdaloverviews sample.tif \"NEAREST\" 2 4"); |
| 45 | System.exit(-1); |
| 46 | } |
| 47 | |
| 48 | public static void main(String[] args) |
| 49 | { |