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

Method check

swig/java/apps/OSRTransform.java:70–82  ·  view source on GitHub ↗
(boolean b)

Source from the content-addressed store, hash-verified

68 }
69
70 public static void check(boolean b)
71 {
72 class CheckException extends RuntimeException
73 {
74 public CheckException(String s)
75 {
76 super(s);
77 }
78 }
79
80 if( !b )
81 throw new CheckException("failed test");
82 }
83
84 public static void testTransformPointWithErrorCode()
85 {

Callers 14

_validateFunction · 0.45
_validate_checkFunction · 0.45
validateFunction · 0.45
validateFunction · 0.45
validateFunction · 0.45
validateFunction · 0.45

Calls

no outgoing calls

Tested by 4

_validate_checkFunction · 0.36
_validateFunction · 0.36