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

Method Usage

swig/java/apps/GDALProximity.java:68–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66public class GDALProximity {
67
68 public static void Usage() {
69 System.out.println("Usage: Proximity srcfile dstfile [-srcband n] [-dstband n]");
70 System.out.println(" [-of format] [-co name=value]*");
71 System.out.println(" [-ot Byte/Int16/Int32/Float32/etc]");
72 System.out.println(" [-values n,n,n] [-distunits PIXEL/GEO]");
73 System.out.println(" [-maxdist n] [-nodata n] [-fixed-buf-val n]");
74 System.exit(1);
75 }
76
77 public static void main(String[] args) {
78

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected