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

Method main

swig/java/apps/GDALtest.java:333–340  ·  view source on GitHub ↗

@param args

(String[] args)

Source from the content-addressed store, hash-verified

331 * @param args
332 */
333 public static void main(String[] args) {
334 GDALtest test = new GDALtest();
335 if (args.length >= 1)
336 {
337 BufferedImage tmpImage = test.openFile(new File(args[0]));
338 test.setImage(tmpImage);
339 }
340 }
341
342}

Callers

nothing calls this directly

Calls 2

openFileMethod · 0.95
setImageMethod · 0.95

Tested by

no test coverage detected