Line data Source code
1 : /* ----------------------------------------------------------------------------
2 : * This file was automatically generated by SWIG (http://www.swig.org).
3 : * Version 4.0.1
4 : *
5 : * This file is not intended to be easily readable and contains a number of
6 : * coding conventions designed to improve portability and efficiency. Do not make
7 : * changes to this file unless you know what you are doing--modify the SWIG
8 : * interface file instead.
9 : * ----------------------------------------------------------------------------- */
10 :
11 :
12 : #ifndef SWIGJAVA
13 : #define SWIGJAVA
14 : #endif
15 :
16 :
17 : /* -----------------------------------------------------------------------------
18 : * This section contains generic SWIG labels for method/variable
19 : * declarations/attributes, and other compiler dependent labels.
20 : * ----------------------------------------------------------------------------- */
21 :
22 : /* template workaround for compilers that cannot correctly implement the C++ standard */
23 : #ifndef SWIGTEMPLATEDISAMBIGUATOR
24 : # if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x560)
25 : # define SWIGTEMPLATEDISAMBIGUATOR template
26 : # elif defined(__HP_aCC)
27 : /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
28 : /* If we find a maximum version that requires this, the test would be __HP_aCC <= 35500 for A.03.55 */
29 : # define SWIGTEMPLATEDISAMBIGUATOR template
30 : # else
31 : # define SWIGTEMPLATEDISAMBIGUATOR
32 : # endif
33 : #endif
34 :
35 : /* inline attribute */
36 : #ifndef SWIGINLINE
37 : # if defined(__cplusplus) || (defined(__GNUC__) && !defined(__STRICT_ANSI__))
38 : # define SWIGINLINE inline
39 : # else
40 : # define SWIGINLINE
41 : # endif
42 : #endif
43 :
44 : /* attribute recognised by some compilers to avoid 'unused' warnings */
45 : #ifndef SWIGUNUSED
46 : # if defined(__GNUC__)
47 : # if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
48 : # define SWIGUNUSED __attribute__ ((__unused__))
49 : # else
50 : # define SWIGUNUSED
51 : # endif
52 : # elif defined(__ICC)
53 : # define SWIGUNUSED __attribute__ ((__unused__))
54 : # else
55 : # define SWIGUNUSED
56 : # endif
57 : #endif
58 :
59 : #ifndef SWIG_MSC_UNSUPPRESS_4505
60 : # if defined(_MSC_VER)
61 : # pragma warning(disable : 4505) /* unreferenced local function has been removed */
62 : # endif
63 : #endif
64 :
65 : #ifndef SWIGUNUSEDPARM
66 : # ifdef __cplusplus
67 : # define SWIGUNUSEDPARM(p)
68 : # else
69 : # define SWIGUNUSEDPARM(p) p SWIGUNUSED
70 : # endif
71 : #endif
72 :
73 : /* internal SWIG method */
74 : #ifndef SWIGINTERN
75 : # define SWIGINTERN static SWIGUNUSED
76 : #endif
77 :
78 : /* internal inline SWIG method */
79 : #ifndef SWIGINTERNINLINE
80 : # define SWIGINTERNINLINE SWIGINTERN SWIGINLINE
81 : #endif
82 :
83 : /* exporting methods */
84 : #if defined(__GNUC__)
85 : # if (__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
86 : # ifndef GCC_HASCLASSVISIBILITY
87 : # define GCC_HASCLASSVISIBILITY
88 : # endif
89 : # endif
90 : #endif
91 :
92 : #ifndef SWIGEXPORT
93 : # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
94 : # if defined(STATIC_LINKED)
95 : # define SWIGEXPORT
96 : # else
97 : # define SWIGEXPORT __declspec(dllexport)
98 : # endif
99 : # else
100 : # if defined(__GNUC__) && defined(GCC_HASCLASSVISIBILITY)
101 : # define SWIGEXPORT __attribute__ ((visibility("default")))
102 : # else
103 : # define SWIGEXPORT
104 : # endif
105 : # endif
106 : #endif
107 :
108 : /* calling conventions for Windows */
109 : #ifndef SWIGSTDCALL
110 : # if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
111 : # define SWIGSTDCALL __stdcall
112 : # else
113 : # define SWIGSTDCALL
114 : # endif
115 : #endif
116 :
117 : /* Deal with Microsoft's attempt at deprecating C standard runtime functions */
118 : #if !defined(SWIG_NO_CRT_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
119 : # define _CRT_SECURE_NO_DEPRECATE
120 : #endif
121 :
122 : /* Deal with Microsoft's attempt at deprecating methods in the standard C++ library */
123 : #if !defined(SWIG_NO_SCL_SECURE_NO_DEPRECATE) && defined(_MSC_VER) && !defined(_SCL_SECURE_NO_DEPRECATE)
124 : # define _SCL_SECURE_NO_DEPRECATE
125 : #endif
126 :
127 : /* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
128 : #if defined(__APPLE__) && !defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES)
129 : # define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
130 : #endif
131 :
132 : /* Intel's compiler complains if a variable which was never initialised is
133 : * cast to void, which is a common idiom which we use to indicate that we
134 : * are aware a variable isn't used. So we just silence that warning.
135 : * See: https://github.com/swig/swig/issues/192 for more discussion.
136 : */
137 : #ifdef __INTEL_COMPILER
138 : # pragma warning disable 592
139 : #endif
140 :
141 :
142 : /* Fix for jlong on some versions of gcc on Windows */
143 : #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
144 : typedef long long __int64;
145 : #endif
146 :
147 : /* Fix for jlong on 64-bit x86 Solaris */
148 : #if defined(__x86_64)
149 : # ifdef _LP64
150 : # undef _LP64
151 : # endif
152 : #endif
153 :
154 : #include <jni.h>
155 : #include <stdlib.h>
156 : #include <string.h>
157 :
158 :
159 : /* Support for throwing Java exceptions */
160 : typedef enum {
161 : SWIG_JavaOutOfMemoryError = 1,
162 : SWIG_JavaIOException,
163 : SWIG_JavaRuntimeException,
164 : SWIG_JavaIndexOutOfBoundsException,
165 : SWIG_JavaArithmeticException,
166 : SWIG_JavaIllegalArgumentException,
167 : SWIG_JavaNullPointerException,
168 : SWIG_JavaDirectorPureVirtual,
169 : SWIG_JavaUnknownError,
170 : SWIG_JavaIllegalStateException,
171 : } SWIG_JavaExceptionCodes;
172 :
173 : typedef struct {
174 : SWIG_JavaExceptionCodes code;
175 : const char *java_exception;
176 : } SWIG_JavaExceptions_t;
177 :
178 :
179 0 : static void SWIGUNUSED SWIG_JavaThrowException(JNIEnv *jenv, SWIG_JavaExceptionCodes code, const char *msg) {
180 : jclass excep;
181 : static const SWIG_JavaExceptions_t java_exceptions[] = {
182 : { SWIG_JavaOutOfMemoryError, "java/lang/OutOfMemoryError" },
183 : { SWIG_JavaIOException, "java/io/IOException" },
184 : { SWIG_JavaRuntimeException, "java/lang/RuntimeException" },
185 : { SWIG_JavaIndexOutOfBoundsException, "java/lang/IndexOutOfBoundsException" },
186 : { SWIG_JavaArithmeticException, "java/lang/ArithmeticException" },
187 : { SWIG_JavaIllegalArgumentException, "java/lang/IllegalArgumentException" },
188 : { SWIG_JavaNullPointerException, "java/lang/NullPointerException" },
189 : { SWIG_JavaDirectorPureVirtual, "java/lang/RuntimeException" },
190 : { SWIG_JavaUnknownError, "java/lang/UnknownError" },
191 : { SWIG_JavaIllegalStateException, "java/lang/IllegalStateException" },
192 : { (SWIG_JavaExceptionCodes)0, "java/lang/UnknownError" }
193 : };
194 0 : const SWIG_JavaExceptions_t *except_ptr = java_exceptions;
195 :
196 0 : while (except_ptr->code != code && except_ptr->code)
197 0 : except_ptr++;
198 :
199 0 : (*jenv)->ExceptionClear(jenv);
200 0 : excep = (*jenv)->FindClass(jenv, except_ptr->java_exception);
201 0 : if (excep)
202 0 : (*jenv)->ThrowNew(jenv, excep, msg);
203 0 : }
204 :
205 :
206 : /* Contract support */
207 :
208 : #define SWIG_contract_assert(nullreturn, expr, msg) if (!(expr)) {SWIG_JavaThrowException(jenv, SWIG_JavaIllegalArgumentException, msg); return nullreturn; } else
209 :
210 :
211 : #if defined(SWIG_NOINCLUDE) || defined(SWIG_NOARRAYS)
212 :
213 :
214 : static int SWIG_JavaArrayInSchar (JNIEnv *jenv, jbyte **jarr, signed char **carr, jbyteArray input);
215 : static void SWIG_JavaArrayArgoutSchar (JNIEnv *jenv, jbyte *jarr, signed char *carr, jbyteArray input);
216 : static jbyteArray SWIG_JavaArrayOutSchar (JNIEnv *jenv, signed char *result, jsize sz);
217 :
218 :
219 : static int SWIG_JavaArrayInUchar (JNIEnv *jenv, jshort **jarr, unsigned char **carr, jshortArray input);
220 : static void SWIG_JavaArrayArgoutUchar (JNIEnv *jenv, jshort *jarr, unsigned char *carr, jshortArray input);
221 : static jshortArray SWIG_JavaArrayOutUchar (JNIEnv *jenv, unsigned char *result, jsize sz);
222 :
223 :
224 : static int SWIG_JavaArrayInShort (JNIEnv *jenv, jshort **jarr, short **carr, jshortArray input);
225 : static void SWIG_JavaArrayArgoutShort (JNIEnv *jenv, jshort *jarr, short *carr, jshortArray input);
226 : static jshortArray SWIG_JavaArrayOutShort (JNIEnv *jenv, short *result, jsize sz);
227 :
228 :
229 : static int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input);
230 : static void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input);
231 : static jintArray SWIG_JavaArrayOutUshort (JNIEnv *jenv, unsigned short *result, jsize sz);
232 :
233 :
234 : static int SWIG_JavaArrayInInt (JNIEnv *jenv, jint **jarr, int **carr, jintArray input);
235 : static void SWIG_JavaArrayArgoutInt (JNIEnv *jenv, jint *jarr, int *carr, jintArray input);
236 : static jintArray SWIG_JavaArrayOutInt (JNIEnv *jenv, int *result, jsize sz);
237 :
238 :
239 : static int SWIG_JavaArrayInUint (JNIEnv *jenv, jlong **jarr, unsigned int **carr, jlongArray input);
240 : static void SWIG_JavaArrayArgoutUint (JNIEnv *jenv, jlong *jarr, unsigned int *carr, jlongArray input);
241 : static jlongArray SWIG_JavaArrayOutUint (JNIEnv *jenv, unsigned int *result, jsize sz);
242 :
243 :
244 : static int SWIG_JavaArrayInLong (JNIEnv *jenv, jint **jarr, long **carr, jintArray input);
245 : static void SWIG_JavaArrayArgoutLong (JNIEnv *jenv, jint *jarr, long *carr, jintArray input);
246 : static jintArray SWIG_JavaArrayOutLong (JNIEnv *jenv, long *result, jsize sz);
247 :
248 :
249 : static int SWIG_JavaArrayInUlong (JNIEnv *jenv, jlong **jarr, unsigned long **carr, jlongArray input);
250 : static void SWIG_JavaArrayArgoutUlong (JNIEnv *jenv, jlong *jarr, unsigned long *carr, jlongArray input);
251 : static jlongArray SWIG_JavaArrayOutUlong (JNIEnv *jenv, unsigned long *result, jsize sz);
252 :
253 :
254 : static int SWIG_JavaArrayInLonglong (JNIEnv *jenv, jlong **jarr, jlong **carr, jlongArray input);
255 : static void SWIG_JavaArrayArgoutLonglong (JNIEnv *jenv, jlong *jarr, jlong *carr, jlongArray input);
256 : static jlongArray SWIG_JavaArrayOutLonglong (JNIEnv *jenv, jlong *result, jsize sz);
257 :
258 :
259 : static int SWIG_JavaArrayInFloat (JNIEnv *jenv, jfloat **jarr, float **carr, jfloatArray input);
260 : static void SWIG_JavaArrayArgoutFloat (JNIEnv *jenv, jfloat *jarr, float *carr, jfloatArray input);
261 : static jfloatArray SWIG_JavaArrayOutFloat (JNIEnv *jenv, float *result, jsize sz);
262 :
263 :
264 : static int SWIG_JavaArrayInDouble (JNIEnv *jenv, jdouble **jarr, double **carr, jdoubleArray input);
265 : static void SWIG_JavaArrayArgoutDouble (JNIEnv *jenv, jdouble *jarr, double *carr, jdoubleArray input);
266 : static jdoubleArray SWIG_JavaArrayOutDouble (JNIEnv *jenv, double *result, jsize sz);
267 :
268 :
269 : #else
270 :
271 :
272 : /* signed char[] support */
273 0 : static int SWIG_JavaArrayInSchar (JNIEnv *jenv, jbyte **jarr, signed char **carr, jbyteArray input) {
274 : int i;
275 : jsize sz;
276 0 : if (!input) {
277 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
278 0 : return 0;
279 : }
280 0 : sz = (*jenv)->GetArrayLength(jenv, input);
281 0 : *jarr = (*jenv)->GetByteArrayElements(jenv, input, 0);
282 0 : if (!*jarr)
283 0 : return 0;
284 0 : *carr = (signed char*) malloc(sz * sizeof(signed char));
285 0 : if (!*carr) {
286 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
287 0 : return 0;
288 : }
289 0 : for (i=0; i<sz; i++)
290 0 : (*carr)[i] = (signed char)(*jarr)[i];
291 0 : return 1;
292 : }
293 :
294 0 : static void SWIG_JavaArrayArgoutSchar (JNIEnv *jenv, jbyte *jarr, signed char *carr, jbyteArray input) {
295 : int i;
296 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
297 0 : for (i=0; i<sz; i++)
298 0 : jarr[i] = (jbyte)carr[i];
299 0 : (*jenv)->ReleaseByteArrayElements(jenv, input, jarr, 0);
300 0 : }
301 :
302 0 : static jbyteArray SWIG_JavaArrayOutSchar (JNIEnv *jenv, signed char *result, jsize sz) {
303 : jbyte *arr;
304 : int i;
305 0 : jbyteArray jresult = (*jenv)->NewByteArray(jenv, sz);
306 0 : if (!jresult)
307 0 : return NULL;
308 0 : arr = (*jenv)->GetByteArrayElements(jenv, jresult, 0);
309 0 : if (!arr)
310 0 : return NULL;
311 0 : for (i=0; i<sz; i++)
312 0 : arr[i] = (jbyte)result[i];
313 0 : (*jenv)->ReleaseByteArrayElements(jenv, jresult, arr, 0);
314 0 : return jresult;
315 : }
316 :
317 :
318 : /* unsigned char[] support */
319 0 : static int SWIG_JavaArrayInUchar (JNIEnv *jenv, jshort **jarr, unsigned char **carr, jshortArray input) {
320 : int i;
321 : jsize sz;
322 0 : if (!input) {
323 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
324 0 : return 0;
325 : }
326 0 : sz = (*jenv)->GetArrayLength(jenv, input);
327 0 : *jarr = (*jenv)->GetShortArrayElements(jenv, input, 0);
328 0 : if (!*jarr)
329 0 : return 0;
330 0 : *carr = (unsigned char*) malloc(sz * sizeof(unsigned char));
331 0 : if (!*carr) {
332 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
333 0 : return 0;
334 : }
335 0 : for (i=0; i<sz; i++)
336 0 : (*carr)[i] = (unsigned char)(*jarr)[i];
337 0 : return 1;
338 : }
339 :
340 0 : static void SWIG_JavaArrayArgoutUchar (JNIEnv *jenv, jshort *jarr, unsigned char *carr, jshortArray input) {
341 : int i;
342 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
343 0 : for (i=0; i<sz; i++)
344 0 : jarr[i] = (jshort)carr[i];
345 0 : (*jenv)->ReleaseShortArrayElements(jenv, input, jarr, 0);
346 0 : }
347 :
348 0 : static jshortArray SWIG_JavaArrayOutUchar (JNIEnv *jenv, unsigned char *result, jsize sz) {
349 : jshort *arr;
350 : int i;
351 0 : jshortArray jresult = (*jenv)->NewShortArray(jenv, sz);
352 0 : if (!jresult)
353 0 : return NULL;
354 0 : arr = (*jenv)->GetShortArrayElements(jenv, jresult, 0);
355 0 : if (!arr)
356 0 : return NULL;
357 0 : for (i=0; i<sz; i++)
358 0 : arr[i] = (jshort)result[i];
359 0 : (*jenv)->ReleaseShortArrayElements(jenv, jresult, arr, 0);
360 0 : return jresult;
361 : }
362 :
363 :
364 : /* short[] support */
365 0 : static int SWIG_JavaArrayInShort (JNIEnv *jenv, jshort **jarr, short **carr, jshortArray input) {
366 : int i;
367 : jsize sz;
368 0 : if (!input) {
369 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
370 0 : return 0;
371 : }
372 0 : sz = (*jenv)->GetArrayLength(jenv, input);
373 0 : *jarr = (*jenv)->GetShortArrayElements(jenv, input, 0);
374 0 : if (!*jarr)
375 0 : return 0;
376 0 : *carr = (short*) malloc(sz * sizeof(short));
377 0 : if (!*carr) {
378 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
379 0 : return 0;
380 : }
381 0 : for (i=0; i<sz; i++)
382 0 : (*carr)[i] = (short)(*jarr)[i];
383 0 : return 1;
384 : }
385 :
386 0 : static void SWIG_JavaArrayArgoutShort (JNIEnv *jenv, jshort *jarr, short *carr, jshortArray input) {
387 : int i;
388 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
389 0 : for (i=0; i<sz; i++)
390 0 : jarr[i] = (jshort)carr[i];
391 0 : (*jenv)->ReleaseShortArrayElements(jenv, input, jarr, 0);
392 0 : }
393 :
394 0 : static jshortArray SWIG_JavaArrayOutShort (JNIEnv *jenv, short *result, jsize sz) {
395 : jshort *arr;
396 : int i;
397 0 : jshortArray jresult = (*jenv)->NewShortArray(jenv, sz);
398 0 : if (!jresult)
399 0 : return NULL;
400 0 : arr = (*jenv)->GetShortArrayElements(jenv, jresult, 0);
401 0 : if (!arr)
402 0 : return NULL;
403 0 : for (i=0; i<sz; i++)
404 0 : arr[i] = (jshort)result[i];
405 0 : (*jenv)->ReleaseShortArrayElements(jenv, jresult, arr, 0);
406 0 : return jresult;
407 : }
408 :
409 :
410 : /* unsigned short[] support */
411 0 : static int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input) {
412 : int i;
413 : jsize sz;
414 0 : if (!input) {
415 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
416 0 : return 0;
417 : }
418 0 : sz = (*jenv)->GetArrayLength(jenv, input);
419 0 : *jarr = (*jenv)->GetIntArrayElements(jenv, input, 0);
420 0 : if (!*jarr)
421 0 : return 0;
422 0 : *carr = (unsigned short*) malloc(sz * sizeof(unsigned short));
423 0 : if (!*carr) {
424 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
425 0 : return 0;
426 : }
427 0 : for (i=0; i<sz; i++)
428 0 : (*carr)[i] = (unsigned short)(*jarr)[i];
429 0 : return 1;
430 : }
431 :
432 0 : static void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input) {
433 : int i;
434 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
435 0 : for (i=0; i<sz; i++)
436 0 : jarr[i] = (jint)carr[i];
437 0 : (*jenv)->ReleaseIntArrayElements(jenv, input, jarr, 0);
438 0 : }
439 :
440 0 : static jintArray SWIG_JavaArrayOutUshort (JNIEnv *jenv, unsigned short *result, jsize sz) {
441 : jint *arr;
442 : int i;
443 0 : jintArray jresult = (*jenv)->NewIntArray(jenv, sz);
444 0 : if (!jresult)
445 0 : return NULL;
446 0 : arr = (*jenv)->GetIntArrayElements(jenv, jresult, 0);
447 0 : if (!arr)
448 0 : return NULL;
449 0 : for (i=0; i<sz; i++)
450 0 : arr[i] = (jint)result[i];
451 0 : (*jenv)->ReleaseIntArrayElements(jenv, jresult, arr, 0);
452 0 : return jresult;
453 : }
454 :
455 :
456 : /* int[] support */
457 0 : static int SWIG_JavaArrayInInt (JNIEnv *jenv, jint **jarr, int **carr, jintArray input) {
458 : int i;
459 : jsize sz;
460 0 : if (!input) {
461 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
462 0 : return 0;
463 : }
464 0 : sz = (*jenv)->GetArrayLength(jenv, input);
465 0 : *jarr = (*jenv)->GetIntArrayElements(jenv, input, 0);
466 0 : if (!*jarr)
467 0 : return 0;
468 0 : *carr = (int*) malloc(sz * sizeof(int));
469 0 : if (!*carr) {
470 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
471 0 : return 0;
472 : }
473 0 : for (i=0; i<sz; i++)
474 0 : (*carr)[i] = (int)(*jarr)[i];
475 0 : return 1;
476 : }
477 :
478 0 : static void SWIG_JavaArrayArgoutInt (JNIEnv *jenv, jint *jarr, int *carr, jintArray input) {
479 : int i;
480 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
481 0 : for (i=0; i<sz; i++)
482 0 : jarr[i] = (jint)carr[i];
483 0 : (*jenv)->ReleaseIntArrayElements(jenv, input, jarr, 0);
484 0 : }
485 :
486 0 : static jintArray SWIG_JavaArrayOutInt (JNIEnv *jenv, int *result, jsize sz) {
487 : jint *arr;
488 : int i;
489 0 : jintArray jresult = (*jenv)->NewIntArray(jenv, sz);
490 0 : if (!jresult)
491 0 : return NULL;
492 0 : arr = (*jenv)->GetIntArrayElements(jenv, jresult, 0);
493 0 : if (!arr)
494 0 : return NULL;
495 0 : for (i=0; i<sz; i++)
496 0 : arr[i] = (jint)result[i];
497 0 : (*jenv)->ReleaseIntArrayElements(jenv, jresult, arr, 0);
498 0 : return jresult;
499 : }
500 :
501 :
502 : /* unsigned int[] support */
503 0 : static int SWIG_JavaArrayInUint (JNIEnv *jenv, jlong **jarr, unsigned int **carr, jlongArray input) {
504 : int i;
505 : jsize sz;
506 0 : if (!input) {
507 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
508 0 : return 0;
509 : }
510 0 : sz = (*jenv)->GetArrayLength(jenv, input);
511 0 : *jarr = (*jenv)->GetLongArrayElements(jenv, input, 0);
512 0 : if (!*jarr)
513 0 : return 0;
514 0 : *carr = (unsigned int*) malloc(sz * sizeof(unsigned int));
515 0 : if (!*carr) {
516 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
517 0 : return 0;
518 : }
519 0 : for (i=0; i<sz; i++)
520 0 : (*carr)[i] = (unsigned int)(*jarr)[i];
521 0 : return 1;
522 : }
523 :
524 0 : static void SWIG_JavaArrayArgoutUint (JNIEnv *jenv, jlong *jarr, unsigned int *carr, jlongArray input) {
525 : int i;
526 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
527 0 : for (i=0; i<sz; i++)
528 0 : jarr[i] = (jlong)carr[i];
529 0 : (*jenv)->ReleaseLongArrayElements(jenv, input, jarr, 0);
530 0 : }
531 :
532 0 : static jlongArray SWIG_JavaArrayOutUint (JNIEnv *jenv, unsigned int *result, jsize sz) {
533 : jlong *arr;
534 : int i;
535 0 : jlongArray jresult = (*jenv)->NewLongArray(jenv, sz);
536 0 : if (!jresult)
537 0 : return NULL;
538 0 : arr = (*jenv)->GetLongArrayElements(jenv, jresult, 0);
539 0 : if (!arr)
540 0 : return NULL;
541 0 : for (i=0; i<sz; i++)
542 0 : arr[i] = (jlong)result[i];
543 0 : (*jenv)->ReleaseLongArrayElements(jenv, jresult, arr, 0);
544 0 : return jresult;
545 : }
546 :
547 :
548 : /* long[] support */
549 0 : static int SWIG_JavaArrayInLong (JNIEnv *jenv, jint **jarr, long **carr, jintArray input) {
550 : int i;
551 : jsize sz;
552 0 : if (!input) {
553 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
554 0 : return 0;
555 : }
556 0 : sz = (*jenv)->GetArrayLength(jenv, input);
557 0 : *jarr = (*jenv)->GetIntArrayElements(jenv, input, 0);
558 0 : if (!*jarr)
559 0 : return 0;
560 0 : *carr = (long*) malloc(sz * sizeof(long));
561 0 : if (!*carr) {
562 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
563 0 : return 0;
564 : }
565 0 : for (i=0; i<sz; i++)
566 0 : (*carr)[i] = (long)(*jarr)[i];
567 0 : return 1;
568 : }
569 :
570 0 : static void SWIG_JavaArrayArgoutLong (JNIEnv *jenv, jint *jarr, long *carr, jintArray input) {
571 : int i;
572 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
573 0 : for (i=0; i<sz; i++)
574 0 : jarr[i] = (jint)carr[i];
575 0 : (*jenv)->ReleaseIntArrayElements(jenv, input, jarr, 0);
576 0 : }
577 :
578 0 : static jintArray SWIG_JavaArrayOutLong (JNIEnv *jenv, long *result, jsize sz) {
579 : jint *arr;
580 : int i;
581 0 : jintArray jresult = (*jenv)->NewIntArray(jenv, sz);
582 0 : if (!jresult)
583 0 : return NULL;
584 0 : arr = (*jenv)->GetIntArrayElements(jenv, jresult, 0);
585 0 : if (!arr)
586 0 : return NULL;
587 0 : for (i=0; i<sz; i++)
588 0 : arr[i] = (jint)result[i];
589 0 : (*jenv)->ReleaseIntArrayElements(jenv, jresult, arr, 0);
590 0 : return jresult;
591 : }
592 :
593 :
594 : /* unsigned long[] support */
595 0 : static int SWIG_JavaArrayInUlong (JNIEnv *jenv, jlong **jarr, unsigned long **carr, jlongArray input) {
596 : int i;
597 : jsize sz;
598 0 : if (!input) {
599 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
600 0 : return 0;
601 : }
602 0 : sz = (*jenv)->GetArrayLength(jenv, input);
603 0 : *jarr = (*jenv)->GetLongArrayElements(jenv, input, 0);
604 0 : if (!*jarr)
605 0 : return 0;
606 0 : *carr = (unsigned long*) malloc(sz * sizeof(unsigned long));
607 0 : if (!*carr) {
608 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
609 0 : return 0;
610 : }
611 0 : for (i=0; i<sz; i++)
612 0 : (*carr)[i] = (unsigned long)(*jarr)[i];
613 0 : return 1;
614 : }
615 :
616 0 : static void SWIG_JavaArrayArgoutUlong (JNIEnv *jenv, jlong *jarr, unsigned long *carr, jlongArray input) {
617 : int i;
618 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
619 0 : for (i=0; i<sz; i++)
620 0 : jarr[i] = (jlong)carr[i];
621 0 : (*jenv)->ReleaseLongArrayElements(jenv, input, jarr, 0);
622 0 : }
623 :
624 0 : static jlongArray SWIG_JavaArrayOutUlong (JNIEnv *jenv, unsigned long *result, jsize sz) {
625 : jlong *arr;
626 : int i;
627 0 : jlongArray jresult = (*jenv)->NewLongArray(jenv, sz);
628 0 : if (!jresult)
629 0 : return NULL;
630 0 : arr = (*jenv)->GetLongArrayElements(jenv, jresult, 0);
631 0 : if (!arr)
632 0 : return NULL;
633 0 : for (i=0; i<sz; i++)
634 0 : arr[i] = (jlong)result[i];
635 0 : (*jenv)->ReleaseLongArrayElements(jenv, jresult, arr, 0);
636 0 : return jresult;
637 : }
638 :
639 :
640 : /* jlong[] support */
641 0 : static int SWIG_JavaArrayInLonglong (JNIEnv *jenv, jlong **jarr, jlong **carr, jlongArray input) {
642 : int i;
643 : jsize sz;
644 0 : if (!input) {
645 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
646 0 : return 0;
647 : }
648 0 : sz = (*jenv)->GetArrayLength(jenv, input);
649 0 : *jarr = (*jenv)->GetLongArrayElements(jenv, input, 0);
650 0 : if (!*jarr)
651 0 : return 0;
652 0 : *carr = (jlong*) malloc(sz * sizeof(jlong));
653 0 : if (!*carr) {
654 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
655 0 : return 0;
656 : }
657 0 : for (i=0; i<sz; i++)
658 0 : (*carr)[i] = (jlong)(*jarr)[i];
659 0 : return 1;
660 : }
661 :
662 0 : static void SWIG_JavaArrayArgoutLonglong (JNIEnv *jenv, jlong *jarr, jlong *carr, jlongArray input) {
663 : int i;
664 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
665 0 : for (i=0; i<sz; i++)
666 0 : jarr[i] = (jlong)carr[i];
667 0 : (*jenv)->ReleaseLongArrayElements(jenv, input, jarr, 0);
668 0 : }
669 :
670 0 : static jlongArray SWIG_JavaArrayOutLonglong (JNIEnv *jenv, jlong *result, jsize sz) {
671 : jlong *arr;
672 : int i;
673 0 : jlongArray jresult = (*jenv)->NewLongArray(jenv, sz);
674 0 : if (!jresult)
675 0 : return NULL;
676 0 : arr = (*jenv)->GetLongArrayElements(jenv, jresult, 0);
677 0 : if (!arr)
678 0 : return NULL;
679 0 : for (i=0; i<sz; i++)
680 0 : arr[i] = (jlong)result[i];
681 0 : (*jenv)->ReleaseLongArrayElements(jenv, jresult, arr, 0);
682 0 : return jresult;
683 : }
684 :
685 :
686 : /* float[] support */
687 0 : static int SWIG_JavaArrayInFloat (JNIEnv *jenv, jfloat **jarr, float **carr, jfloatArray input) {
688 : int i;
689 : jsize sz;
690 0 : if (!input) {
691 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
692 0 : return 0;
693 : }
694 0 : sz = (*jenv)->GetArrayLength(jenv, input);
695 0 : *jarr = (*jenv)->GetFloatArrayElements(jenv, input, 0);
696 0 : if (!*jarr)
697 0 : return 0;
698 0 : *carr = (float*) malloc(sz * sizeof(float));
699 0 : if (!*carr) {
700 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
701 0 : return 0;
702 : }
703 0 : for (i=0; i<sz; i++)
704 0 : (*carr)[i] = (float)(*jarr)[i];
705 0 : return 1;
706 : }
707 :
708 0 : static void SWIG_JavaArrayArgoutFloat (JNIEnv *jenv, jfloat *jarr, float *carr, jfloatArray input) {
709 : int i;
710 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
711 0 : for (i=0; i<sz; i++)
712 0 : jarr[i] = (jfloat)carr[i];
713 0 : (*jenv)->ReleaseFloatArrayElements(jenv, input, jarr, 0);
714 0 : }
715 :
716 0 : static jfloatArray SWIG_JavaArrayOutFloat (JNIEnv *jenv, float *result, jsize sz) {
717 : jfloat *arr;
718 : int i;
719 0 : jfloatArray jresult = (*jenv)->NewFloatArray(jenv, sz);
720 0 : if (!jresult)
721 0 : return NULL;
722 0 : arr = (*jenv)->GetFloatArrayElements(jenv, jresult, 0);
723 0 : if (!arr)
724 0 : return NULL;
725 0 : for (i=0; i<sz; i++)
726 0 : arr[i] = (jfloat)result[i];
727 0 : (*jenv)->ReleaseFloatArrayElements(jenv, jresult, arr, 0);
728 0 : return jresult;
729 : }
730 :
731 :
732 : /* double[] support */
733 0 : static int SWIG_JavaArrayInDouble (JNIEnv *jenv, jdouble **jarr, double **carr, jdoubleArray input) {
734 : int i;
735 : jsize sz;
736 0 : if (!input) {
737 0 : SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "null array");
738 0 : return 0;
739 : }
740 0 : sz = (*jenv)->GetArrayLength(jenv, input);
741 0 : *jarr = (*jenv)->GetDoubleArrayElements(jenv, input, 0);
742 0 : if (!*jarr)
743 0 : return 0;
744 0 : *carr = (double*) malloc(sz * sizeof(double));
745 0 : if (!*carr) {
746 0 : SWIG_JavaThrowException(jenv, SWIG_JavaOutOfMemoryError, "array memory allocation failed");
747 0 : return 0;
748 : }
749 0 : for (i=0; i<sz; i++)
750 0 : (*carr)[i] = (double)(*jarr)[i];
751 0 : return 1;
752 : }
753 :
754 0 : static void SWIG_JavaArrayArgoutDouble (JNIEnv *jenv, jdouble *jarr, double *carr, jdoubleArray input) {
755 : int i;
756 0 : jsize sz = (*jenv)->GetArrayLength(jenv, input);
757 0 : for (i=0; i<sz; i++)
758 0 : jarr[i] = (jdouble)carr[i];
759 0 : (*jenv)->ReleaseDoubleArrayElements(jenv, input, jarr, 0);
760 0 : }
761 :
762 0 : static jdoubleArray SWIG_JavaArrayOutDouble (JNIEnv *jenv, double *result, jsize sz) {
763 : jdouble *arr;
764 : int i;
765 0 : jdoubleArray jresult = (*jenv)->NewDoubleArray(jenv, sz);
766 0 : if (!jresult)
767 0 : return NULL;
768 0 : arr = (*jenv)->GetDoubleArrayElements(jenv, jresult, 0);
769 0 : if (!arr)
770 0 : return NULL;
771 0 : for (i=0; i<sz; i++)
772 0 : arr[i] = (jdouble)result[i];
773 0 : (*jenv)->ReleaseDoubleArrayElements(jenv, jresult, arr, 0);
774 0 : return jresult;
775 : }
776 :
777 :
778 : #endif
779 :
780 :
781 : #include "gdal.h"
782 : #include "gdalwarper.h"
783 : #include "cpl_string.h"
784 : #include "cpl_minixml.h"
785 : #include "gdalalgorithm.h"
786 :
787 :
788 : static jstring
789 1264 : SafeNewStringUTF8(JNIEnv *jenv, const char* pszInput)
790 : {
791 1264 : jstring ret = 0;
792 1264 : if (pszInput)
793 : {
794 1264 : if( !CPLIsUTF8(pszInput, -1) )
795 : {
796 0 : CPLError(CE_Warning, CPLE_AppDefined,
797 : "A non-UTF8 string has been detected. Forcing it to ASCII");
798 0 : char* pszTmp = CPLUTF8ForceToASCII(pszInput, '_');
799 : #ifdef __cplusplus
800 : ret = jenv->NewStringUTF(pszTmp);
801 : #else
802 0 : ret = (*jenv)->NewStringUTF(jenv, pszTmp);
803 : #endif
804 0 : CPLFree(pszTmp);
805 : }
806 : else
807 : {
808 : #ifdef __cplusplus
809 : ret = jenv->NewStringUTF(pszInput);
810 : #else
811 1264 : ret = (*jenv)->NewStringUTF(jenv, pszInput);
812 : #endif
813 : }
814 : }
815 1264 : return ret;
816 : }
817 :
818 :
819 : #ifdef __cplusplus
820 : extern "C" {
821 : #endif
822 :
823 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Unknown_1get(JNIEnv *jenv, jclass jcls) {
824 8 : jint jresult = 0 ;
825 : int result;
826 :
827 : (void)jenv;
828 : (void)jcls;
829 8 : result = (int)(GDT_Unknown);
830 8 : jresult = (jint)result;
831 8 : return jresult;
832 : }
833 :
834 :
835 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Byte_1get(JNIEnv *jenv, jclass jcls) {
836 8 : jint jresult = 0 ;
837 : int result;
838 :
839 : (void)jenv;
840 : (void)jcls;
841 8 : result = (int)(GDT_Byte);
842 8 : jresult = (jint)result;
843 8 : return jresult;
844 : }
845 :
846 :
847 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int8_1get(JNIEnv *jenv, jclass jcls) {
848 8 : jint jresult = 0 ;
849 : int result;
850 :
851 : (void)jenv;
852 : (void)jcls;
853 8 : result = (int)(GDT_Int8);
854 8 : jresult = (jint)result;
855 8 : return jresult;
856 : }
857 :
858 :
859 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt16_1get(JNIEnv *jenv, jclass jcls) {
860 8 : jint jresult = 0 ;
861 : int result;
862 :
863 : (void)jenv;
864 : (void)jcls;
865 8 : result = (int)(GDT_UInt16);
866 8 : jresult = (jint)result;
867 8 : return jresult;
868 : }
869 :
870 :
871 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int16_1get(JNIEnv *jenv, jclass jcls) {
872 8 : jint jresult = 0 ;
873 : int result;
874 :
875 : (void)jenv;
876 : (void)jcls;
877 8 : result = (int)(GDT_Int16);
878 8 : jresult = (jint)result;
879 8 : return jresult;
880 : }
881 :
882 :
883 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt32_1get(JNIEnv *jenv, jclass jcls) {
884 8 : jint jresult = 0 ;
885 : int result;
886 :
887 : (void)jenv;
888 : (void)jcls;
889 8 : result = (int)(GDT_UInt32);
890 8 : jresult = (jint)result;
891 8 : return jresult;
892 : }
893 :
894 :
895 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int32_1get(JNIEnv *jenv, jclass jcls) {
896 8 : jint jresult = 0 ;
897 : int result;
898 :
899 : (void)jenv;
900 : (void)jcls;
901 8 : result = (int)(GDT_Int32);
902 8 : jresult = (jint)result;
903 8 : return jresult;
904 : }
905 :
906 :
907 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt64_1get(JNIEnv *jenv, jclass jcls) {
908 8 : jint jresult = 0 ;
909 : int result;
910 :
911 : (void)jenv;
912 : (void)jcls;
913 8 : result = (int)(GDT_UInt64);
914 8 : jresult = (jint)result;
915 8 : return jresult;
916 : }
917 :
918 :
919 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int64_1get(JNIEnv *jenv, jclass jcls) {
920 8 : jint jresult = 0 ;
921 : int result;
922 :
923 : (void)jenv;
924 : (void)jcls;
925 8 : result = (int)(GDT_Int64);
926 8 : jresult = (jint)result;
927 8 : return jresult;
928 : }
929 :
930 :
931 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Float16_1get(JNIEnv *jenv, jclass jcls) {
932 8 : jint jresult = 0 ;
933 : int result;
934 :
935 : (void)jenv;
936 : (void)jcls;
937 8 : result = (int)(GDT_Float16);
938 8 : jresult = (jint)result;
939 8 : return jresult;
940 : }
941 :
942 :
943 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Float32_1get(JNIEnv *jenv, jclass jcls) {
944 8 : jint jresult = 0 ;
945 : int result;
946 :
947 : (void)jenv;
948 : (void)jcls;
949 8 : result = (int)(GDT_Float32);
950 8 : jresult = (jint)result;
951 8 : return jresult;
952 : }
953 :
954 :
955 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Float64_1get(JNIEnv *jenv, jclass jcls) {
956 8 : jint jresult = 0 ;
957 : int result;
958 :
959 : (void)jenv;
960 : (void)jcls;
961 8 : result = (int)(GDT_Float64);
962 8 : jresult = (jint)result;
963 8 : return jresult;
964 : }
965 :
966 :
967 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CInt16_1get(JNIEnv *jenv, jclass jcls) {
968 8 : jint jresult = 0 ;
969 : int result;
970 :
971 : (void)jenv;
972 : (void)jcls;
973 8 : result = (int)(GDT_CInt16);
974 8 : jresult = (jint)result;
975 8 : return jresult;
976 : }
977 :
978 :
979 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CInt32_1get(JNIEnv *jenv, jclass jcls) {
980 8 : jint jresult = 0 ;
981 : int result;
982 :
983 : (void)jenv;
984 : (void)jcls;
985 8 : result = (int)(GDT_CInt32);
986 8 : jresult = (jint)result;
987 8 : return jresult;
988 : }
989 :
990 :
991 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CFloat16_1get(JNIEnv *jenv, jclass jcls) {
992 8 : jint jresult = 0 ;
993 : int result;
994 :
995 : (void)jenv;
996 : (void)jcls;
997 8 : result = (int)(GDT_CFloat16);
998 8 : jresult = (jint)result;
999 8 : return jresult;
1000 : }
1001 :
1002 :
1003 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CFloat32_1get(JNIEnv *jenv, jclass jcls) {
1004 8 : jint jresult = 0 ;
1005 : int result;
1006 :
1007 : (void)jenv;
1008 : (void)jcls;
1009 8 : result = (int)(GDT_CFloat32);
1010 8 : jresult = (jint)result;
1011 8 : return jresult;
1012 : }
1013 :
1014 :
1015 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CFloat64_1get(JNIEnv *jenv, jclass jcls) {
1016 8 : jint jresult = 0 ;
1017 : int result;
1018 :
1019 : (void)jenv;
1020 : (void)jcls;
1021 8 : result = (int)(GDT_CFloat64);
1022 8 : jresult = (jint)result;
1023 8 : return jresult;
1024 : }
1025 :
1026 :
1027 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1TypeCount_1get(JNIEnv *jenv, jclass jcls) {
1028 8 : jint jresult = 0 ;
1029 : int result;
1030 :
1031 : (void)jenv;
1032 : (void)jcls;
1033 8 : result = (int)(GDT_TypeCount);
1034 8 : jresult = (jint)result;
1035 8 : return jresult;
1036 : }
1037 :
1038 :
1039 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GA_1ReadOnly_1get(JNIEnv *jenv, jclass jcls) {
1040 8 : jint jresult = 0 ;
1041 : int result;
1042 :
1043 : (void)jenv;
1044 : (void)jcls;
1045 8 : result = (int)(GA_ReadOnly);
1046 8 : jresult = (jint)result;
1047 8 : return jresult;
1048 : }
1049 :
1050 :
1051 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GA_1Update_1get(JNIEnv *jenv, jclass jcls) {
1052 8 : jint jresult = 0 ;
1053 : int result;
1054 :
1055 : (void)jenv;
1056 : (void)jcls;
1057 8 : result = (int)(GA_Update);
1058 8 : jresult = (jint)result;
1059 8 : return jresult;
1060 : }
1061 :
1062 :
1063 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GF_1Read_1get(JNIEnv *jenv, jclass jcls) {
1064 8 : jint jresult = 0 ;
1065 : int result;
1066 :
1067 : (void)jenv;
1068 : (void)jcls;
1069 8 : result = (int)(GF_Read);
1070 8 : jresult = (jint)result;
1071 8 : return jresult;
1072 : }
1073 :
1074 :
1075 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GF_1Write_1get(JNIEnv *jenv, jclass jcls) {
1076 8 : jint jresult = 0 ;
1077 : int result;
1078 :
1079 : (void)jenv;
1080 : (void)jcls;
1081 8 : result = (int)(GF_Write);
1082 8 : jresult = (jint)result;
1083 8 : return jresult;
1084 : }
1085 :
1086 :
1087 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1NearestNeighbour_1get(JNIEnv *jenv, jclass jcls) {
1088 8 : jint jresult = 0 ;
1089 : int result;
1090 :
1091 : (void)jenv;
1092 : (void)jcls;
1093 8 : result = (int)(GRIORA_NearestNeighbour);
1094 8 : jresult = (jint)result;
1095 8 : return jresult;
1096 : }
1097 :
1098 :
1099 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Bilinear_1get(JNIEnv *jenv, jclass jcls) {
1100 8 : jint jresult = 0 ;
1101 : int result;
1102 :
1103 : (void)jenv;
1104 : (void)jcls;
1105 8 : result = (int)(GRIORA_Bilinear);
1106 8 : jresult = (jint)result;
1107 8 : return jresult;
1108 : }
1109 :
1110 :
1111 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Cubic_1get(JNIEnv *jenv, jclass jcls) {
1112 8 : jint jresult = 0 ;
1113 : int result;
1114 :
1115 : (void)jenv;
1116 : (void)jcls;
1117 8 : result = (int)(GRIORA_Cubic);
1118 8 : jresult = (jint)result;
1119 8 : return jresult;
1120 : }
1121 :
1122 :
1123 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1CubicSpline_1get(JNIEnv *jenv, jclass jcls) {
1124 8 : jint jresult = 0 ;
1125 : int result;
1126 :
1127 : (void)jenv;
1128 : (void)jcls;
1129 8 : result = (int)(GRIORA_CubicSpline);
1130 8 : jresult = (jint)result;
1131 8 : return jresult;
1132 : }
1133 :
1134 :
1135 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Lanczos_1get(JNIEnv *jenv, jclass jcls) {
1136 8 : jint jresult = 0 ;
1137 : int result;
1138 :
1139 : (void)jenv;
1140 : (void)jcls;
1141 8 : result = (int)(GRIORA_Lanczos);
1142 8 : jresult = (jint)result;
1143 8 : return jresult;
1144 : }
1145 :
1146 :
1147 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Average_1get(JNIEnv *jenv, jclass jcls) {
1148 8 : jint jresult = 0 ;
1149 : int result;
1150 :
1151 : (void)jenv;
1152 : (void)jcls;
1153 8 : result = (int)(GRIORA_Average);
1154 8 : jresult = (jint)result;
1155 8 : return jresult;
1156 : }
1157 :
1158 :
1159 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1RMS_1get(JNIEnv *jenv, jclass jcls) {
1160 8 : jint jresult = 0 ;
1161 : int result;
1162 :
1163 : (void)jenv;
1164 : (void)jcls;
1165 8 : result = (int)(GRIORA_RMS);
1166 8 : jresult = (jint)result;
1167 8 : return jresult;
1168 : }
1169 :
1170 :
1171 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Mode_1get(JNIEnv *jenv, jclass jcls) {
1172 8 : jint jresult = 0 ;
1173 : int result;
1174 :
1175 : (void)jenv;
1176 : (void)jcls;
1177 8 : result = (int)(GRIORA_Mode);
1178 8 : jresult = (jint)result;
1179 8 : return jresult;
1180 : }
1181 :
1182 :
1183 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Gauss_1get(JNIEnv *jenv, jclass jcls) {
1184 8 : jint jresult = 0 ;
1185 : int result;
1186 :
1187 : (void)jenv;
1188 : (void)jcls;
1189 8 : result = (int)(GRIORA_Gauss);
1190 8 : jresult = (jint)result;
1191 8 : return jresult;
1192 : }
1193 :
1194 :
1195 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1Undefined_1get(JNIEnv *jenv, jclass jcls) {
1196 8 : jint jresult = 0 ;
1197 : int result;
1198 :
1199 : (void)jenv;
1200 : (void)jcls;
1201 8 : result = (int)(GCI_Undefined);
1202 8 : jresult = (jint)result;
1203 8 : return jresult;
1204 : }
1205 :
1206 :
1207 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1GrayIndex_1get(JNIEnv *jenv, jclass jcls) {
1208 8 : jint jresult = 0 ;
1209 : int result;
1210 :
1211 : (void)jenv;
1212 : (void)jcls;
1213 8 : result = (int)(GCI_GrayIndex);
1214 8 : jresult = (jint)result;
1215 8 : return jresult;
1216 : }
1217 :
1218 :
1219 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1PaletteIndex_1get(JNIEnv *jenv, jclass jcls) {
1220 8 : jint jresult = 0 ;
1221 : int result;
1222 :
1223 : (void)jenv;
1224 : (void)jcls;
1225 8 : result = (int)(GCI_PaletteIndex);
1226 8 : jresult = (jint)result;
1227 8 : return jresult;
1228 : }
1229 :
1230 :
1231 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1RedBand_1get(JNIEnv *jenv, jclass jcls) {
1232 8 : jint jresult = 0 ;
1233 : int result;
1234 :
1235 : (void)jenv;
1236 : (void)jcls;
1237 8 : result = (int)(GCI_RedBand);
1238 8 : jresult = (jint)result;
1239 8 : return jresult;
1240 : }
1241 :
1242 :
1243 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1GreenBand_1get(JNIEnv *jenv, jclass jcls) {
1244 8 : jint jresult = 0 ;
1245 : int result;
1246 :
1247 : (void)jenv;
1248 : (void)jcls;
1249 8 : result = (int)(GCI_GreenBand);
1250 8 : jresult = (jint)result;
1251 8 : return jresult;
1252 : }
1253 :
1254 :
1255 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1BlueBand_1get(JNIEnv *jenv, jclass jcls) {
1256 8 : jint jresult = 0 ;
1257 : int result;
1258 :
1259 : (void)jenv;
1260 : (void)jcls;
1261 8 : result = (int)(GCI_BlueBand);
1262 8 : jresult = (jint)result;
1263 8 : return jresult;
1264 : }
1265 :
1266 :
1267 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1AlphaBand_1get(JNIEnv *jenv, jclass jcls) {
1268 8 : jint jresult = 0 ;
1269 : int result;
1270 :
1271 : (void)jenv;
1272 : (void)jcls;
1273 8 : result = (int)(GCI_AlphaBand);
1274 8 : jresult = (jint)result;
1275 8 : return jresult;
1276 : }
1277 :
1278 :
1279 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1HueBand_1get(JNIEnv *jenv, jclass jcls) {
1280 8 : jint jresult = 0 ;
1281 : int result;
1282 :
1283 : (void)jenv;
1284 : (void)jcls;
1285 8 : result = (int)(GCI_HueBand);
1286 8 : jresult = (jint)result;
1287 8 : return jresult;
1288 : }
1289 :
1290 :
1291 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SaturationBand_1get(JNIEnv *jenv, jclass jcls) {
1292 8 : jint jresult = 0 ;
1293 : int result;
1294 :
1295 : (void)jenv;
1296 : (void)jcls;
1297 8 : result = (int)(GCI_SaturationBand);
1298 8 : jresult = (jint)result;
1299 8 : return jresult;
1300 : }
1301 :
1302 :
1303 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1LightnessBand_1get(JNIEnv *jenv, jclass jcls) {
1304 8 : jint jresult = 0 ;
1305 : int result;
1306 :
1307 : (void)jenv;
1308 : (void)jcls;
1309 8 : result = (int)(GCI_LightnessBand);
1310 8 : jresult = (jint)result;
1311 8 : return jresult;
1312 : }
1313 :
1314 :
1315 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1CyanBand_1get(JNIEnv *jenv, jclass jcls) {
1316 8 : jint jresult = 0 ;
1317 : int result;
1318 :
1319 : (void)jenv;
1320 : (void)jcls;
1321 8 : result = (int)(GCI_CyanBand);
1322 8 : jresult = (jint)result;
1323 8 : return jresult;
1324 : }
1325 :
1326 :
1327 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1MagentaBand_1get(JNIEnv *jenv, jclass jcls) {
1328 8 : jint jresult = 0 ;
1329 : int result;
1330 :
1331 : (void)jenv;
1332 : (void)jcls;
1333 8 : result = (int)(GCI_MagentaBand);
1334 8 : jresult = (jint)result;
1335 8 : return jresult;
1336 : }
1337 :
1338 :
1339 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YellowBand_1get(JNIEnv *jenv, jclass jcls) {
1340 8 : jint jresult = 0 ;
1341 : int result;
1342 :
1343 : (void)jenv;
1344 : (void)jcls;
1345 8 : result = (int)(GCI_YellowBand);
1346 8 : jresult = (jint)result;
1347 8 : return jresult;
1348 : }
1349 :
1350 :
1351 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1BlackBand_1get(JNIEnv *jenv, jclass jcls) {
1352 8 : jint jresult = 0 ;
1353 : int result;
1354 :
1355 : (void)jenv;
1356 : (void)jcls;
1357 8 : result = (int)(GCI_BlackBand);
1358 8 : jresult = (jint)result;
1359 8 : return jresult;
1360 : }
1361 :
1362 :
1363 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1YBand_1get(JNIEnv *jenv, jclass jcls) {
1364 8 : jint jresult = 0 ;
1365 : int result;
1366 :
1367 : (void)jenv;
1368 : (void)jcls;
1369 8 : result = (int)(GCI_YCbCr_YBand);
1370 8 : jresult = (jint)result;
1371 8 : return jresult;
1372 : }
1373 :
1374 :
1375 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1CrBand_1get(JNIEnv *jenv, jclass jcls) {
1376 8 : jint jresult = 0 ;
1377 : int result;
1378 :
1379 : (void)jenv;
1380 : (void)jcls;
1381 8 : result = (int)(GCI_YCbCr_CrBand);
1382 8 : jresult = (jint)result;
1383 8 : return jresult;
1384 : }
1385 :
1386 :
1387 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1CbBand_1get(JNIEnv *jenv, jclass jcls) {
1388 8 : jint jresult = 0 ;
1389 : int result;
1390 :
1391 : (void)jenv;
1392 : (void)jcls;
1393 8 : result = (int)(GCI_YCbCr_CbBand);
1394 8 : jresult = (jint)result;
1395 8 : return jresult;
1396 : }
1397 :
1398 :
1399 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1PanBand_1get(JNIEnv *jenv, jclass jcls) {
1400 8 : jint jresult = 0 ;
1401 : int result;
1402 :
1403 : (void)jenv;
1404 : (void)jcls;
1405 8 : result = (int)(GCI_PanBand);
1406 8 : jresult = (jint)result;
1407 8 : return jresult;
1408 : }
1409 :
1410 :
1411 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1CoastalBand_1get(JNIEnv *jenv, jclass jcls) {
1412 8 : jint jresult = 0 ;
1413 : int result;
1414 :
1415 : (void)jenv;
1416 : (void)jcls;
1417 8 : result = (int)(GCI_CoastalBand);
1418 8 : jresult = (jint)result;
1419 8 : return jresult;
1420 : }
1421 :
1422 :
1423 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1RedEdgeBand_1get(JNIEnv *jenv, jclass jcls) {
1424 8 : jint jresult = 0 ;
1425 : int result;
1426 :
1427 : (void)jenv;
1428 : (void)jcls;
1429 8 : result = (int)(GCI_RedEdgeBand);
1430 8 : jresult = (jint)result;
1431 8 : return jresult;
1432 : }
1433 :
1434 :
1435 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1IR_1Start_1get(JNIEnv *jenv, jclass jcls) {
1436 8 : jint jresult = 0 ;
1437 : int result;
1438 :
1439 : (void)jenv;
1440 : (void)jcls;
1441 8 : result = (int)(GCI_IR_Start);
1442 8 : jresult = (jint)result;
1443 8 : return jresult;
1444 : }
1445 :
1446 :
1447 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1NIRBand_1get(JNIEnv *jenv, jclass jcls) {
1448 8 : jint jresult = 0 ;
1449 : int result;
1450 :
1451 : (void)jenv;
1452 : (void)jcls;
1453 8 : result = (int)(GCI_NIRBand);
1454 8 : jresult = (jint)result;
1455 8 : return jresult;
1456 : }
1457 :
1458 :
1459 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1460 8 : jint jresult = 0 ;
1461 : int result;
1462 :
1463 : (void)jenv;
1464 : (void)jcls;
1465 8 : result = (int)(GCI_SWIRBand);
1466 8 : jresult = (jint)result;
1467 8 : return jresult;
1468 : }
1469 :
1470 :
1471 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1MWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1472 8 : jint jresult = 0 ;
1473 : int result;
1474 :
1475 : (void)jenv;
1476 : (void)jcls;
1477 8 : result = (int)(GCI_MWIRBand);
1478 8 : jresult = (jint)result;
1479 8 : return jresult;
1480 : }
1481 :
1482 :
1483 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1LWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1484 8 : jint jresult = 0 ;
1485 : int result;
1486 :
1487 : (void)jenv;
1488 : (void)jcls;
1489 8 : result = (int)(GCI_LWIRBand);
1490 8 : jresult = (jint)result;
1491 8 : return jresult;
1492 : }
1493 :
1494 :
1495 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1TIRBand_1get(JNIEnv *jenv, jclass jcls) {
1496 8 : jint jresult = 0 ;
1497 : int result;
1498 :
1499 : (void)jenv;
1500 : (void)jcls;
1501 8 : result = (int)(GCI_TIRBand);
1502 8 : jresult = (jint)result;
1503 8 : return jresult;
1504 : }
1505 :
1506 :
1507 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1OtherIRBand_1get(JNIEnv *jenv, jclass jcls) {
1508 8 : jint jresult = 0 ;
1509 : int result;
1510 :
1511 : (void)jenv;
1512 : (void)jcls;
1513 8 : result = (int)(GCI_OtherIRBand);
1514 8 : jresult = (jint)result;
1515 8 : return jresult;
1516 : }
1517 :
1518 :
1519 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1IR_1End_1get(JNIEnv *jenv, jclass jcls) {
1520 8 : jint jresult = 0 ;
1521 : int result;
1522 :
1523 : (void)jenv;
1524 : (void)jcls;
1525 8 : result = (int)(GCI_IR_End);
1526 8 : jresult = (jint)result;
1527 8 : return jresult;
1528 : }
1529 :
1530 :
1531 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Start_1get(JNIEnv *jenv, jclass jcls) {
1532 8 : jint jresult = 0 ;
1533 : int result;
1534 :
1535 : (void)jenv;
1536 : (void)jcls;
1537 8 : result = (int)(GCI_SAR_Start);
1538 8 : jresult = (jint)result;
1539 8 : return jresult;
1540 : }
1541 :
1542 :
1543 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Ka_1Band_1get(JNIEnv *jenv, jclass jcls) {
1544 8 : jint jresult = 0 ;
1545 : int result;
1546 :
1547 : (void)jenv;
1548 : (void)jcls;
1549 8 : result = (int)(GCI_SAR_Ka_Band);
1550 8 : jresult = (jint)result;
1551 8 : return jresult;
1552 : }
1553 :
1554 :
1555 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1K_1Band_1get(JNIEnv *jenv, jclass jcls) {
1556 8 : jint jresult = 0 ;
1557 : int result;
1558 :
1559 : (void)jenv;
1560 : (void)jcls;
1561 8 : result = (int)(GCI_SAR_K_Band);
1562 8 : jresult = (jint)result;
1563 8 : return jresult;
1564 : }
1565 :
1566 :
1567 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Ku_1Band_1get(JNIEnv *jenv, jclass jcls) {
1568 8 : jint jresult = 0 ;
1569 : int result;
1570 :
1571 : (void)jenv;
1572 : (void)jcls;
1573 8 : result = (int)(GCI_SAR_Ku_Band);
1574 8 : jresult = (jint)result;
1575 8 : return jresult;
1576 : }
1577 :
1578 :
1579 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1X_1Band_1get(JNIEnv *jenv, jclass jcls) {
1580 8 : jint jresult = 0 ;
1581 : int result;
1582 :
1583 : (void)jenv;
1584 : (void)jcls;
1585 8 : result = (int)(GCI_SAR_X_Band);
1586 8 : jresult = (jint)result;
1587 8 : return jresult;
1588 : }
1589 :
1590 :
1591 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1C_1Band_1get(JNIEnv *jenv, jclass jcls) {
1592 8 : jint jresult = 0 ;
1593 : int result;
1594 :
1595 : (void)jenv;
1596 : (void)jcls;
1597 8 : result = (int)(GCI_SAR_C_Band);
1598 8 : jresult = (jint)result;
1599 8 : return jresult;
1600 : }
1601 :
1602 :
1603 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1S_1Band_1get(JNIEnv *jenv, jclass jcls) {
1604 8 : jint jresult = 0 ;
1605 : int result;
1606 :
1607 : (void)jenv;
1608 : (void)jcls;
1609 8 : result = (int)(GCI_SAR_S_Band);
1610 8 : jresult = (jint)result;
1611 8 : return jresult;
1612 : }
1613 :
1614 :
1615 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1L_1Band_1get(JNIEnv *jenv, jclass jcls) {
1616 8 : jint jresult = 0 ;
1617 : int result;
1618 :
1619 : (void)jenv;
1620 : (void)jcls;
1621 8 : result = (int)(GCI_SAR_L_Band);
1622 8 : jresult = (jint)result;
1623 8 : return jresult;
1624 : }
1625 :
1626 :
1627 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1P_1Band_1get(JNIEnv *jenv, jclass jcls) {
1628 8 : jint jresult = 0 ;
1629 : int result;
1630 :
1631 : (void)jenv;
1632 : (void)jcls;
1633 8 : result = (int)(GCI_SAR_P_Band);
1634 8 : jresult = (jint)result;
1635 8 : return jresult;
1636 : }
1637 :
1638 :
1639 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1End_1get(JNIEnv *jenv, jclass jcls) {
1640 8 : jint jresult = 0 ;
1641 : int result;
1642 :
1643 : (void)jenv;
1644 : (void)jcls;
1645 8 : result = (int)(GCI_SAR_End);
1646 8 : jresult = (jint)result;
1647 8 : return jresult;
1648 : }
1649 :
1650 :
1651 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1Max_1get(JNIEnv *jenv, jclass jcls) {
1652 8 : jint jresult = 0 ;
1653 : int result;
1654 :
1655 : (void)jenv;
1656 : (void)jcls;
1657 8 : result = (int)(GCI_Max);
1658 8 : jresult = (jint)result;
1659 8 : return jresult;
1660 : }
1661 :
1662 :
1663 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1NearestNeighbour_1get(JNIEnv *jenv, jclass jcls) {
1664 8 : jint jresult = 0 ;
1665 : int result;
1666 :
1667 : (void)jenv;
1668 : (void)jcls;
1669 8 : result = (int)(GRA_NearestNeighbour);
1670 8 : jresult = (jint)result;
1671 8 : return jresult;
1672 : }
1673 :
1674 :
1675 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Bilinear_1get(JNIEnv *jenv, jclass jcls) {
1676 8 : jint jresult = 0 ;
1677 : int result;
1678 :
1679 : (void)jenv;
1680 : (void)jcls;
1681 8 : result = (int)(GRA_Bilinear);
1682 8 : jresult = (jint)result;
1683 8 : return jresult;
1684 : }
1685 :
1686 :
1687 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Cubic_1get(JNIEnv *jenv, jclass jcls) {
1688 8 : jint jresult = 0 ;
1689 : int result;
1690 :
1691 : (void)jenv;
1692 : (void)jcls;
1693 8 : result = (int)(GRA_Cubic);
1694 8 : jresult = (jint)result;
1695 8 : return jresult;
1696 : }
1697 :
1698 :
1699 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1CubicSpline_1get(JNIEnv *jenv, jclass jcls) {
1700 8 : jint jresult = 0 ;
1701 : int result;
1702 :
1703 : (void)jenv;
1704 : (void)jcls;
1705 8 : result = (int)(GRA_CubicSpline);
1706 8 : jresult = (jint)result;
1707 8 : return jresult;
1708 : }
1709 :
1710 :
1711 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Lanczos_1get(JNIEnv *jenv, jclass jcls) {
1712 8 : jint jresult = 0 ;
1713 : int result;
1714 :
1715 : (void)jenv;
1716 : (void)jcls;
1717 8 : result = (int)(GRA_Lanczos);
1718 8 : jresult = (jint)result;
1719 8 : return jresult;
1720 : }
1721 :
1722 :
1723 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Average_1get(JNIEnv *jenv, jclass jcls) {
1724 8 : jint jresult = 0 ;
1725 : int result;
1726 :
1727 : (void)jenv;
1728 : (void)jcls;
1729 8 : result = (int)(GRA_Average);
1730 8 : jresult = (jint)result;
1731 8 : return jresult;
1732 : }
1733 :
1734 :
1735 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1RMS_1get(JNIEnv *jenv, jclass jcls) {
1736 8 : jint jresult = 0 ;
1737 : int result;
1738 :
1739 : (void)jenv;
1740 : (void)jcls;
1741 8 : result = (int)(GRA_RMS);
1742 8 : jresult = (jint)result;
1743 8 : return jresult;
1744 : }
1745 :
1746 :
1747 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Mode_1get(JNIEnv *jenv, jclass jcls) {
1748 8 : jint jresult = 0 ;
1749 : int result;
1750 :
1751 : (void)jenv;
1752 : (void)jcls;
1753 8 : result = (int)(GRA_Mode);
1754 8 : jresult = (jint)result;
1755 8 : return jresult;
1756 : }
1757 :
1758 :
1759 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Max_1get(JNIEnv *jenv, jclass jcls) {
1760 8 : jint jresult = 0 ;
1761 : int result;
1762 :
1763 : (void)jenv;
1764 : (void)jcls;
1765 8 : result = (int)(GRA_Max);
1766 8 : jresult = (jint)result;
1767 8 : return jresult;
1768 : }
1769 :
1770 :
1771 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Min_1get(JNIEnv *jenv, jclass jcls) {
1772 8 : jint jresult = 0 ;
1773 : int result;
1774 :
1775 : (void)jenv;
1776 : (void)jcls;
1777 8 : result = (int)(GRA_Min);
1778 8 : jresult = (jint)result;
1779 8 : return jresult;
1780 : }
1781 :
1782 :
1783 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Med_1get(JNIEnv *jenv, jclass jcls) {
1784 8 : jint jresult = 0 ;
1785 : int result;
1786 :
1787 : (void)jenv;
1788 : (void)jcls;
1789 8 : result = (int)(GRA_Med);
1790 8 : jresult = (jint)result;
1791 8 : return jresult;
1792 : }
1793 :
1794 :
1795 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Q1_1get(JNIEnv *jenv, jclass jcls) {
1796 8 : jint jresult = 0 ;
1797 : int result;
1798 :
1799 : (void)jenv;
1800 : (void)jcls;
1801 8 : result = (int)(GRA_Q1);
1802 8 : jresult = (jint)result;
1803 8 : return jresult;
1804 : }
1805 :
1806 :
1807 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Q3_1get(JNIEnv *jenv, jclass jcls) {
1808 8 : jint jresult = 0 ;
1809 : int result;
1810 :
1811 : (void)jenv;
1812 : (void)jcls;
1813 8 : result = (int)(GRA_Q3);
1814 8 : jresult = (jint)result;
1815 8 : return jresult;
1816 : }
1817 :
1818 :
1819 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Sum_1get(JNIEnv *jenv, jclass jcls) {
1820 8 : jint jresult = 0 ;
1821 : int result;
1822 :
1823 : (void)jenv;
1824 : (void)jcls;
1825 8 : result = (int)(GRA_Sum);
1826 8 : jresult = (jint)result;
1827 8 : return jresult;
1828 : }
1829 :
1830 :
1831 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1Gray_1get(JNIEnv *jenv, jclass jcls) {
1832 8 : jint jresult = 0 ;
1833 : int result;
1834 :
1835 : (void)jenv;
1836 : (void)jcls;
1837 8 : result = (int)(GPI_Gray);
1838 8 : jresult = (jint)result;
1839 8 : return jresult;
1840 : }
1841 :
1842 :
1843 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1RGB_1get(JNIEnv *jenv, jclass jcls) {
1844 8 : jint jresult = 0 ;
1845 : int result;
1846 :
1847 : (void)jenv;
1848 : (void)jcls;
1849 8 : result = (int)(GPI_RGB);
1850 8 : jresult = (jint)result;
1851 8 : return jresult;
1852 : }
1853 :
1854 :
1855 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1CMYK_1get(JNIEnv *jenv, jclass jcls) {
1856 8 : jint jresult = 0 ;
1857 : int result;
1858 :
1859 : (void)jenv;
1860 : (void)jcls;
1861 8 : result = (int)(GPI_CMYK);
1862 8 : jresult = (jint)result;
1863 8 : return jresult;
1864 : }
1865 :
1866 :
1867 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1HLS_1get(JNIEnv *jenv, jclass jcls) {
1868 8 : jint jresult = 0 ;
1869 : int result;
1870 :
1871 : (void)jenv;
1872 : (void)jcls;
1873 8 : result = (int)(GPI_HLS);
1874 8 : jresult = (jint)result;
1875 8 : return jresult;
1876 : }
1877 :
1878 :
1879 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Element_1get(JNIEnv *jenv, jclass jcls) {
1880 8 : jint jresult = 0 ;
1881 : int result;
1882 :
1883 : (void)jenv;
1884 : (void)jcls;
1885 8 : result = (int)(CXT_Element);
1886 8 : jresult = (jint)result;
1887 8 : return jresult;
1888 : }
1889 :
1890 :
1891 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Text_1get(JNIEnv *jenv, jclass jcls) {
1892 8 : jint jresult = 0 ;
1893 : int result;
1894 :
1895 : (void)jenv;
1896 : (void)jcls;
1897 8 : result = (int)(CXT_Text);
1898 8 : jresult = (jint)result;
1899 8 : return jresult;
1900 : }
1901 :
1902 :
1903 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Attribute_1get(JNIEnv *jenv, jclass jcls) {
1904 8 : jint jresult = 0 ;
1905 : int result;
1906 :
1907 : (void)jenv;
1908 : (void)jcls;
1909 8 : result = (int)(CXT_Attribute);
1910 8 : jresult = (jint)result;
1911 8 : return jresult;
1912 : }
1913 :
1914 :
1915 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Comment_1get(JNIEnv *jenv, jclass jcls) {
1916 8 : jint jresult = 0 ;
1917 : int result;
1918 :
1919 : (void)jenv;
1920 : (void)jcls;
1921 8 : result = (int)(CXT_Comment);
1922 8 : jresult = (jint)result;
1923 8 : return jresult;
1924 : }
1925 :
1926 :
1927 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Literal_1get(JNIEnv *jenv, jclass jcls) {
1928 8 : jint jresult = 0 ;
1929 : int result;
1930 :
1931 : (void)jenv;
1932 : (void)jcls;
1933 8 : result = (int)(CXT_Literal);
1934 8 : jresult = (jint)result;
1935 8 : return jresult;
1936 : }
1937 :
1938 :
1939 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1None_1get(JNIEnv *jenv, jclass jcls) {
1940 8 : jint jresult = 0 ;
1941 : int result;
1942 :
1943 : (void)jenv;
1944 : (void)jcls;
1945 8 : result = (int)(CE_None);
1946 8 : jresult = (jint)result;
1947 8 : return jresult;
1948 : }
1949 :
1950 :
1951 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Debug_1get(JNIEnv *jenv, jclass jcls) {
1952 8 : jint jresult = 0 ;
1953 : int result;
1954 :
1955 : (void)jenv;
1956 : (void)jcls;
1957 8 : result = (int)(CE_Debug);
1958 8 : jresult = (jint)result;
1959 8 : return jresult;
1960 : }
1961 :
1962 :
1963 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Warning_1get(JNIEnv *jenv, jclass jcls) {
1964 8 : jint jresult = 0 ;
1965 : int result;
1966 :
1967 : (void)jenv;
1968 : (void)jcls;
1969 8 : result = (int)(CE_Warning);
1970 8 : jresult = (jint)result;
1971 8 : return jresult;
1972 : }
1973 :
1974 :
1975 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Failure_1get(JNIEnv *jenv, jclass jcls) {
1976 8 : jint jresult = 0 ;
1977 : int result;
1978 :
1979 : (void)jenv;
1980 : (void)jcls;
1981 8 : result = (int)(CE_Failure);
1982 8 : jresult = (jint)result;
1983 8 : return jresult;
1984 : }
1985 :
1986 :
1987 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Fatal_1get(JNIEnv *jenv, jclass jcls) {
1988 8 : jint jresult = 0 ;
1989 : int result;
1990 :
1991 : (void)jenv;
1992 : (void)jcls;
1993 8 : result = (int)(CE_Fatal);
1994 8 : jresult = (jint)result;
1995 8 : return jresult;
1996 : }
1997 :
1998 :
1999 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1None_1get(JNIEnv *jenv, jclass jcls) {
2000 8 : jint jresult = 0 ;
2001 : int result;
2002 :
2003 : (void)jenv;
2004 : (void)jcls;
2005 8 : result = (int)(CPLE_None);
2006 8 : jresult = (jint)result;
2007 8 : return jresult;
2008 : }
2009 :
2010 :
2011 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AppDefined_1get(JNIEnv *jenv, jclass jcls) {
2012 8 : jint jresult = 0 ;
2013 : int result;
2014 :
2015 : (void)jenv;
2016 : (void)jcls;
2017 8 : result = (int)(CPLE_AppDefined);
2018 8 : jresult = (jint)result;
2019 8 : return jresult;
2020 : }
2021 :
2022 :
2023 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1OutOfMemory_1get(JNIEnv *jenv, jclass jcls) {
2024 8 : jint jresult = 0 ;
2025 : int result;
2026 :
2027 : (void)jenv;
2028 : (void)jcls;
2029 8 : result = (int)(CPLE_OutOfMemory);
2030 8 : jresult = (jint)result;
2031 8 : return jresult;
2032 : }
2033 :
2034 :
2035 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1FileIO_1get(JNIEnv *jenv, jclass jcls) {
2036 8 : jint jresult = 0 ;
2037 : int result;
2038 :
2039 : (void)jenv;
2040 : (void)jcls;
2041 8 : result = (int)(CPLE_FileIO);
2042 8 : jresult = (jint)result;
2043 8 : return jresult;
2044 : }
2045 :
2046 :
2047 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1OpenFailed_1get(JNIEnv *jenv, jclass jcls) {
2048 8 : jint jresult = 0 ;
2049 : int result;
2050 :
2051 : (void)jenv;
2052 : (void)jcls;
2053 8 : result = (int)(CPLE_OpenFailed);
2054 8 : jresult = (jint)result;
2055 8 : return jresult;
2056 : }
2057 :
2058 :
2059 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1IllegalArg_1get(JNIEnv *jenv, jclass jcls) {
2060 8 : jint jresult = 0 ;
2061 : int result;
2062 :
2063 : (void)jenv;
2064 : (void)jcls;
2065 8 : result = (int)(CPLE_IllegalArg);
2066 8 : jresult = (jint)result;
2067 8 : return jresult;
2068 : }
2069 :
2070 :
2071 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1NotSupported_1get(JNIEnv *jenv, jclass jcls) {
2072 8 : jint jresult = 0 ;
2073 : int result;
2074 :
2075 : (void)jenv;
2076 : (void)jcls;
2077 8 : result = (int)(CPLE_NotSupported);
2078 8 : jresult = (jint)result;
2079 8 : return jresult;
2080 : }
2081 :
2082 :
2083 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AssertionFailed_1get(JNIEnv *jenv, jclass jcls) {
2084 8 : jint jresult = 0 ;
2085 : int result;
2086 :
2087 : (void)jenv;
2088 : (void)jcls;
2089 8 : result = (int)(CPLE_AssertionFailed);
2090 8 : jresult = (jint)result;
2091 8 : return jresult;
2092 : }
2093 :
2094 :
2095 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1NoWriteAccess_1get(JNIEnv *jenv, jclass jcls) {
2096 8 : jint jresult = 0 ;
2097 : int result;
2098 :
2099 : (void)jenv;
2100 : (void)jcls;
2101 8 : result = (int)(CPLE_NoWriteAccess);
2102 8 : jresult = (jint)result;
2103 8 : return jresult;
2104 : }
2105 :
2106 :
2107 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1UserInterrupt_1get(JNIEnv *jenv, jclass jcls) {
2108 8 : jint jresult = 0 ;
2109 : int result;
2110 :
2111 : (void)jenv;
2112 : (void)jcls;
2113 8 : result = (int)(CPLE_UserInterrupt);
2114 8 : jresult = (jint)result;
2115 8 : return jresult;
2116 : }
2117 :
2118 :
2119 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1ObjectNull_1get(JNIEnv *jenv, jclass jcls) {
2120 8 : jint jresult = 0 ;
2121 : int result;
2122 :
2123 : (void)jenv;
2124 : (void)jcls;
2125 8 : result = (int)(CPLE_ObjectNull);
2126 8 : jresult = (jint)result;
2127 8 : return jresult;
2128 : }
2129 :
2130 :
2131 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1HttpResponse_1get(JNIEnv *jenv, jclass jcls) {
2132 8 : jint jresult = 0 ;
2133 : int result;
2134 :
2135 : (void)jenv;
2136 : (void)jcls;
2137 8 : result = (int)(CPLE_HttpResponse);
2138 8 : jresult = (jint)result;
2139 8 : return jresult;
2140 : }
2141 :
2142 :
2143 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1BucketNotFound_1get(JNIEnv *jenv, jclass jcls) {
2144 8 : jint jresult = 0 ;
2145 : int result;
2146 :
2147 : (void)jenv;
2148 : (void)jcls;
2149 8 : result = (int)(CPLE_BucketNotFound);
2150 8 : jresult = (jint)result;
2151 8 : return jresult;
2152 : }
2153 :
2154 :
2155 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1ObjectNotFound_1get(JNIEnv *jenv, jclass jcls) {
2156 8 : jint jresult = 0 ;
2157 : int result;
2158 :
2159 : (void)jenv;
2160 : (void)jcls;
2161 8 : result = (int)(CPLE_ObjectNotFound);
2162 8 : jresult = (jint)result;
2163 8 : return jresult;
2164 : }
2165 :
2166 :
2167 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AccessDenied_1get(JNIEnv *jenv, jclass jcls) {
2168 8 : jint jresult = 0 ;
2169 : int result;
2170 :
2171 : (void)jenv;
2172 : (void)jcls;
2173 8 : result = (int)(CPLE_AccessDenied);
2174 8 : jresult = (jint)result;
2175 8 : return jresult;
2176 : }
2177 :
2178 :
2179 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1InvalidCredentials_1get(JNIEnv *jenv, jclass jcls) {
2180 8 : jint jresult = 0 ;
2181 : int result;
2182 :
2183 : (void)jenv;
2184 : (void)jcls;
2185 8 : result = (int)(CPLE_InvalidCredentials);
2186 8 : jresult = (jint)result;
2187 8 : return jresult;
2188 : }
2189 :
2190 :
2191 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1SignatureDoesNotMatch_1get(JNIEnv *jenv, jclass jcls) {
2192 8 : jint jresult = 0 ;
2193 : int result;
2194 :
2195 : (void)jenv;
2196 : (void)jcls;
2197 8 : result = (int)(CPLE_SignatureDoesNotMatch);
2198 8 : jresult = (jint)result;
2199 8 : return jresult;
2200 : }
2201 :
2202 :
2203 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1ObjectStorageGenericError_1get(JNIEnv *jenv, jclass jcls) {
2204 8 : jint jresult = 0 ;
2205 : int result;
2206 :
2207 : (void)jenv;
2208 : (void)jcls;
2209 8 : result = (int)(CPLE_ObjectStorageGenericError);
2210 8 : jresult = (jint)result;
2211 8 : return jresult;
2212 : }
2213 :
2214 :
2215 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSBucketNotFound_1get(JNIEnv *jenv, jclass jcls) {
2216 8 : jint jresult = 0 ;
2217 : int result;
2218 :
2219 : (void)jenv;
2220 : (void)jcls;
2221 8 : result = (int)(CPLE_BucketNotFound);
2222 8 : jresult = (jint)result;
2223 8 : return jresult;
2224 : }
2225 :
2226 :
2227 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSObjectNotFound_1get(JNIEnv *jenv, jclass jcls) {
2228 8 : jint jresult = 0 ;
2229 : int result;
2230 :
2231 : (void)jenv;
2232 : (void)jcls;
2233 8 : result = (int)(CPLE_ObjectNotFound);
2234 8 : jresult = (jint)result;
2235 8 : return jresult;
2236 : }
2237 :
2238 :
2239 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSAccessDenied_1get(JNIEnv *jenv, jclass jcls) {
2240 8 : jint jresult = 0 ;
2241 : int result;
2242 :
2243 : (void)jenv;
2244 : (void)jcls;
2245 8 : result = (int)(CPLE_AccessDenied);
2246 8 : jresult = (jint)result;
2247 8 : return jresult;
2248 : }
2249 :
2250 :
2251 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSInvalidCredentials_1get(JNIEnv *jenv, jclass jcls) {
2252 8 : jint jresult = 0 ;
2253 : int result;
2254 :
2255 : (void)jenv;
2256 : (void)jcls;
2257 8 : result = (int)(CPLE_InvalidCredentials);
2258 8 : jresult = (jint)result;
2259 8 : return jresult;
2260 : }
2261 :
2262 :
2263 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSSignatureDoesNotMatch_1get(JNIEnv *jenv, jclass jcls) {
2264 8 : jint jresult = 0 ;
2265 : int result;
2266 :
2267 : (void)jenv;
2268 : (void)jcls;
2269 8 : result = (int)(CPLE_SignatureDoesNotMatch);
2270 8 : jresult = (jint)result;
2271 8 : return jresult;
2272 : }
2273 :
2274 :
2275 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1ALL_1get(JNIEnv *jenv, jclass jcls) {
2276 8 : jint jresult = 0 ;
2277 : int result;
2278 :
2279 : (void)jenv;
2280 : (void)jcls;
2281 8 : result = (int)(GDAL_OF_ALL);
2282 8 : jresult = (jint)result;
2283 8 : return jresult;
2284 : }
2285 :
2286 :
2287 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
2288 8 : jint jresult = 0 ;
2289 : int result;
2290 :
2291 : (void)jenv;
2292 : (void)jcls;
2293 8 : result = (int)(GDAL_OF_RASTER);
2294 8 : jresult = (jint)result;
2295 8 : return jresult;
2296 : }
2297 :
2298 :
2299 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
2300 8 : jint jresult = 0 ;
2301 : int result;
2302 :
2303 : (void)jenv;
2304 : (void)jcls;
2305 8 : result = (int)(GDAL_OF_VECTOR);
2306 8 : jresult = (jint)result;
2307 8 : return jresult;
2308 : }
2309 :
2310 :
2311 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1GNM_1get(JNIEnv *jenv, jclass jcls) {
2312 8 : jint jresult = 0 ;
2313 : int result;
2314 :
2315 : (void)jenv;
2316 : (void)jcls;
2317 8 : result = (int)(GDAL_OF_GNM);
2318 8 : jresult = (jint)result;
2319 8 : return jresult;
2320 : }
2321 :
2322 :
2323 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
2324 8 : jint jresult = 0 ;
2325 : int result;
2326 :
2327 : (void)jenv;
2328 : (void)jcls;
2329 8 : result = (int)(GDAL_OF_MULTIDIM_RASTER);
2330 8 : jresult = (jint)result;
2331 8 : return jresult;
2332 : }
2333 :
2334 :
2335 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1READONLY_1get(JNIEnv *jenv, jclass jcls) {
2336 8 : jint jresult = 0 ;
2337 : int result;
2338 :
2339 : (void)jenv;
2340 : (void)jcls;
2341 8 : result = (int)(GDAL_OF_READONLY);
2342 8 : jresult = (jint)result;
2343 8 : return jresult;
2344 : }
2345 :
2346 :
2347 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
2348 8 : jint jresult = 0 ;
2349 : int result;
2350 :
2351 : (void)jenv;
2352 : (void)jcls;
2353 8 : result = (int)(GDAL_OF_UPDATE);
2354 8 : jresult = (jint)result;
2355 8 : return jresult;
2356 : }
2357 :
2358 :
2359 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1SHARED_1get(JNIEnv *jenv, jclass jcls) {
2360 8 : jint jresult = 0 ;
2361 : int result;
2362 :
2363 : (void)jenv;
2364 : (void)jcls;
2365 8 : result = (int)(GDAL_OF_SHARED);
2366 8 : jresult = (jint)result;
2367 8 : return jresult;
2368 : }
2369 :
2370 :
2371 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1VERBOSE_1ERROR_1get(JNIEnv *jenv, jclass jcls) {
2372 8 : jint jresult = 0 ;
2373 : int result;
2374 :
2375 : (void)jenv;
2376 : (void)jcls;
2377 8 : result = (int)(GDAL_OF_VERBOSE_ERROR);
2378 8 : jresult = (jint)result;
2379 8 : return jresult;
2380 : }
2381 :
2382 :
2383 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1THREAD_1SAFE_1get(JNIEnv *jenv, jclass jcls) {
2384 8 : jint jresult = 0 ;
2385 : int result;
2386 :
2387 : (void)jenv;
2388 : (void)jcls;
2389 8 : result = (int)(GDAL_OF_THREAD_SAFE);
2390 8 : jresult = (jint)result;
2391 8 : return jresult;
2392 : }
2393 :
2394 :
2395 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1LONGNAME_1get(JNIEnv *jenv, jclass jcls) {
2396 8 : jstring jresult = 0 ;
2397 8 : char *result = 0 ;
2398 :
2399 : (void)jenv;
2400 : (void)jcls;
2401 8 : result = (char *)("DMD_LONGNAME");
2402 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2403 8 : return jresult;
2404 : }
2405 :
2406 :
2407 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1LONGNAME_1get(JNIEnv *jenv, jclass jcls) {
2408 8 : jstring jresult = 0 ;
2409 8 : char *result = 0 ;
2410 :
2411 : (void)jenv;
2412 : (void)jcls;
2413 8 : result = (char *)("DMD_LONGNAME");
2414 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2415 8 : return jresult;
2416 : }
2417 :
2418 :
2419 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1HELPTOPIC_1get(JNIEnv *jenv, jclass jcls) {
2420 8 : jstring jresult = 0 ;
2421 8 : char *result = 0 ;
2422 :
2423 : (void)jenv;
2424 : (void)jcls;
2425 8 : result = (char *)("DMD_HELPTOPIC");
2426 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2427 8 : return jresult;
2428 : }
2429 :
2430 :
2431 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1HELPTOPIC_1get(JNIEnv *jenv, jclass jcls) {
2432 8 : jstring jresult = 0 ;
2433 8 : char *result = 0 ;
2434 :
2435 : (void)jenv;
2436 : (void)jcls;
2437 8 : result = (char *)("DMD_HELPTOPIC");
2438 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2439 8 : return jresult;
2440 : }
2441 :
2442 :
2443 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MIMETYPE_1get(JNIEnv *jenv, jclass jcls) {
2444 8 : jstring jresult = 0 ;
2445 8 : char *result = 0 ;
2446 :
2447 : (void)jenv;
2448 : (void)jcls;
2449 8 : result = (char *)("DMD_MIMETYPE");
2450 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2451 8 : return jresult;
2452 : }
2453 :
2454 :
2455 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MIMETYPE_1get(JNIEnv *jenv, jclass jcls) {
2456 8 : jstring jresult = 0 ;
2457 8 : char *result = 0 ;
2458 :
2459 : (void)jenv;
2460 : (void)jcls;
2461 8 : result = (char *)("DMD_MIMETYPE");
2462 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2463 8 : return jresult;
2464 : }
2465 :
2466 :
2467 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1EXTENSION_1get(JNIEnv *jenv, jclass jcls) {
2468 8 : jstring jresult = 0 ;
2469 8 : char *result = 0 ;
2470 :
2471 : (void)jenv;
2472 : (void)jcls;
2473 8 : result = (char *)("DMD_EXTENSION");
2474 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2475 8 : return jresult;
2476 : }
2477 :
2478 :
2479 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1EXTENSION_1get(JNIEnv *jenv, jclass jcls) {
2480 8 : jstring jresult = 0 ;
2481 8 : char *result = 0 ;
2482 :
2483 : (void)jenv;
2484 : (void)jcls;
2485 8 : result = (char *)("DMD_EXTENSION");
2486 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2487 8 : return jresult;
2488 : }
2489 :
2490 :
2491 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CONNECTION_1PREFIX_1get(JNIEnv *jenv, jclass jcls) {
2492 8 : jstring jresult = 0 ;
2493 8 : char *result = 0 ;
2494 :
2495 : (void)jenv;
2496 : (void)jcls;
2497 8 : result = (char *)("DMD_CONNECTION_PREFIX");
2498 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2499 8 : return jresult;
2500 : }
2501 :
2502 :
2503 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CONNECTION_1PREFIX_1get(JNIEnv *jenv, jclass jcls) {
2504 8 : jstring jresult = 0 ;
2505 8 : char *result = 0 ;
2506 :
2507 : (void)jenv;
2508 : (void)jcls;
2509 8 : result = (char *)("DMD_CONNECTION_PREFIX");
2510 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2511 8 : return jresult;
2512 : }
2513 :
2514 :
2515 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1EXTENSIONS_1get(JNIEnv *jenv, jclass jcls) {
2516 8 : jstring jresult = 0 ;
2517 8 : char *result = 0 ;
2518 :
2519 : (void)jenv;
2520 : (void)jcls;
2521 8 : result = (char *)("DMD_EXTENSIONS");
2522 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2523 8 : return jresult;
2524 : }
2525 :
2526 :
2527 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1EXTENSIONS_1get(JNIEnv *jenv, jclass jcls) {
2528 8 : jstring jresult = 0 ;
2529 8 : char *result = 0 ;
2530 :
2531 : (void)jenv;
2532 : (void)jcls;
2533 8 : result = (char *)("DMD_EXTENSIONS");
2534 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2535 8 : return jresult;
2536 : }
2537 :
2538 :
2539 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2540 8 : jstring jresult = 0 ;
2541 8 : char *result = 0 ;
2542 :
2543 : (void)jenv;
2544 : (void)jcls;
2545 8 : result = (char *)("DMD_CREATIONOPTIONLIST");
2546 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2547 8 : return jresult;
2548 : }
2549 :
2550 :
2551 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2552 8 : jstring jresult = 0 ;
2553 8 : char *result = 0 ;
2554 :
2555 : (void)jenv;
2556 : (void)jcls;
2557 8 : result = (char *)("DMD_CREATIONOPTIONLIST");
2558 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2559 8 : return jresult;
2560 : }
2561 :
2562 :
2563 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1OVERVIEW_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2564 8 : jstring jresult = 0 ;
2565 8 : char *result = 0 ;
2566 :
2567 : (void)jenv;
2568 : (void)jcls;
2569 8 : result = (char *)("DMD_OVERVIEW_CREATIONOPTIONLIST");
2570 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2571 8 : return jresult;
2572 : }
2573 :
2574 :
2575 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1OVERVIEW_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2576 8 : jstring jresult = 0 ;
2577 8 : char *result = 0 ;
2578 :
2579 : (void)jenv;
2580 : (void)jcls;
2581 8 : result = (char *)("DMD_OVERVIEW_CREATIONOPTIONLIST");
2582 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2583 8 : return jresult;
2584 : }
2585 :
2586 :
2587 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1DATASET_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2588 8 : jstring jresult = 0 ;
2589 8 : char *result = 0 ;
2590 :
2591 : (void)jenv;
2592 : (void)jcls;
2593 8 : result = (char *)("DMD_MULTIDIM_DATASET_CREATIONOPTIONLIST");
2594 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2595 8 : return jresult;
2596 : }
2597 :
2598 :
2599 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1DATASET_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2600 8 : jstring jresult = 0 ;
2601 8 : char *result = 0 ;
2602 :
2603 : (void)jenv;
2604 : (void)jcls;
2605 8 : result = (char *)("DMD_MULTIDIM_DATASET_CREATIONOPTIONLIST");
2606 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2607 8 : return jresult;
2608 : }
2609 :
2610 :
2611 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1GROUP_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2612 8 : jstring jresult = 0 ;
2613 8 : char *result = 0 ;
2614 :
2615 : (void)jenv;
2616 : (void)jcls;
2617 8 : result = (char *)("DMD_MULTIDIM_GROUP_CREATIONOPTIONLIST");
2618 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2619 8 : return jresult;
2620 : }
2621 :
2622 :
2623 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1GROUP_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2624 8 : jstring jresult = 0 ;
2625 8 : char *result = 0 ;
2626 :
2627 : (void)jenv;
2628 : (void)jcls;
2629 8 : result = (char *)("DMD_MULTIDIM_GROUP_CREATIONOPTIONLIST");
2630 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2631 8 : return jresult;
2632 : }
2633 :
2634 :
2635 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1DIMENSION_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2636 8 : jstring jresult = 0 ;
2637 8 : char *result = 0 ;
2638 :
2639 : (void)jenv;
2640 : (void)jcls;
2641 8 : result = (char *)("DMD_MULTIDIM_DIMENSION_CREATIONOPTIONLIST");
2642 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2643 8 : return jresult;
2644 : }
2645 :
2646 :
2647 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1DIMENSION_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2648 8 : jstring jresult = 0 ;
2649 8 : char *result = 0 ;
2650 :
2651 : (void)jenv;
2652 : (void)jcls;
2653 8 : result = (char *)("DMD_MULTIDIM_DIMENSION_CREATIONOPTIONLIST");
2654 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2655 8 : return jresult;
2656 : }
2657 :
2658 :
2659 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ARRAY_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2660 8 : jstring jresult = 0 ;
2661 8 : char *result = 0 ;
2662 :
2663 : (void)jenv;
2664 : (void)jcls;
2665 8 : result = (char *)("DMD_MULTIDIM_ARRAY_CREATIONOPTIONLIST");
2666 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2667 8 : return jresult;
2668 : }
2669 :
2670 :
2671 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ARRAY_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2672 8 : jstring jresult = 0 ;
2673 8 : char *result = 0 ;
2674 :
2675 : (void)jenv;
2676 : (void)jcls;
2677 8 : result = (char *)("DMD_MULTIDIM_ARRAY_CREATIONOPTIONLIST");
2678 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2679 8 : return jresult;
2680 : }
2681 :
2682 :
2683 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ARRAY_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2684 8 : jstring jresult = 0 ;
2685 8 : char *result = 0 ;
2686 :
2687 : (void)jenv;
2688 : (void)jcls;
2689 8 : result = (char *)("DMD_MULTIDIM_ARRAY_OPENOPTIONLIST");
2690 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2691 8 : return jresult;
2692 : }
2693 :
2694 :
2695 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ARRAY_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2696 8 : jstring jresult = 0 ;
2697 8 : char *result = 0 ;
2698 :
2699 : (void)jenv;
2700 : (void)jcls;
2701 8 : result = (char *)("DMD_MULTIDIM_ARRAY_OPENOPTIONLIST");
2702 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2703 8 : return jresult;
2704 : }
2705 :
2706 :
2707 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ATTRIBUTE_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2708 8 : jstring jresult = 0 ;
2709 8 : char *result = 0 ;
2710 :
2711 : (void)jenv;
2712 : (void)jcls;
2713 8 : result = (char *)("DMD_MULTIDIM_ATTRIBUTE_CREATIONOPTIONLIST");
2714 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2715 8 : return jresult;
2716 : }
2717 :
2718 :
2719 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ATTRIBUTE_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2720 8 : jstring jresult = 0 ;
2721 8 : char *result = 0 ;
2722 :
2723 : (void)jenv;
2724 : (void)jcls;
2725 8 : result = (char *)("DMD_MULTIDIM_ATTRIBUTE_CREATIONOPTIONLIST");
2726 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2727 8 : return jresult;
2728 : }
2729 :
2730 :
2731 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2732 8 : jstring jresult = 0 ;
2733 8 : char *result = 0 ;
2734 :
2735 : (void)jenv;
2736 : (void)jcls;
2737 8 : result = (char *)("DMD_OPENOPTIONLIST");
2738 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2739 8 : return jresult;
2740 : }
2741 :
2742 :
2743 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2744 8 : jstring jresult = 0 ;
2745 8 : char *result = 0 ;
2746 :
2747 : (void)jenv;
2748 : (void)jcls;
2749 8 : result = (char *)("DMD_OPENOPTIONLIST");
2750 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2751 8 : return jresult;
2752 : }
2753 :
2754 :
2755 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2756 8 : jstring jresult = 0 ;
2757 8 : char *result = 0 ;
2758 :
2759 : (void)jenv;
2760 : (void)jcls;
2761 8 : result = (char *)("DMD_CREATIONDATATYPES");
2762 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2763 8 : return jresult;
2764 : }
2765 :
2766 :
2767 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2768 8 : jstring jresult = 0 ;
2769 8 : char *result = 0 ;
2770 :
2771 : (void)jenv;
2772 : (void)jcls;
2773 8 : result = (char *)("DMD_CREATIONDATATYPES");
2774 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2775 8 : return jresult;
2776 : }
2777 :
2778 :
2779 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONFIELDDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2780 8 : jstring jresult = 0 ;
2781 8 : char *result = 0 ;
2782 :
2783 : (void)jenv;
2784 : (void)jcls;
2785 8 : result = (char *)("DMD_CREATIONFIELDDATATYPES");
2786 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2787 8 : return jresult;
2788 : }
2789 :
2790 :
2791 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONFIELDDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2792 8 : jstring jresult = 0 ;
2793 8 : char *result = 0 ;
2794 :
2795 : (void)jenv;
2796 : (void)jcls;
2797 8 : result = (char *)("DMD_CREATIONFIELDDATATYPES");
2798 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2799 8 : return jresult;
2800 : }
2801 :
2802 :
2803 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONFIELDDATASUBTYPES_1get(JNIEnv *jenv, jclass jcls) {
2804 8 : jstring jresult = 0 ;
2805 8 : char *result = 0 ;
2806 :
2807 : (void)jenv;
2808 : (void)jcls;
2809 8 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2810 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2811 8 : return jresult;
2812 : }
2813 :
2814 :
2815 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONFIELDDATASUBTYPES_1get(JNIEnv *jenv, jclass jcls) {
2816 8 : jstring jresult = 0 ;
2817 8 : char *result = 0 ;
2818 :
2819 : (void)jenv;
2820 : (void)jcls;
2821 8 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2822 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2823 8 : return jresult;
2824 : }
2825 :
2826 :
2827 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATION_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2828 8 : jstring jresult = 0 ;
2829 8 : char *result = 0 ;
2830 :
2831 : (void)jenv;
2832 : (void)jcls;
2833 8 : result = (char *)("DMD_CREATION_FIELD_DEFN_FLAGS");
2834 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2835 8 : return jresult;
2836 : }
2837 :
2838 :
2839 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATION_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2840 8 : jstring jresult = 0 ;
2841 8 : char *result = 0 ;
2842 :
2843 : (void)jenv;
2844 : (void)jcls;
2845 8 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2846 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2847 8 : return jresult;
2848 : }
2849 :
2850 :
2851 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1UPDATE_1ITEMS_1get(JNIEnv *jenv, jclass jcls) {
2852 8 : jstring jresult = 0 ;
2853 8 : char *result = 0 ;
2854 :
2855 : (void)jenv;
2856 : (void)jcls;
2857 8 : result = (char *)("DMD_UPDATE_ITEMS");
2858 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2859 8 : return jresult;
2860 : }
2861 :
2862 :
2863 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1UPDATE_1ITEMS_1get(JNIEnv *jenv, jclass jcls) {
2864 8 : jstring jresult = 0 ;
2865 8 : char *result = 0 ;
2866 :
2867 : (void)jenv;
2868 : (void)jcls;
2869 8 : result = (char *)("DMD_UPDATE_ITEMS");
2870 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2871 8 : return jresult;
2872 : }
2873 :
2874 :
2875 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1SUBDATASETS_1get(JNIEnv *jenv, jclass jcls) {
2876 8 : jstring jresult = 0 ;
2877 8 : char *result = 0 ;
2878 :
2879 : (void)jenv;
2880 : (void)jcls;
2881 8 : result = (char *)("DMD_SUBDATASETS");
2882 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2883 8 : return jresult;
2884 : }
2885 :
2886 :
2887 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1SUBDATASETS_1get(JNIEnv *jenv, jclass jcls) {
2888 8 : jstring jresult = 0 ;
2889 8 : char *result = 0 ;
2890 :
2891 : (void)jenv;
2892 : (void)jcls;
2893 8 : result = (char *)("DMD_SUBDATASETS");
2894 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2895 8 : return jresult;
2896 : }
2897 :
2898 :
2899 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATION_1FIELD_1DOMAIN_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
2900 8 : jstring jresult = 0 ;
2901 8 : char *result = 0 ;
2902 :
2903 : (void)jenv;
2904 : (void)jcls;
2905 8 : result = (char *)("DMD_CREATION_FIELD_DOMAIN_TYPES");
2906 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2907 8 : return jresult;
2908 : }
2909 :
2910 :
2911 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATION_1FIELD_1DOMAIN_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
2912 8 : jstring jresult = 0 ;
2913 8 : char *result = 0 ;
2914 :
2915 : (void)jenv;
2916 : (void)jcls;
2917 8 : result = (char *)("DMD_CREATION_FIELD_DOMAIN_TYPES");
2918 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2919 8 : return jresult;
2920 : }
2921 :
2922 :
2923 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ALTER_1GEOM_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2924 8 : jstring jresult = 0 ;
2925 8 : char *result = 0 ;
2926 :
2927 : (void)jenv;
2928 : (void)jcls;
2929 8 : result = (char *)("DMD_ALTER_GEOM_FIELD_DEFN_FLAGS");
2930 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2931 8 : return jresult;
2932 : }
2933 :
2934 :
2935 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ALTER_1GEOM_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2936 8 : jstring jresult = 0 ;
2937 8 : char *result = 0 ;
2938 :
2939 : (void)jenv;
2940 : (void)jcls;
2941 8 : result = (char *)("DMD_ALTER_GEOM_FIELD_DEFN_FLAGS");
2942 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2943 8 : return jresult;
2944 : }
2945 :
2946 :
2947 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1SUPPORTED_1SQL_1DIALECTS_1get(JNIEnv *jenv, jclass jcls) {
2948 8 : jstring jresult = 0 ;
2949 8 : char *result = 0 ;
2950 :
2951 : (void)jenv;
2952 : (void)jcls;
2953 8 : result = (char *)("DMD_SUPPORTED_SQL_DIALECTS");
2954 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2955 8 : return jresult;
2956 : }
2957 :
2958 :
2959 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1SUPPORTED_1SQL_1DIALECTS_1get(JNIEnv *jenv, jclass jcls) {
2960 8 : jstring jresult = 0 ;
2961 8 : char *result = 0 ;
2962 :
2963 : (void)jenv;
2964 : (void)jcls;
2965 8 : result = (char *)("DMD_SUPPORTED_SQL_DIALECTS");
2966 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2967 8 : return jresult;
2968 : }
2969 :
2970 :
2971 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1DECIMAL_1SEPARATOR_1get(JNIEnv *jenv, jclass jcls) {
2972 8 : jstring jresult = 0 ;
2973 8 : char *result = 0 ;
2974 :
2975 : (void)jenv;
2976 : (void)jcls;
2977 8 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_DECIMAL_SEPARATOR");
2978 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2979 8 : return jresult;
2980 : }
2981 :
2982 :
2983 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1DECIMAL_1SEPARATOR_1get(JNIEnv *jenv, jclass jcls) {
2984 8 : jstring jresult = 0 ;
2985 8 : char *result = 0 ;
2986 :
2987 : (void)jenv;
2988 : (void)jcls;
2989 8 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_DECIMAL_SEPARATOR");
2990 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2991 8 : return jresult;
2992 : }
2993 :
2994 :
2995 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1SIGN_1get(JNIEnv *jenv, jclass jcls) {
2996 8 : jstring jresult = 0 ;
2997 8 : char *result = 0 ;
2998 :
2999 : (void)jenv;
3000 : (void)jcls;
3001 8 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_SIGN");
3002 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3003 8 : return jresult;
3004 : }
3005 :
3006 :
3007 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1SIGN_1get(JNIEnv *jenv, jclass jcls) {
3008 8 : jstring jresult = 0 ;
3009 8 : char *result = 0 ;
3010 :
3011 : (void)jenv;
3012 : (void)jcls;
3013 8 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_SIGN");
3014 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3015 8 : return jresult;
3016 : }
3017 :
3018 :
3019 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MAX_1STRING_1LENGTH_1get(JNIEnv *jenv, jclass jcls) {
3020 8 : jstring jresult = 0 ;
3021 8 : char *result = 0 ;
3022 :
3023 : (void)jenv;
3024 : (void)jcls;
3025 8 : result = (char *)("DMD_MAX_STRING_LENGTH");
3026 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3027 8 : return jresult;
3028 : }
3029 :
3030 :
3031 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MAX_1STRING_1LENGTH_1get(JNIEnv *jenv, jclass jcls) {
3032 8 : jstring jresult = 0 ;
3033 8 : char *result = 0 ;
3034 :
3035 : (void)jenv;
3036 : (void)jcls;
3037 8 : result = (char *)("DMD_MAX_STRING_LENGTH");
3038 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3039 8 : return jresult;
3040 : }
3041 :
3042 :
3043 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1OPEN_1get(JNIEnv *jenv, jclass jcls) {
3044 8 : jstring jresult = 0 ;
3045 8 : char *result = 0 ;
3046 :
3047 : (void)jenv;
3048 : (void)jcls;
3049 8 : result = (char *)("DCAP_OPEN");
3050 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3051 8 : return jresult;
3052 : }
3053 :
3054 :
3055 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1OPEN_1get(JNIEnv *jenv, jclass jcls) {
3056 8 : jstring jresult = 0 ;
3057 8 : char *result = 0 ;
3058 :
3059 : (void)jenv;
3060 : (void)jcls;
3061 8 : result = (char *)("DCAP_OPEN");
3062 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3063 8 : return jresult;
3064 : }
3065 :
3066 :
3067 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1get(JNIEnv *jenv, jclass jcls) {
3068 8 : jstring jresult = 0 ;
3069 8 : char *result = 0 ;
3070 :
3071 : (void)jenv;
3072 : (void)jcls;
3073 8 : result = (char *)("DCAP_CREATE");
3074 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3075 8 : return jresult;
3076 : }
3077 :
3078 :
3079 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1get(JNIEnv *jenv, jclass jcls) {
3080 8 : jstring jresult = 0 ;
3081 8 : char *result = 0 ;
3082 :
3083 : (void)jenv;
3084 : (void)jcls;
3085 8 : result = (char *)("DCAP_CREATE");
3086 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3087 8 : return jresult;
3088 : }
3089 :
3090 :
3091 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
3092 8 : jstring jresult = 0 ;
3093 8 : char *result = 0 ;
3094 :
3095 : (void)jenv;
3096 : (void)jcls;
3097 8 : result = (char *)("DCAP_CREATE_MULTIDIMENSIONAL");
3098 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3099 8 : return jresult;
3100 : }
3101 :
3102 :
3103 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
3104 8 : jstring jresult = 0 ;
3105 8 : char *result = 0 ;
3106 :
3107 : (void)jenv;
3108 : (void)jcls;
3109 8 : result = (char *)("DCAP_CREATE_MULTIDIMENSIONAL");
3110 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3111 8 : return jresult;
3112 : }
3113 :
3114 :
3115 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3116 8 : jstring jresult = 0 ;
3117 8 : char *result = 0 ;
3118 :
3119 : (void)jenv;
3120 : (void)jcls;
3121 8 : result = (char *)("DCAP_CREATECOPY");
3122 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3123 8 : return jresult;
3124 : }
3125 :
3126 :
3127 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3128 8 : jstring jresult = 0 ;
3129 8 : char *result = 0 ;
3130 :
3131 : (void)jenv;
3132 : (void)jcls;
3133 8 : result = (char *)("DCAP_CREATECOPY");
3134 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3135 8 : return jresult;
3136 : }
3137 :
3138 :
3139 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1ONLY_1VISIBLE_1AT_1CLOSE_1TIME_1get(JNIEnv *jenv, jclass jcls) {
3140 8 : jstring jresult = 0 ;
3141 8 : char *result = 0 ;
3142 :
3143 : (void)jenv;
3144 : (void)jcls;
3145 8 : result = (char *)("DCAP_CREATE_ONLY_VISIBLE_AT_CLOSE_TIME");
3146 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3147 8 : return jresult;
3148 : }
3149 :
3150 :
3151 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1ONLY_1VISIBLE_1AT_1CLOSE_1TIME_1get(JNIEnv *jenv, jclass jcls) {
3152 8 : jstring jresult = 0 ;
3153 8 : char *result = 0 ;
3154 :
3155 : (void)jenv;
3156 : (void)jcls;
3157 8 : result = (char *)("DCAP_CREATE_ONLY_VISIBLE_AT_CLOSE_TIME");
3158 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3159 8 : return jresult;
3160 : }
3161 :
3162 :
3163 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1APPEND_1get(JNIEnv *jenv, jclass jcls) {
3164 8 : jstring jresult = 0 ;
3165 8 : char *result = 0 ;
3166 :
3167 : (void)jenv;
3168 : (void)jcls;
3169 8 : result = (char *)("DCAP_APPEND");
3170 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3171 8 : return jresult;
3172 : }
3173 :
3174 :
3175 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
3176 8 : jstring jresult = 0 ;
3177 8 : char *result = 0 ;
3178 :
3179 : (void)jenv;
3180 : (void)jcls;
3181 8 : result = (char *)("DCAP_UPDATE");
3182 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3183 8 : return jresult;
3184 : }
3185 :
3186 :
3187 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
3188 8 : jstring jresult = 0 ;
3189 8 : char *result = 0 ;
3190 :
3191 : (void)jenv;
3192 : (void)jcls;
3193 8 : result = (char *)("DCAP_UPDATE");
3194 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3195 8 : return jresult;
3196 : }
3197 :
3198 :
3199 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATECOPY_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
3200 8 : jstring jresult = 0 ;
3201 8 : char *result = 0 ;
3202 :
3203 : (void)jenv;
3204 : (void)jcls;
3205 8 : result = (char *)("DCAP_CREATECOPY_MULTIDIMENSIONAL");
3206 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3207 8 : return jresult;
3208 : }
3209 :
3210 :
3211 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATECOPY_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
3212 8 : jstring jresult = 0 ;
3213 8 : char *result = 0 ;
3214 :
3215 : (void)jenv;
3216 : (void)jcls;
3217 8 : result = (char *)("DCAP_CREATECOPY_MULTIDIMENSIONAL");
3218 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3219 8 : return jresult;
3220 : }
3221 :
3222 :
3223 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3224 8 : jstring jresult = 0 ;
3225 8 : char *result = 0 ;
3226 :
3227 : (void)jenv;
3228 : (void)jcls;
3229 8 : result = (char *)("DCAP_MULTIDIM_RASTER");
3230 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3231 8 : return jresult;
3232 : }
3233 :
3234 :
3235 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3236 8 : jstring jresult = 0 ;
3237 8 : char *result = 0 ;
3238 :
3239 : (void)jenv;
3240 : (void)jcls;
3241 8 : result = (char *)("DCAP_MULTIDIM_RASTER");
3242 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3243 8 : return jresult;
3244 : }
3245 :
3246 :
3247 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1SUBCREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3248 8 : jstring jresult = 0 ;
3249 8 : char *result = 0 ;
3250 :
3251 : (void)jenv;
3252 : (void)jcls;
3253 8 : result = (char *)("DCAP_SUBCREATECOPY");
3254 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3255 8 : return jresult;
3256 : }
3257 :
3258 :
3259 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1SUBCREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3260 8 : jstring jresult = 0 ;
3261 8 : char *result = 0 ;
3262 :
3263 : (void)jenv;
3264 : (void)jcls;
3265 8 : result = (char *)("DCAP_SUBCREATECOPY");
3266 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3267 8 : return jresult;
3268 : }
3269 :
3270 :
3271 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1VIRTUALIO_1get(JNIEnv *jenv, jclass jcls) {
3272 8 : jstring jresult = 0 ;
3273 8 : char *result = 0 ;
3274 :
3275 : (void)jenv;
3276 : (void)jcls;
3277 8 : result = (char *)("DCAP_VIRTUALIO");
3278 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3279 8 : return jresult;
3280 : }
3281 :
3282 :
3283 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1VIRTUALIO_1get(JNIEnv *jenv, jclass jcls) {
3284 8 : jstring jresult = 0 ;
3285 8 : char *result = 0 ;
3286 :
3287 : (void)jenv;
3288 : (void)jcls;
3289 8 : result = (char *)("DCAP_VIRTUALIO");
3290 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3291 8 : return jresult;
3292 : }
3293 :
3294 :
3295 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3296 8 : jstring jresult = 0 ;
3297 8 : char *result = 0 ;
3298 :
3299 : (void)jenv;
3300 : (void)jcls;
3301 8 : result = (char *)("DCAP_RASTER");
3302 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3303 8 : return jresult;
3304 : }
3305 :
3306 :
3307 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3308 8 : jstring jresult = 0 ;
3309 8 : char *result = 0 ;
3310 :
3311 : (void)jenv;
3312 : (void)jcls;
3313 8 : result = (char *)("DCAP_RASTER");
3314 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3315 8 : return jresult;
3316 : }
3317 :
3318 :
3319 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
3320 8 : jstring jresult = 0 ;
3321 8 : char *result = 0 ;
3322 :
3323 : (void)jenv;
3324 : (void)jcls;
3325 8 : result = (char *)("DCAP_VECTOR");
3326 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3327 8 : return jresult;
3328 : }
3329 :
3330 :
3331 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
3332 8 : jstring jresult = 0 ;
3333 8 : char *result = 0 ;
3334 :
3335 : (void)jenv;
3336 : (void)jcls;
3337 8 : result = (char *)("DCAP_VECTOR");
3338 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3339 8 : return jresult;
3340 : }
3341 :
3342 :
3343 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1GNM_1get(JNIEnv *jenv, jclass jcls) {
3344 8 : jstring jresult = 0 ;
3345 8 : char *result = 0 ;
3346 :
3347 : (void)jenv;
3348 : (void)jcls;
3349 8 : result = (char *)("DCAP_GNM");
3350 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3351 8 : return jresult;
3352 : }
3353 :
3354 :
3355 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1GNM_1get(JNIEnv *jenv, jclass jcls) {
3356 8 : jstring jresult = 0 ;
3357 8 : char *result = 0 ;
3358 :
3359 : (void)jenv;
3360 : (void)jcls;
3361 8 : result = (char *)("DCAP_GNM");
3362 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3363 8 : return jresult;
3364 : }
3365 :
3366 :
3367 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3368 8 : jstring jresult = 0 ;
3369 8 : char *result = 0 ;
3370 :
3371 : (void)jenv;
3372 : (void)jcls;
3373 8 : result = (char *)("DCAP_CREATE_LAYER");
3374 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3375 8 : return jresult;
3376 : }
3377 :
3378 :
3379 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3380 8 : jstring jresult = 0 ;
3381 8 : char *result = 0 ;
3382 :
3383 : (void)jenv;
3384 : (void)jcls;
3385 8 : result = (char *)("DCAP_CREATE_LAYER");
3386 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3387 8 : return jresult;
3388 : }
3389 :
3390 :
3391 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3392 8 : jstring jresult = 0 ;
3393 8 : char *result = 0 ;
3394 :
3395 : (void)jenv;
3396 : (void)jcls;
3397 8 : result = (char *)("DCAP_DELETE_LAYER");
3398 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3399 8 : return jresult;
3400 : }
3401 :
3402 :
3403 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3404 8 : jstring jresult = 0 ;
3405 8 : char *result = 0 ;
3406 :
3407 : (void)jenv;
3408 : (void)jcls;
3409 8 : result = (char *)("DCAP_DELETE_LAYER");
3410 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3411 8 : return jresult;
3412 : }
3413 :
3414 :
3415 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3416 8 : jstring jresult = 0 ;
3417 8 : char *result = 0 ;
3418 :
3419 : (void)jenv;
3420 : (void)jcls;
3421 8 : result = (char *)("DCAP_CREATE_FIELD");
3422 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3423 8 : return jresult;
3424 : }
3425 :
3426 :
3427 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3428 8 : jstring jresult = 0 ;
3429 8 : char *result = 0 ;
3430 :
3431 : (void)jenv;
3432 : (void)jcls;
3433 8 : result = (char *)("DCAP_CREATE_FIELD");
3434 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3435 8 : return jresult;
3436 : }
3437 :
3438 :
3439 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3440 8 : jstring jresult = 0 ;
3441 8 : char *result = 0 ;
3442 :
3443 : (void)jenv;
3444 : (void)jcls;
3445 8 : result = (char *)("DCAP_DELETE_FIELD");
3446 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3447 8 : return jresult;
3448 : }
3449 :
3450 :
3451 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3452 8 : jstring jresult = 0 ;
3453 8 : char *result = 0 ;
3454 :
3455 : (void)jenv;
3456 : (void)jcls;
3457 8 : result = (char *)("DCAP_DELETE_FIELD");
3458 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3459 8 : return jresult;
3460 : }
3461 :
3462 :
3463 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1REORDER_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3464 8 : jstring jresult = 0 ;
3465 8 : char *result = 0 ;
3466 :
3467 : (void)jenv;
3468 : (void)jcls;
3469 8 : result = (char *)("DCAP_REORDER_FIELDS");
3470 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3471 8 : return jresult;
3472 : }
3473 :
3474 :
3475 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1REORDER_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3476 8 : jstring jresult = 0 ;
3477 8 : char *result = 0 ;
3478 :
3479 : (void)jenv;
3480 : (void)jcls;
3481 8 : result = (char *)("DCAP_REORDER_FIELDS");
3482 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3483 8 : return jresult;
3484 : }
3485 :
3486 :
3487 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ALTER_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3488 8 : jstring jresult = 0 ;
3489 8 : char *result = 0 ;
3490 :
3491 : (void)jenv;
3492 : (void)jcls;
3493 8 : result = (char *)("DMD_ALTER_FIELD_DEFN_FLAGS");
3494 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3495 8 : return jresult;
3496 : }
3497 :
3498 :
3499 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ALTER_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3500 8 : jstring jresult = 0 ;
3501 8 : char *result = 0 ;
3502 :
3503 : (void)jenv;
3504 : (void)jcls;
3505 8 : result = (char *)("DMD_ALTER_FIELD_DEFN_FLAGS");
3506 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3507 8 : return jresult;
3508 : }
3509 :
3510 :
3511 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ILLEGAL_1FIELD_1NAMES_1get(JNIEnv *jenv, jclass jcls) {
3512 8 : jstring jresult = 0 ;
3513 8 : char *result = 0 ;
3514 :
3515 : (void)jenv;
3516 : (void)jcls;
3517 8 : result = (char *)("DMD_ILLEGAL_FIELD_NAMES");
3518 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3519 8 : return jresult;
3520 : }
3521 :
3522 :
3523 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ILLEGAL_1FIELD_1NAMES_1get(JNIEnv *jenv, jclass jcls) {
3524 8 : jstring jresult = 0 ;
3525 8 : char *result = 0 ;
3526 :
3527 : (void)jenv;
3528 : (void)jcls;
3529 8 : result = (char *)("DMD_ILLEGAL_FIELD_NAMES");
3530 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3531 8 : return jresult;
3532 : }
3533 :
3534 :
3535 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NOTNULL_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3536 8 : jstring jresult = 0 ;
3537 8 : char *result = 0 ;
3538 :
3539 : (void)jenv;
3540 : (void)jcls;
3541 8 : result = (char *)("DCAP_NOTNULL_FIELDS");
3542 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3543 8 : return jresult;
3544 : }
3545 :
3546 :
3547 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NOTNULL_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3548 8 : jstring jresult = 0 ;
3549 8 : char *result = 0 ;
3550 :
3551 : (void)jenv;
3552 : (void)jcls;
3553 8 : result = (char *)("DCAP_NOTNULL_FIELDS");
3554 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3555 8 : return jresult;
3556 : }
3557 :
3558 :
3559 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UNIQUE_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3560 8 : jstring jresult = 0 ;
3561 8 : char *result = 0 ;
3562 :
3563 : (void)jenv;
3564 : (void)jcls;
3565 8 : result = (char *)("DCAP_UNIQUE_FIELDS");
3566 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3567 8 : return jresult;
3568 : }
3569 :
3570 :
3571 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UNIQUE_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3572 8 : jstring jresult = 0 ;
3573 8 : char *result = 0 ;
3574 :
3575 : (void)jenv;
3576 : (void)jcls;
3577 8 : result = (char *)("DCAP_UNIQUE_FIELDS");
3578 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3579 8 : return jresult;
3580 : }
3581 :
3582 :
3583 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DEFAULT_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3584 8 : jstring jresult = 0 ;
3585 8 : char *result = 0 ;
3586 :
3587 : (void)jenv;
3588 : (void)jcls;
3589 8 : result = (char *)("DCAP_DEFAULT_FIELDS");
3590 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3591 8 : return jresult;
3592 : }
3593 :
3594 :
3595 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DEFAULT_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3596 8 : jstring jresult = 0 ;
3597 8 : char *result = 0 ;
3598 :
3599 : (void)jenv;
3600 : (void)jcls;
3601 8 : result = (char *)("DCAP_DEFAULT_FIELDS");
3602 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3603 8 : return jresult;
3604 : }
3605 :
3606 :
3607 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NOTNULL_1GEOMFIELDS_1get(JNIEnv *jenv, jclass jcls) {
3608 8 : jstring jresult = 0 ;
3609 8 : char *result = 0 ;
3610 :
3611 : (void)jenv;
3612 : (void)jcls;
3613 8 : result = (char *)("DCAP_NOTNULL_GEOMFIELDS");
3614 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3615 8 : return jresult;
3616 : }
3617 :
3618 :
3619 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NOTNULL_1GEOMFIELDS_1get(JNIEnv *jenv, jclass jcls) {
3620 8 : jstring jresult = 0 ;
3621 8 : char *result = 0 ;
3622 :
3623 : (void)jenv;
3624 : (void)jcls;
3625 8 : result = (char *)("DCAP_NOTNULL_GEOMFIELDS");
3626 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3627 8 : return jresult;
3628 : }
3629 :
3630 :
3631 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NONSPATIAL_1get(JNIEnv *jenv, jclass jcls) {
3632 8 : jstring jresult = 0 ;
3633 8 : char *result = 0 ;
3634 :
3635 : (void)jenv;
3636 : (void)jcls;
3637 8 : result = (char *)("DCAP_NONSPATIAL");
3638 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3639 8 : return jresult;
3640 : }
3641 :
3642 :
3643 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NONSPATIAL_1get(JNIEnv *jenv, jclass jcls) {
3644 8 : jstring jresult = 0 ;
3645 8 : char *result = 0 ;
3646 :
3647 : (void)jenv;
3648 : (void)jcls;
3649 8 : result = (char *)("DCAP_NONSPATIAL");
3650 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3651 8 : return jresult;
3652 : }
3653 :
3654 :
3655 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CURVE_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3656 8 : jstring jresult = 0 ;
3657 8 : char *result = 0 ;
3658 :
3659 : (void)jenv;
3660 : (void)jcls;
3661 8 : result = (char *)("DCAP_CURVE_GEOMETRIES");
3662 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3663 8 : return jresult;
3664 : }
3665 :
3666 :
3667 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CURVE_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3668 8 : jstring jresult = 0 ;
3669 8 : char *result = 0 ;
3670 :
3671 : (void)jenv;
3672 : (void)jcls;
3673 8 : result = (char *)("DCAP_CURVE_GEOMETRIES");
3674 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3675 8 : return jresult;
3676 : }
3677 :
3678 :
3679 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MEASURED_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3680 8 : jstring jresult = 0 ;
3681 8 : char *result = 0 ;
3682 :
3683 : (void)jenv;
3684 : (void)jcls;
3685 8 : result = (char *)("DCAP_MEASURED_GEOMETRIES");
3686 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3687 8 : return jresult;
3688 : }
3689 :
3690 :
3691 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MEASURED_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3692 8 : jstring jresult = 0 ;
3693 8 : char *result = 0 ;
3694 :
3695 : (void)jenv;
3696 : (void)jcls;
3697 8 : result = (char *)("DCAP_MEASURED_GEOMETRIES");
3698 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3699 8 : return jresult;
3700 : }
3701 :
3702 :
3703 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1Z_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3704 8 : jstring jresult = 0 ;
3705 8 : char *result = 0 ;
3706 :
3707 : (void)jenv;
3708 : (void)jcls;
3709 8 : result = (char *)("DCAP_Z_GEOMETRIES");
3710 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3711 8 : return jresult;
3712 : }
3713 :
3714 :
3715 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1Z_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3716 8 : jstring jresult = 0 ;
3717 8 : char *result = 0 ;
3718 :
3719 : (void)jenv;
3720 : (void)jcls;
3721 8 : result = (char *)("DCAP_Z_GEOMETRIES");
3722 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3723 8 : return jresult;
3724 : }
3725 :
3726 :
3727 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1GEOMETRY_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3728 8 : jstring jresult = 0 ;
3729 8 : char *result = 0 ;
3730 :
3731 : (void)jenv;
3732 : (void)jcls;
3733 8 : result = (char *)("DMD_GEOMETRY_FLAGS");
3734 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3735 8 : return jresult;
3736 : }
3737 :
3738 :
3739 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1GEOMETRY_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3740 8 : jstring jresult = 0 ;
3741 8 : char *result = 0 ;
3742 :
3743 : (void)jenv;
3744 : (void)jcls;
3745 8 : result = (char *)("DMD_GEOMETRY_FLAGS");
3746 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3747 8 : return jresult;
3748 : }
3749 :
3750 :
3751 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1get(JNIEnv *jenv, jclass jcls) {
3752 8 : jstring jresult = 0 ;
3753 8 : char *result = 0 ;
3754 :
3755 : (void)jenv;
3756 : (void)jcls;
3757 8 : result = (char *)("DCAP_FEATURE_STYLES");
3758 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3759 8 : return jresult;
3760 : }
3761 :
3762 :
3763 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1get(JNIEnv *jenv, jclass jcls) {
3764 8 : jstring jresult = 0 ;
3765 8 : char *result = 0 ;
3766 :
3767 : (void)jenv;
3768 : (void)jcls;
3769 8 : result = (char *)("DCAP_FEATURE_STYLES");
3770 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3771 8 : return jresult;
3772 : }
3773 :
3774 :
3775 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1READ_1get(JNIEnv *jenv, jclass jcls) {
3776 8 : jstring jresult = 0 ;
3777 8 : char *result = 0 ;
3778 :
3779 : (void)jenv;
3780 : (void)jcls;
3781 8 : result = (char *)("DCAP_FEATURE_STYLES_READ");
3782 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3783 8 : return jresult;
3784 : }
3785 :
3786 :
3787 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1READ_1get(JNIEnv *jenv, jclass jcls) {
3788 8 : jstring jresult = 0 ;
3789 8 : char *result = 0 ;
3790 :
3791 : (void)jenv;
3792 : (void)jcls;
3793 8 : result = (char *)("DCAP_FEATURE_STYLES_READ");
3794 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3795 8 : return jresult;
3796 : }
3797 :
3798 :
3799 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1WRITE_1get(JNIEnv *jenv, jclass jcls) {
3800 8 : jstring jresult = 0 ;
3801 8 : char *result = 0 ;
3802 :
3803 : (void)jenv;
3804 : (void)jcls;
3805 8 : result = (char *)("DCAP_FEATURE_STYLES_WRITE");
3806 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3807 8 : return jresult;
3808 : }
3809 :
3810 :
3811 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1WRITE_1get(JNIEnv *jenv, jclass jcls) {
3812 8 : jstring jresult = 0 ;
3813 8 : char *result = 0 ;
3814 :
3815 : (void)jenv;
3816 : (void)jcls;
3817 8 : result = (char *)("DCAP_FEATURE_STYLES_WRITE");
3818 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3819 8 : return jresult;
3820 : }
3821 :
3822 :
3823 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1COORDINATE_1EPOCH_1get(JNIEnv *jenv, jclass jcls) {
3824 8 : jstring jresult = 0 ;
3825 8 : char *result = 0 ;
3826 :
3827 : (void)jenv;
3828 : (void)jcls;
3829 8 : result = (char *)("DCAP_COORDINATE_EPOCH");
3830 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3831 8 : return jresult;
3832 : }
3833 :
3834 :
3835 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1COORDINATE_1EPOCH_1get(JNIEnv *jenv, jclass jcls) {
3836 8 : jstring jresult = 0 ;
3837 8 : char *result = 0 ;
3838 :
3839 : (void)jenv;
3840 : (void)jcls;
3841 8 : result = (char *)("DCAP_COORDINATE_EPOCH");
3842 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3843 8 : return jresult;
3844 : }
3845 :
3846 :
3847 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MULTIPLE_1VECTOR_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3848 8 : jstring jresult = 0 ;
3849 8 : char *result = 0 ;
3850 :
3851 : (void)jenv;
3852 : (void)jcls;
3853 8 : result = (char *)("DCAP_MULTIPLE_VECTOR_LAYERS");
3854 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3855 8 : return jresult;
3856 : }
3857 :
3858 :
3859 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MULTIPLE_1VECTOR_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3860 8 : jstring jresult = 0 ;
3861 8 : char *result = 0 ;
3862 :
3863 : (void)jenv;
3864 : (void)jcls;
3865 8 : result = (char *)("DCAP_MULTIPLE_VECTOR_LAYERS");
3866 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3867 8 : return jresult;
3868 : }
3869 :
3870 :
3871 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FIELD_1DOMAINS_1get(JNIEnv *jenv, jclass jcls) {
3872 8 : jstring jresult = 0 ;
3873 8 : char *result = 0 ;
3874 :
3875 : (void)jenv;
3876 : (void)jcls;
3877 8 : result = (char *)("DCAP_FIELD_DOMAINS");
3878 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3879 8 : return jresult;
3880 : }
3881 :
3882 :
3883 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FIELD_1DOMAINS_1get(JNIEnv *jenv, jclass jcls) {
3884 8 : jstring jresult = 0 ;
3885 8 : char *result = 0 ;
3886 :
3887 : (void)jenv;
3888 : (void)jcls;
3889 8 : result = (char *)("DCAP_FIELD_DOMAINS");
3890 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3891 8 : return jresult;
3892 : }
3893 :
3894 :
3895 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RELATIONSHIPS_1get(JNIEnv *jenv, jclass jcls) {
3896 8 : jstring jresult = 0 ;
3897 8 : char *result = 0 ;
3898 :
3899 : (void)jenv;
3900 : (void)jcls;
3901 8 : result = (char *)("DCAP_RELATIONSHIPS");
3902 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3903 8 : return jresult;
3904 : }
3905 :
3906 :
3907 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RELATIONSHIPS_1get(JNIEnv *jenv, jclass jcls) {
3908 8 : jstring jresult = 0 ;
3909 8 : char *result = 0 ;
3910 :
3911 : (void)jenv;
3912 : (void)jcls;
3913 8 : result = (char *)("DCAP_RELATIONSHIPS");
3914 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3915 8 : return jresult;
3916 : }
3917 :
3918 :
3919 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3920 8 : jstring jresult = 0 ;
3921 8 : char *result = 0 ;
3922 :
3923 : (void)jenv;
3924 : (void)jcls;
3925 8 : result = (char *)("DCAP_CREATE_RELATIONSHIP");
3926 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3927 8 : return jresult;
3928 : }
3929 :
3930 :
3931 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3932 8 : jstring jresult = 0 ;
3933 8 : char *result = 0 ;
3934 :
3935 : (void)jenv;
3936 : (void)jcls;
3937 8 : result = (char *)("DCAP_CREATE_RELATIONSHIP");
3938 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3939 8 : return jresult;
3940 : }
3941 :
3942 :
3943 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3944 8 : jstring jresult = 0 ;
3945 8 : char *result = 0 ;
3946 :
3947 : (void)jenv;
3948 : (void)jcls;
3949 8 : result = (char *)("DCAP_DELETE_RELATIONSHIP");
3950 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3951 8 : return jresult;
3952 : }
3953 :
3954 :
3955 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3956 8 : jstring jresult = 0 ;
3957 8 : char *result = 0 ;
3958 :
3959 : (void)jenv;
3960 : (void)jcls;
3961 8 : result = (char *)("DCAP_DELETE_RELATIONSHIP");
3962 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3963 8 : return jresult;
3964 : }
3965 :
3966 :
3967 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UPDATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3968 8 : jstring jresult = 0 ;
3969 8 : char *result = 0 ;
3970 :
3971 : (void)jenv;
3972 : (void)jcls;
3973 8 : result = (char *)("DCAP_UPDATE_RELATIONSHIP");
3974 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3975 8 : return jresult;
3976 : }
3977 :
3978 :
3979 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UPDATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3980 8 : jstring jresult = 0 ;
3981 8 : char *result = 0 ;
3982 :
3983 : (void)jenv;
3984 : (void)jcls;
3985 8 : result = (char *)("DCAP_UPDATE_RELATIONSHIP");
3986 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3987 8 : return jresult;
3988 : }
3989 :
3990 :
3991 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1RELATIONSHIP_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3992 8 : jstring jresult = 0 ;
3993 8 : char *result = 0 ;
3994 :
3995 : (void)jenv;
3996 : (void)jcls;
3997 8 : result = (char *)("DMD_RELATIONSHIP_FLAGS");
3998 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3999 8 : return jresult;
4000 : }
4001 :
4002 :
4003 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1RELATIONSHIP_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
4004 8 : jstring jresult = 0 ;
4005 8 : char *result = 0 ;
4006 :
4007 : (void)jenv;
4008 : (void)jcls;
4009 8 : result = (char *)("DMD_RELATIONSHIP_FLAGS");
4010 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4011 8 : return jresult;
4012 : }
4013 :
4014 :
4015 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1RELATIONSHIP_1RELATED_1TABLE_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
4016 8 : jstring jresult = 0 ;
4017 8 : char *result = 0 ;
4018 :
4019 : (void)jenv;
4020 : (void)jcls;
4021 8 : result = (char *)("DMD_RELATIONSHIP_RELATED_TABLE_TYPES");
4022 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4023 8 : return jresult;
4024 : }
4025 :
4026 :
4027 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1RELATIONSHIP_1RELATED_1TABLE_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
4028 8 : jstring jresult = 0 ;
4029 8 : char *result = 0 ;
4030 :
4031 : (void)jenv;
4032 : (void)jcls;
4033 8 : result = (char *)("DMD_RELATIONSHIP_RELATED_TABLE_TYPES");
4034 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4035 8 : return jresult;
4036 : }
4037 :
4038 :
4039 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RENAME_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
4040 8 : jstring jresult = 0 ;
4041 8 : char *result = 0 ;
4042 :
4043 : (void)jenv;
4044 : (void)jcls;
4045 8 : result = (char *)("DCAP_RENAME_LAYERS");
4046 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4047 8 : return jresult;
4048 : }
4049 :
4050 :
4051 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RENAME_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
4052 8 : jstring jresult = 0 ;
4053 8 : char *result = 0 ;
4054 :
4055 : (void)jenv;
4056 : (void)jcls;
4057 8 : result = (char *)("DCAP_RENAME_LAYERS");
4058 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4059 8 : return jresult;
4060 : }
4061 :
4062 :
4063 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FLUSHCACHE_1CONSISTENT_1STATE_1get(JNIEnv *jenv, jclass jcls) {
4064 8 : jstring jresult = 0 ;
4065 8 : char *result = 0 ;
4066 :
4067 : (void)jenv;
4068 : (void)jcls;
4069 8 : result = (char *)("DCAP_FLUSHCACHE_CONSISTENT_STATE");
4070 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4071 8 : return jresult;
4072 : }
4073 :
4074 :
4075 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FLUSHCACHE_1CONSISTENT_1STATE_1get(JNIEnv *jenv, jclass jcls) {
4076 8 : jstring jresult = 0 ;
4077 8 : char *result = 0 ;
4078 :
4079 : (void)jenv;
4080 : (void)jcls;
4081 8 : result = (char *)("DCAP_FLUSHCACHE_CONSISTENT_STATE");
4082 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4083 8 : return jresult;
4084 : }
4085 :
4086 :
4087 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UPSERT_1get(JNIEnv *jenv, jclass jcls) {
4088 8 : jstring jresult = 0 ;
4089 8 : char *result = 0 ;
4090 :
4091 : (void)jenv;
4092 : (void)jcls;
4093 8 : result = (char *)("DCAP_UPSERT");
4094 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4095 8 : return jresult;
4096 : }
4097 :
4098 :
4099 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UPSERT_1get(JNIEnv *jenv, jclass jcls) {
4100 8 : jstring jresult = 0 ;
4101 8 : char *result = 0 ;
4102 :
4103 : (void)jenv;
4104 : (void)jcls;
4105 8 : result = (char *)("DCAP_UPSERT");
4106 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4107 8 : return jresult;
4108 : }
4109 :
4110 :
4111 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1HORIZONTAL_1X_1get(JNIEnv *jenv, jclass jcls) {
4112 8 : jstring jresult = 0 ;
4113 8 : char *result = 0 ;
4114 :
4115 : (void)jenv;
4116 : (void)jcls;
4117 8 : result = (char *)("HORIZONTAL_X");
4118 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4119 8 : return jresult;
4120 : }
4121 :
4122 :
4123 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1HORIZONTAL_1X_1get(JNIEnv *jenv, jclass jcls) {
4124 8 : jstring jresult = 0 ;
4125 8 : char *result = 0 ;
4126 :
4127 : (void)jenv;
4128 : (void)jcls;
4129 8 : result = (char *)("HORIZONTAL_X");
4130 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4131 8 : return jresult;
4132 : }
4133 :
4134 :
4135 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1HORIZONTAL_1Y_1get(JNIEnv *jenv, jclass jcls) {
4136 8 : jstring jresult = 0 ;
4137 8 : char *result = 0 ;
4138 :
4139 : (void)jenv;
4140 : (void)jcls;
4141 8 : result = (char *)("HORIZONTAL_Y");
4142 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4143 8 : return jresult;
4144 : }
4145 :
4146 :
4147 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1HORIZONTAL_1Y_1get(JNIEnv *jenv, jclass jcls) {
4148 8 : jstring jresult = 0 ;
4149 8 : char *result = 0 ;
4150 :
4151 : (void)jenv;
4152 : (void)jcls;
4153 8 : result = (char *)("HORIZONTAL_Y");
4154 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4155 8 : return jresult;
4156 : }
4157 :
4158 :
4159 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1VERTICAL_1get(JNIEnv *jenv, jclass jcls) {
4160 8 : jstring jresult = 0 ;
4161 8 : char *result = 0 ;
4162 :
4163 : (void)jenv;
4164 : (void)jcls;
4165 8 : result = (char *)("VERTICAL");
4166 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4167 8 : return jresult;
4168 : }
4169 :
4170 :
4171 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1VERTICAL_1get(JNIEnv *jenv, jclass jcls) {
4172 8 : jstring jresult = 0 ;
4173 8 : char *result = 0 ;
4174 :
4175 : (void)jenv;
4176 : (void)jcls;
4177 8 : result = (char *)("VERTICAL");
4178 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4179 8 : return jresult;
4180 : }
4181 :
4182 :
4183 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1TEMPORAL_1get(JNIEnv *jenv, jclass jcls) {
4184 8 : jstring jresult = 0 ;
4185 8 : char *result = 0 ;
4186 :
4187 : (void)jenv;
4188 : (void)jcls;
4189 8 : result = (char *)("TEMPORAL");
4190 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4191 8 : return jresult;
4192 : }
4193 :
4194 :
4195 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1TEMPORAL_1get(JNIEnv *jenv, jclass jcls) {
4196 8 : jstring jresult = 0 ;
4197 8 : char *result = 0 ;
4198 :
4199 : (void)jenv;
4200 : (void)jcls;
4201 8 : result = (char *)("TEMPORAL");
4202 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4203 8 : return jresult;
4204 : }
4205 :
4206 :
4207 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1PARAMETRIC_1get(JNIEnv *jenv, jclass jcls) {
4208 8 : jstring jresult = 0 ;
4209 8 : char *result = 0 ;
4210 :
4211 : (void)jenv;
4212 : (void)jcls;
4213 8 : result = (char *)("PARAMETRIC");
4214 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4215 8 : return jresult;
4216 : }
4217 :
4218 :
4219 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1PARAMETRIC_1get(JNIEnv *jenv, jclass jcls) {
4220 8 : jstring jresult = 0 ;
4221 8 : char *result = 0 ;
4222 :
4223 : (void)jenv;
4224 : (void)jcls;
4225 8 : result = (char *)("PARAMETRIC");
4226 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4227 8 : return jresult;
4228 : }
4229 :
4230 :
4231 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCAddRelationship_1get(JNIEnv *jenv, jclass jcls) {
4232 8 : jstring jresult = 0 ;
4233 8 : char *result = 0 ;
4234 :
4235 : (void)jenv;
4236 : (void)jcls;
4237 8 : result = (char *)("AddRelationship");
4238 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4239 8 : return jresult;
4240 : }
4241 :
4242 :
4243 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCDeleteRelationship_1get(JNIEnv *jenv, jclass jcls) {
4244 8 : jstring jresult = 0 ;
4245 8 : char *result = 0 ;
4246 :
4247 : (void)jenv;
4248 : (void)jcls;
4249 8 : result = (char *)("DeleteRelationship");
4250 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4251 8 : return jresult;
4252 : }
4253 :
4254 :
4255 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCUpdateRelationship_1get(JNIEnv *jenv, jclass jcls) {
4256 8 : jstring jresult = 0 ;
4257 8 : char *result = 0 ;
4258 :
4259 : (void)jenv;
4260 : (void)jcls;
4261 8 : result = (char *)("UpdateRelationship");
4262 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4263 8 : return jresult;
4264 : }
4265 :
4266 :
4267 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCFastGetExtent_1get(JNIEnv *jenv, jclass jcls) {
4268 8 : jstring jresult = 0 ;
4269 8 : char *result = 0 ;
4270 :
4271 : (void)jenv;
4272 : (void)jcls;
4273 8 : result = (char *)("FastGetExtent");
4274 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4275 8 : return jresult;
4276 : }
4277 :
4278 :
4279 8 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCFastGetExtentWGS84LongLat_1get(JNIEnv *jenv, jclass jcls) {
4280 8 : jstring jresult = 0 ;
4281 8 : char *result = 0 ;
4282 :
4283 : (void)jenv;
4284 : (void)jcls;
4285 8 : result = (char *)("FastGetExtentWGS84LongLat");
4286 8 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4287 8 : return jresult;
4288 : }
4289 :
4290 :
4291 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1BackslashQuotable_1get(JNIEnv *jenv, jclass jcls) {
4292 8 : jint jresult = 0 ;
4293 : int result;
4294 :
4295 : (void)jenv;
4296 : (void)jcls;
4297 8 : result = (int)(CPLES_BackslashQuotable);
4298 8 : jresult = (jint)result;
4299 8 : return jresult;
4300 : }
4301 :
4302 :
4303 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1XML_1get(JNIEnv *jenv, jclass jcls) {
4304 8 : jint jresult = 0 ;
4305 : int result;
4306 :
4307 : (void)jenv;
4308 : (void)jcls;
4309 8 : result = (int)(CPLES_XML);
4310 8 : jresult = (jint)result;
4311 8 : return jresult;
4312 : }
4313 :
4314 :
4315 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1XML_1BUT_1QUOTES_1get(JNIEnv *jenv, jclass jcls) {
4316 8 : jint jresult = 0 ;
4317 : int result;
4318 :
4319 : (void)jenv;
4320 : (void)jcls;
4321 8 : result = (int)(CPLES_XML_BUT_QUOTES);
4322 8 : jresult = (jint)result;
4323 8 : return jresult;
4324 : }
4325 :
4326 :
4327 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1URL_1get(JNIEnv *jenv, jclass jcls) {
4328 8 : jint jresult = 0 ;
4329 : int result;
4330 :
4331 : (void)jenv;
4332 : (void)jcls;
4333 8 : result = (int)(CPLES_URL);
4334 8 : jresult = (jint)result;
4335 8 : return jresult;
4336 : }
4337 :
4338 :
4339 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1SQL_1get(JNIEnv *jenv, jclass jcls) {
4340 8 : jint jresult = 0 ;
4341 : int result;
4342 :
4343 : (void)jenv;
4344 : (void)jcls;
4345 8 : result = (int)(CPLES_SQL);
4346 8 : jresult = (jint)result;
4347 8 : return jresult;
4348 : }
4349 :
4350 :
4351 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1SQLI_1get(JNIEnv *jenv, jclass jcls) {
4352 8 : jint jresult = 0 ;
4353 : int result;
4354 :
4355 : (void)jenv;
4356 : (void)jcls;
4357 8 : result = (int)(CPLES_SQLI);
4358 8 : jresult = (jint)result;
4359 8 : return jresult;
4360 : }
4361 :
4362 :
4363 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1CSV_1get(JNIEnv *jenv, jclass jcls) {
4364 8 : jint jresult = 0 ;
4365 : int result;
4366 :
4367 : (void)jenv;
4368 : (void)jcls;
4369 8 : result = (int)(CPLES_CSV);
4370 8 : jresult = (jint)result;
4371 8 : return jresult;
4372 : }
4373 :
4374 :
4375 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1Integer_1get(JNIEnv *jenv, jclass jcls) {
4376 8 : jint jresult = 0 ;
4377 : int result;
4378 :
4379 : (void)jenv;
4380 : (void)jcls;
4381 8 : result = (int)(GFT_Integer);
4382 8 : jresult = (jint)result;
4383 8 : return jresult;
4384 : }
4385 :
4386 :
4387 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1Real_1get(JNIEnv *jenv, jclass jcls) {
4388 8 : jint jresult = 0 ;
4389 : int result;
4390 :
4391 : (void)jenv;
4392 : (void)jcls;
4393 8 : result = (int)(GFT_Real);
4394 8 : jresult = (jint)result;
4395 8 : return jresult;
4396 : }
4397 :
4398 :
4399 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1String_1get(JNIEnv *jenv, jclass jcls) {
4400 8 : jint jresult = 0 ;
4401 : int result;
4402 :
4403 : (void)jenv;
4404 : (void)jcls;
4405 8 : result = (int)(GFT_String);
4406 8 : jresult = (jint)result;
4407 8 : return jresult;
4408 : }
4409 :
4410 :
4411 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Generic_1get(JNIEnv *jenv, jclass jcls) {
4412 8 : jint jresult = 0 ;
4413 : int result;
4414 :
4415 : (void)jenv;
4416 : (void)jcls;
4417 8 : result = (int)(GFU_Generic);
4418 8 : jresult = (jint)result;
4419 8 : return jresult;
4420 : }
4421 :
4422 :
4423 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1PixelCount_1get(JNIEnv *jenv, jclass jcls) {
4424 8 : jint jresult = 0 ;
4425 : int result;
4426 :
4427 : (void)jenv;
4428 : (void)jcls;
4429 8 : result = (int)(GFU_PixelCount);
4430 8 : jresult = (jint)result;
4431 8 : return jresult;
4432 : }
4433 :
4434 :
4435 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Name_1get(JNIEnv *jenv, jclass jcls) {
4436 8 : jint jresult = 0 ;
4437 : int result;
4438 :
4439 : (void)jenv;
4440 : (void)jcls;
4441 8 : result = (int)(GFU_Name);
4442 8 : jresult = (jint)result;
4443 8 : return jresult;
4444 : }
4445 :
4446 :
4447 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Min_1get(JNIEnv *jenv, jclass jcls) {
4448 8 : jint jresult = 0 ;
4449 : int result;
4450 :
4451 : (void)jenv;
4452 : (void)jcls;
4453 8 : result = (int)(GFU_Min);
4454 8 : jresult = (jint)result;
4455 8 : return jresult;
4456 : }
4457 :
4458 :
4459 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Max_1get(JNIEnv *jenv, jclass jcls) {
4460 8 : jint jresult = 0 ;
4461 : int result;
4462 :
4463 : (void)jenv;
4464 : (void)jcls;
4465 8 : result = (int)(GFU_Max);
4466 8 : jresult = (jint)result;
4467 8 : return jresult;
4468 : }
4469 :
4470 :
4471 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1MinMax_1get(JNIEnv *jenv, jclass jcls) {
4472 8 : jint jresult = 0 ;
4473 : int result;
4474 :
4475 : (void)jenv;
4476 : (void)jcls;
4477 8 : result = (int)(GFU_MinMax);
4478 8 : jresult = (jint)result;
4479 8 : return jresult;
4480 : }
4481 :
4482 :
4483 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Red_1get(JNIEnv *jenv, jclass jcls) {
4484 8 : jint jresult = 0 ;
4485 : int result;
4486 :
4487 : (void)jenv;
4488 : (void)jcls;
4489 8 : result = (int)(GFU_Red);
4490 8 : jresult = (jint)result;
4491 8 : return jresult;
4492 : }
4493 :
4494 :
4495 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Green_1get(JNIEnv *jenv, jclass jcls) {
4496 8 : jint jresult = 0 ;
4497 : int result;
4498 :
4499 : (void)jenv;
4500 : (void)jcls;
4501 8 : result = (int)(GFU_Green);
4502 8 : jresult = (jint)result;
4503 8 : return jresult;
4504 : }
4505 :
4506 :
4507 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Blue_1get(JNIEnv *jenv, jclass jcls) {
4508 8 : jint jresult = 0 ;
4509 : int result;
4510 :
4511 : (void)jenv;
4512 : (void)jcls;
4513 8 : result = (int)(GFU_Blue);
4514 8 : jresult = (jint)result;
4515 8 : return jresult;
4516 : }
4517 :
4518 :
4519 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Alpha_1get(JNIEnv *jenv, jclass jcls) {
4520 8 : jint jresult = 0 ;
4521 : int result;
4522 :
4523 : (void)jenv;
4524 : (void)jcls;
4525 8 : result = (int)(GFU_Alpha);
4526 8 : jresult = (jint)result;
4527 8 : return jresult;
4528 : }
4529 :
4530 :
4531 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1RedMin_1get(JNIEnv *jenv, jclass jcls) {
4532 8 : jint jresult = 0 ;
4533 : int result;
4534 :
4535 : (void)jenv;
4536 : (void)jcls;
4537 8 : result = (int)(GFU_RedMin);
4538 8 : jresult = (jint)result;
4539 8 : return jresult;
4540 : }
4541 :
4542 :
4543 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1GreenMin_1get(JNIEnv *jenv, jclass jcls) {
4544 8 : jint jresult = 0 ;
4545 : int result;
4546 :
4547 : (void)jenv;
4548 : (void)jcls;
4549 8 : result = (int)(GFU_GreenMin);
4550 8 : jresult = (jint)result;
4551 8 : return jresult;
4552 : }
4553 :
4554 :
4555 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1BlueMin_1get(JNIEnv *jenv, jclass jcls) {
4556 8 : jint jresult = 0 ;
4557 : int result;
4558 :
4559 : (void)jenv;
4560 : (void)jcls;
4561 8 : result = (int)(GFU_BlueMin);
4562 8 : jresult = (jint)result;
4563 8 : return jresult;
4564 : }
4565 :
4566 :
4567 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1AlphaMin_1get(JNIEnv *jenv, jclass jcls) {
4568 8 : jint jresult = 0 ;
4569 : int result;
4570 :
4571 : (void)jenv;
4572 : (void)jcls;
4573 8 : result = (int)(GFU_AlphaMin);
4574 8 : jresult = (jint)result;
4575 8 : return jresult;
4576 : }
4577 :
4578 :
4579 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1RedMax_1get(JNIEnv *jenv, jclass jcls) {
4580 8 : jint jresult = 0 ;
4581 : int result;
4582 :
4583 : (void)jenv;
4584 : (void)jcls;
4585 8 : result = (int)(GFU_RedMax);
4586 8 : jresult = (jint)result;
4587 8 : return jresult;
4588 : }
4589 :
4590 :
4591 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1GreenMax_1get(JNIEnv *jenv, jclass jcls) {
4592 8 : jint jresult = 0 ;
4593 : int result;
4594 :
4595 : (void)jenv;
4596 : (void)jcls;
4597 8 : result = (int)(GFU_GreenMax);
4598 8 : jresult = (jint)result;
4599 8 : return jresult;
4600 : }
4601 :
4602 :
4603 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1BlueMax_1get(JNIEnv *jenv, jclass jcls) {
4604 8 : jint jresult = 0 ;
4605 : int result;
4606 :
4607 : (void)jenv;
4608 : (void)jcls;
4609 8 : result = (int)(GFU_BlueMax);
4610 8 : jresult = (jint)result;
4611 8 : return jresult;
4612 : }
4613 :
4614 :
4615 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1AlphaMax_1get(JNIEnv *jenv, jclass jcls) {
4616 8 : jint jresult = 0 ;
4617 : int result;
4618 :
4619 : (void)jenv;
4620 : (void)jcls;
4621 8 : result = (int)(GFU_AlphaMax);
4622 8 : jresult = (jint)result;
4623 8 : return jresult;
4624 : }
4625 :
4626 :
4627 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1MaxCount_1get(JNIEnv *jenv, jclass jcls) {
4628 8 : jint jresult = 0 ;
4629 : int result;
4630 :
4631 : (void)jenv;
4632 : (void)jcls;
4633 8 : result = (int)(GFU_MaxCount);
4634 8 : jresult = (jint)result;
4635 8 : return jresult;
4636 : }
4637 :
4638 :
4639 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRTT_1THEMATIC_1get(JNIEnv *jenv, jclass jcls) {
4640 8 : jint jresult = 0 ;
4641 : int result;
4642 :
4643 : (void)jenv;
4644 : (void)jcls;
4645 8 : result = (int)(GRTT_THEMATIC);
4646 8 : jresult = (jint)result;
4647 8 : return jresult;
4648 : }
4649 :
4650 :
4651 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRTT_1ATHEMATIC_1get(JNIEnv *jenv, jclass jcls) {
4652 8 : jint jresult = 0 ;
4653 : int result;
4654 :
4655 : (void)jenv;
4656 : (void)jcls;
4657 8 : result = (int)(GRTT_ATHEMATIC);
4658 8 : jresult = (jint)result;
4659 8 : return jresult;
4660 : }
4661 :
4662 :
4663 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1ALL_1VALID_1get(JNIEnv *jenv, jclass jcls) {
4664 8 : jint jresult = 0 ;
4665 : int result;
4666 :
4667 : (void)jenv;
4668 : (void)jcls;
4669 8 : result = (int)(0x01);
4670 8 : jresult = (jint)result;
4671 8 : return jresult;
4672 : }
4673 :
4674 :
4675 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1PER_1DATASET_1get(JNIEnv *jenv, jclass jcls) {
4676 8 : jint jresult = 0 ;
4677 : int result;
4678 :
4679 : (void)jenv;
4680 : (void)jcls;
4681 8 : result = (int)(0x02);
4682 8 : jresult = (jint)result;
4683 8 : return jresult;
4684 : }
4685 :
4686 :
4687 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1ALPHA_1get(JNIEnv *jenv, jclass jcls) {
4688 8 : jint jresult = 0 ;
4689 : int result;
4690 :
4691 : (void)jenv;
4692 : (void)jcls;
4693 8 : result = (int)(0x04);
4694 8 : jresult = (jint)result;
4695 8 : return jresult;
4696 : }
4697 :
4698 :
4699 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1NODATA_1get(JNIEnv *jenv, jclass jcls) {
4700 8 : jint jresult = 0 ;
4701 : int result;
4702 :
4703 : (void)jenv;
4704 : (void)jcls;
4705 8 : result = (int)(0x08);
4706 8 : jresult = (jint)result;
4707 8 : return jresult;
4708 : }
4709 :
4710 :
4711 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1UNIMPLEMENTED_1get(JNIEnv *jenv, jclass jcls) {
4712 8 : jint jresult = 0 ;
4713 : int result;
4714 :
4715 : (void)jenv;
4716 : (void)jcls;
4717 8 : result = (int)(0x01);
4718 8 : jresult = (jint)result;
4719 8 : return jresult;
4720 : }
4721 :
4722 :
4723 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1DATA_1get(JNIEnv *jenv, jclass jcls) {
4724 8 : jint jresult = 0 ;
4725 : int result;
4726 :
4727 : (void)jenv;
4728 : (void)jcls;
4729 8 : result = (int)(0x02);
4730 8 : jresult = (jint)result;
4731 8 : return jresult;
4732 : }
4733 :
4734 :
4735 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1EMPTY_1get(JNIEnv *jenv, jclass jcls) {
4736 8 : jint jresult = 0 ;
4737 : int result;
4738 :
4739 : (void)jenv;
4740 : (void)jcls;
4741 8 : result = (int)(0x04);
4742 8 : jresult = (jint)result;
4743 8 : return jresult;
4744 : }
4745 :
4746 :
4747 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1PENDING_1get(JNIEnv *jenv, jclass jcls) {
4748 8 : jint jresult = 0 ;
4749 : int result;
4750 :
4751 : (void)jenv;
4752 : (void)jcls;
4753 8 : result = (int)(GARIO_PENDING);
4754 8 : jresult = (jint)result;
4755 8 : return jresult;
4756 : }
4757 :
4758 :
4759 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
4760 8 : jint jresult = 0 ;
4761 : int result;
4762 :
4763 : (void)jenv;
4764 : (void)jcls;
4765 8 : result = (int)(GARIO_UPDATE);
4766 8 : jresult = (jint)result;
4767 8 : return jresult;
4768 : }
4769 :
4770 :
4771 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1ERROR_1get(JNIEnv *jenv, jclass jcls) {
4772 8 : jint jresult = 0 ;
4773 : int result;
4774 :
4775 : (void)jenv;
4776 : (void)jcls;
4777 8 : result = (int)(GARIO_ERROR);
4778 8 : jresult = (jint)result;
4779 8 : return jresult;
4780 : }
4781 :
4782 :
4783 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1COMPLETE_1get(JNIEnv *jenv, jclass jcls) {
4784 8 : jint jresult = 0 ;
4785 : int result;
4786 :
4787 : (void)jenv;
4788 : (void)jcls;
4789 8 : result = (int)(GARIO_COMPLETE);
4790 8 : jresult = (jint)result;
4791 8 : return jresult;
4792 : }
4793 :
4794 :
4795 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1TIP_1get(JNIEnv *jenv, jclass jcls) {
4796 8 : jint jresult = 0 ;
4797 : int result;
4798 :
4799 : (void)jenv;
4800 : (void)jcls;
4801 8 : result = (int)(GTO_TIP);
4802 8 : jresult = (jint)result;
4803 8 : return jresult;
4804 : }
4805 :
4806 :
4807 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1BIT_1get(JNIEnv *jenv, jclass jcls) {
4808 8 : jint jresult = 0 ;
4809 : int result;
4810 :
4811 : (void)jenv;
4812 : (void)jcls;
4813 8 : result = (int)(GTO_BIT);
4814 8 : jresult = (jint)result;
4815 8 : return jresult;
4816 : }
4817 :
4818 :
4819 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1BSQ_1get(JNIEnv *jenv, jclass jcls) {
4820 8 : jint jresult = 0 ;
4821 : int result;
4822 :
4823 : (void)jenv;
4824 : (void)jcls;
4825 8 : result = (int)(GTO_BSQ);
4826 8 : jresult = (jint)result;
4827 8 : return jresult;
4828 : }
4829 :
4830 :
4831 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1ONE_1TO_1ONE_1get(JNIEnv *jenv, jclass jcls) {
4832 8 : jint jresult = 0 ;
4833 : int result;
4834 :
4835 : (void)jenv;
4836 : (void)jcls;
4837 8 : result = (int)(GRC_ONE_TO_ONE);
4838 8 : jresult = (jint)result;
4839 8 : return jresult;
4840 : }
4841 :
4842 :
4843 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1ONE_1TO_1MANY_1get(JNIEnv *jenv, jclass jcls) {
4844 8 : jint jresult = 0 ;
4845 : int result;
4846 :
4847 : (void)jenv;
4848 : (void)jcls;
4849 8 : result = (int)(GRC_ONE_TO_MANY);
4850 8 : jresult = (jint)result;
4851 8 : return jresult;
4852 : }
4853 :
4854 :
4855 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1MANY_1TO_1ONE_1get(JNIEnv *jenv, jclass jcls) {
4856 8 : jint jresult = 0 ;
4857 : int result;
4858 :
4859 : (void)jenv;
4860 : (void)jcls;
4861 8 : result = (int)(GRC_MANY_TO_ONE);
4862 8 : jresult = (jint)result;
4863 8 : return jresult;
4864 : }
4865 :
4866 :
4867 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1MANY_1TO_1MANY_1get(JNIEnv *jenv, jclass jcls) {
4868 8 : jint jresult = 0 ;
4869 : int result;
4870 :
4871 : (void)jenv;
4872 : (void)jcls;
4873 8 : result = (int)(GRC_MANY_TO_MANY);
4874 8 : jresult = (jint)result;
4875 8 : return jresult;
4876 : }
4877 :
4878 :
4879 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1COMPOSITE_1get(JNIEnv *jenv, jclass jcls) {
4880 8 : jint jresult = 0 ;
4881 : int result;
4882 :
4883 : (void)jenv;
4884 : (void)jcls;
4885 8 : result = (int)(GRT_COMPOSITE);
4886 8 : jresult = (jint)result;
4887 8 : return jresult;
4888 : }
4889 :
4890 :
4891 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1ASSOCIATION_1get(JNIEnv *jenv, jclass jcls) {
4892 8 : jint jresult = 0 ;
4893 : int result;
4894 :
4895 : (void)jenv;
4896 : (void)jcls;
4897 8 : result = (int)(GRT_ASSOCIATION);
4898 8 : jresult = (jint)result;
4899 8 : return jresult;
4900 : }
4901 :
4902 :
4903 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1AGGREGATION_1get(JNIEnv *jenv, jclass jcls) {
4904 8 : jint jresult = 0 ;
4905 : int result;
4906 :
4907 : (void)jenv;
4908 : (void)jcls;
4909 8 : result = (int)(GRT_AGGREGATION);
4910 8 : jresult = (jint)result;
4911 8 : return jresult;
4912 : }
4913 :
4914 :
4915 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1BOOLEAN_1get(JNIEnv *jenv, jclass jcls) {
4916 8 : jint jresult = 0 ;
4917 : int result;
4918 :
4919 : (void)jenv;
4920 : (void)jcls;
4921 8 : result = (int)(GAAT_BOOLEAN);
4922 8 : jresult = (jint)result;
4923 8 : return jresult;
4924 : }
4925 :
4926 :
4927 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1STRING_1get(JNIEnv *jenv, jclass jcls) {
4928 8 : jint jresult = 0 ;
4929 : int result;
4930 :
4931 : (void)jenv;
4932 : (void)jcls;
4933 8 : result = (int)(GAAT_STRING);
4934 8 : jresult = (jint)result;
4935 8 : return jresult;
4936 : }
4937 :
4938 :
4939 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1INTEGER_1get(JNIEnv *jenv, jclass jcls) {
4940 8 : jint jresult = 0 ;
4941 : int result;
4942 :
4943 : (void)jenv;
4944 : (void)jcls;
4945 8 : result = (int)(GAAT_INTEGER);
4946 8 : jresult = (jint)result;
4947 8 : return jresult;
4948 : }
4949 :
4950 :
4951 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1REAL_1get(JNIEnv *jenv, jclass jcls) {
4952 8 : jint jresult = 0 ;
4953 : int result;
4954 :
4955 : (void)jenv;
4956 : (void)jcls;
4957 8 : result = (int)(GAAT_REAL);
4958 8 : jresult = (jint)result;
4959 8 : return jresult;
4960 : }
4961 :
4962 :
4963 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1DATASET_1get(JNIEnv *jenv, jclass jcls) {
4964 8 : jint jresult = 0 ;
4965 : int result;
4966 :
4967 : (void)jenv;
4968 : (void)jcls;
4969 8 : result = (int)(GAAT_DATASET);
4970 8 : jresult = (jint)result;
4971 8 : return jresult;
4972 : }
4973 :
4974 :
4975 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1STRING_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4976 8 : jint jresult = 0 ;
4977 : int result;
4978 :
4979 : (void)jenv;
4980 : (void)jcls;
4981 8 : result = (int)(GAAT_STRING_LIST);
4982 8 : jresult = (jint)result;
4983 8 : return jresult;
4984 : }
4985 :
4986 :
4987 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1INTEGER_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4988 8 : jint jresult = 0 ;
4989 : int result;
4990 :
4991 : (void)jenv;
4992 : (void)jcls;
4993 8 : result = (int)(GAAT_INTEGER_LIST);
4994 8 : jresult = (jint)result;
4995 8 : return jresult;
4996 : }
4997 :
4998 :
4999 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1REAL_1LIST_1get(JNIEnv *jenv, jclass jcls) {
5000 8 : jint jresult = 0 ;
5001 : int result;
5002 :
5003 : (void)jenv;
5004 : (void)jcls;
5005 8 : result = (int)(GAAT_REAL_LIST);
5006 8 : jresult = (jint)result;
5007 8 : return jresult;
5008 : }
5009 :
5010 :
5011 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1DATASET_1LIST_1get(JNIEnv *jenv, jclass jcls) {
5012 8 : jint jresult = 0 ;
5013 : int result;
5014 :
5015 : (void)jenv;
5016 : (void)jcls;
5017 8 : result = (int)(GAAT_DATASET_LIST);
5018 8 : jresult = (jint)result;
5019 8 : return jresult;
5020 : }
5021 :
5022 :
5023 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GADV_1NAME_1get(JNIEnv *jenv, jclass jcls) {
5024 8 : jint jresult = 0 ;
5025 : int result;
5026 :
5027 : (void)jenv;
5028 : (void)jcls;
5029 8 : result = (int)(GADV_NAME);
5030 8 : jresult = (jint)result;
5031 8 : return jresult;
5032 : }
5033 :
5034 :
5035 8 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GADV_1OBJECT_1get(JNIEnv *jenv, jclass jcls) {
5036 8 : jint jresult = 0 ;
5037 : int result;
5038 :
5039 : (void)jenv;
5040 : (void)jcls;
5041 8 : result = (int)(GADV_OBJECT);
5042 8 : jresult = (jint)result;
5043 8 : return jresult;
5044 : }
5045 :
5046 :
5047 : #ifdef __cplusplus
5048 : }
5049 : #endif
5050 :
|