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

Method main

swig/java/apps/GDALTestMultiDim.java:31–38  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

29 public GDALTestMultiDim() { }
30
31 public static void main(String[] args)
32 {
33 gdal.AllRegister();
34
35 testMDArrayStuff();
36
37 System.out.println("Successfully tested MDArray code!");
38 }
39
40 private static void testMDArrayStuff() {
41

Callers

nothing calls this directly

Calls 2

testMDArrayStuffMethod · 0.95
AllRegisterMethod · 0.80

Tested by

no test coverage detected