Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/gdal
/ testMDArrayStuff
Method
testMDArrayStuff
swig/java/apps/GDALTestMultiDim.java:40–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
private
static
void
testMDArrayStuff() {
41
42
test1d();
43
test2d();
44
test3d();
45
test4d();
46
}
47
48
private
static
void
test1d() {
49
Callers
1
main
Method · 0.95
Calls
4
test1d
Method · 0.95
test2d
Method · 0.95
test3d
Method · 0.95
test4d
Method · 0.95
Tested by
no test coverage detected