MCPcopy Create free account
hub / github.com/OSGeo/gdal / usage

Method usage

swig/java/apps/GDALOverviews.java:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38class 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 {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected