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

Method Usage

swig/java/apps/GDALContour.java:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28public class GDALContour {
29
30 public static void Usage() {
31 System.out
32 .println(""
33 + "Usage: gdal_contour [-b <band>] [-a <attribute_name>] [-3d] [-inodata]\n"
34 + " [-snodata n] [-f <formatname>] [-i <interval>]\n"
35 + " [-off <offset>] [-fl <level>]*\n"
36 + " [-nln <outlayername>] [-q]\n"
37 + " <src_filename> <dst_filename>\n");
38 System.exit(-1);
39 }
40
41 public static void main(String[] args) {
42

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected