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 1001 : SafeNewStringUTF8(JNIEnv *jenv, const char* pszInput)
790 : {
791 1001 : jstring ret = 0;
792 1001 : if (pszInput)
793 : {
794 1001 : 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 1001 : ret = (*jenv)->NewStringUTF(jenv, pszInput);
812 : #endif
813 : }
814 : }
815 1001 : return ret;
816 : }
817 :
818 :
819 : #ifdef __cplusplus
820 : extern "C" {
821 : #endif
822 :
823 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Unknown_1get(JNIEnv *jenv, jclass jcls) {
824 7 : jint jresult = 0 ;
825 : int result;
826 :
827 : (void)jenv;
828 : (void)jcls;
829 7 : result = (int)(GDT_Unknown);
830 7 : jresult = (jint)result;
831 7 : return jresult;
832 : }
833 :
834 :
835 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Byte_1get(JNIEnv *jenv, jclass jcls) {
836 7 : jint jresult = 0 ;
837 : int result;
838 :
839 : (void)jenv;
840 : (void)jcls;
841 7 : result = (int)(GDT_Byte);
842 7 : jresult = (jint)result;
843 7 : return jresult;
844 : }
845 :
846 :
847 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int8_1get(JNIEnv *jenv, jclass jcls) {
848 7 : jint jresult = 0 ;
849 : int result;
850 :
851 : (void)jenv;
852 : (void)jcls;
853 7 : result = (int)(GDT_Int8);
854 7 : jresult = (jint)result;
855 7 : return jresult;
856 : }
857 :
858 :
859 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt16_1get(JNIEnv *jenv, jclass jcls) {
860 7 : jint jresult = 0 ;
861 : int result;
862 :
863 : (void)jenv;
864 : (void)jcls;
865 7 : result = (int)(GDT_UInt16);
866 7 : jresult = (jint)result;
867 7 : return jresult;
868 : }
869 :
870 :
871 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int16_1get(JNIEnv *jenv, jclass jcls) {
872 7 : jint jresult = 0 ;
873 : int result;
874 :
875 : (void)jenv;
876 : (void)jcls;
877 7 : result = (int)(GDT_Int16);
878 7 : jresult = (jint)result;
879 7 : return jresult;
880 : }
881 :
882 :
883 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt32_1get(JNIEnv *jenv, jclass jcls) {
884 7 : jint jresult = 0 ;
885 : int result;
886 :
887 : (void)jenv;
888 : (void)jcls;
889 7 : result = (int)(GDT_UInt32);
890 7 : jresult = (jint)result;
891 7 : return jresult;
892 : }
893 :
894 :
895 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int32_1get(JNIEnv *jenv, jclass jcls) {
896 7 : jint jresult = 0 ;
897 : int result;
898 :
899 : (void)jenv;
900 : (void)jcls;
901 7 : result = (int)(GDT_Int32);
902 7 : jresult = (jint)result;
903 7 : return jresult;
904 : }
905 :
906 :
907 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1UInt64_1get(JNIEnv *jenv, jclass jcls) {
908 7 : jint jresult = 0 ;
909 : int result;
910 :
911 : (void)jenv;
912 : (void)jcls;
913 7 : result = (int)(GDT_UInt64);
914 7 : jresult = (jint)result;
915 7 : return jresult;
916 : }
917 :
918 :
919 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Int64_1get(JNIEnv *jenv, jclass jcls) {
920 7 : jint jresult = 0 ;
921 : int result;
922 :
923 : (void)jenv;
924 : (void)jcls;
925 7 : result = (int)(GDT_Int64);
926 7 : jresult = (jint)result;
927 7 : return jresult;
928 : }
929 :
930 :
931 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Float32_1get(JNIEnv *jenv, jclass jcls) {
932 7 : jint jresult = 0 ;
933 : int result;
934 :
935 : (void)jenv;
936 : (void)jcls;
937 7 : result = (int)(GDT_Float32);
938 7 : jresult = (jint)result;
939 7 : return jresult;
940 : }
941 :
942 :
943 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1Float64_1get(JNIEnv *jenv, jclass jcls) {
944 7 : jint jresult = 0 ;
945 : int result;
946 :
947 : (void)jenv;
948 : (void)jcls;
949 7 : result = (int)(GDT_Float64);
950 7 : jresult = (jint)result;
951 7 : return jresult;
952 : }
953 :
954 :
955 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CInt16_1get(JNIEnv *jenv, jclass jcls) {
956 7 : jint jresult = 0 ;
957 : int result;
958 :
959 : (void)jenv;
960 : (void)jcls;
961 7 : result = (int)(GDT_CInt16);
962 7 : jresult = (jint)result;
963 7 : return jresult;
964 : }
965 :
966 :
967 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CInt32_1get(JNIEnv *jenv, jclass jcls) {
968 7 : jint jresult = 0 ;
969 : int result;
970 :
971 : (void)jenv;
972 : (void)jcls;
973 7 : result = (int)(GDT_CInt32);
974 7 : jresult = (jint)result;
975 7 : return jresult;
976 : }
977 :
978 :
979 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CFloat32_1get(JNIEnv *jenv, jclass jcls) {
980 7 : jint jresult = 0 ;
981 : int result;
982 :
983 : (void)jenv;
984 : (void)jcls;
985 7 : result = (int)(GDT_CFloat32);
986 7 : jresult = (jint)result;
987 7 : return jresult;
988 : }
989 :
990 :
991 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1CFloat64_1get(JNIEnv *jenv, jclass jcls) {
992 7 : jint jresult = 0 ;
993 : int result;
994 :
995 : (void)jenv;
996 : (void)jcls;
997 7 : result = (int)(GDT_CFloat64);
998 7 : jresult = (jint)result;
999 7 : return jresult;
1000 : }
1001 :
1002 :
1003 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDT_1TypeCount_1get(JNIEnv *jenv, jclass jcls) {
1004 7 : jint jresult = 0 ;
1005 : int result;
1006 :
1007 : (void)jenv;
1008 : (void)jcls;
1009 7 : result = (int)(GDT_TypeCount);
1010 7 : jresult = (jint)result;
1011 7 : return jresult;
1012 : }
1013 :
1014 :
1015 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GA_1ReadOnly_1get(JNIEnv *jenv, jclass jcls) {
1016 7 : jint jresult = 0 ;
1017 : int result;
1018 :
1019 : (void)jenv;
1020 : (void)jcls;
1021 7 : result = (int)(GA_ReadOnly);
1022 7 : jresult = (jint)result;
1023 7 : return jresult;
1024 : }
1025 :
1026 :
1027 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GA_1Update_1get(JNIEnv *jenv, jclass jcls) {
1028 7 : jint jresult = 0 ;
1029 : int result;
1030 :
1031 : (void)jenv;
1032 : (void)jcls;
1033 7 : result = (int)(GA_Update);
1034 7 : jresult = (jint)result;
1035 7 : return jresult;
1036 : }
1037 :
1038 :
1039 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GF_1Read_1get(JNIEnv *jenv, jclass jcls) {
1040 7 : jint jresult = 0 ;
1041 : int result;
1042 :
1043 : (void)jenv;
1044 : (void)jcls;
1045 7 : result = (int)(GF_Read);
1046 7 : jresult = (jint)result;
1047 7 : return jresult;
1048 : }
1049 :
1050 :
1051 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GF_1Write_1get(JNIEnv *jenv, jclass jcls) {
1052 7 : jint jresult = 0 ;
1053 : int result;
1054 :
1055 : (void)jenv;
1056 : (void)jcls;
1057 7 : result = (int)(GF_Write);
1058 7 : jresult = (jint)result;
1059 7 : return jresult;
1060 : }
1061 :
1062 :
1063 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1NearestNeighbour_1get(JNIEnv *jenv, jclass jcls) {
1064 7 : jint jresult = 0 ;
1065 : int result;
1066 :
1067 : (void)jenv;
1068 : (void)jcls;
1069 7 : result = (int)(GRIORA_NearestNeighbour);
1070 7 : jresult = (jint)result;
1071 7 : return jresult;
1072 : }
1073 :
1074 :
1075 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Bilinear_1get(JNIEnv *jenv, jclass jcls) {
1076 7 : jint jresult = 0 ;
1077 : int result;
1078 :
1079 : (void)jenv;
1080 : (void)jcls;
1081 7 : result = (int)(GRIORA_Bilinear);
1082 7 : jresult = (jint)result;
1083 7 : return jresult;
1084 : }
1085 :
1086 :
1087 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Cubic_1get(JNIEnv *jenv, jclass jcls) {
1088 7 : jint jresult = 0 ;
1089 : int result;
1090 :
1091 : (void)jenv;
1092 : (void)jcls;
1093 7 : result = (int)(GRIORA_Cubic);
1094 7 : jresult = (jint)result;
1095 7 : return jresult;
1096 : }
1097 :
1098 :
1099 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1CubicSpline_1get(JNIEnv *jenv, jclass jcls) {
1100 7 : jint jresult = 0 ;
1101 : int result;
1102 :
1103 : (void)jenv;
1104 : (void)jcls;
1105 7 : result = (int)(GRIORA_CubicSpline);
1106 7 : jresult = (jint)result;
1107 7 : return jresult;
1108 : }
1109 :
1110 :
1111 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Lanczos_1get(JNIEnv *jenv, jclass jcls) {
1112 7 : jint jresult = 0 ;
1113 : int result;
1114 :
1115 : (void)jenv;
1116 : (void)jcls;
1117 7 : result = (int)(GRIORA_Lanczos);
1118 7 : jresult = (jint)result;
1119 7 : return jresult;
1120 : }
1121 :
1122 :
1123 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Average_1get(JNIEnv *jenv, jclass jcls) {
1124 7 : jint jresult = 0 ;
1125 : int result;
1126 :
1127 : (void)jenv;
1128 : (void)jcls;
1129 7 : result = (int)(GRIORA_Average);
1130 7 : jresult = (jint)result;
1131 7 : return jresult;
1132 : }
1133 :
1134 :
1135 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1RMS_1get(JNIEnv *jenv, jclass jcls) {
1136 7 : jint jresult = 0 ;
1137 : int result;
1138 :
1139 : (void)jenv;
1140 : (void)jcls;
1141 7 : result = (int)(GRIORA_RMS);
1142 7 : jresult = (jint)result;
1143 7 : return jresult;
1144 : }
1145 :
1146 :
1147 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Mode_1get(JNIEnv *jenv, jclass jcls) {
1148 7 : jint jresult = 0 ;
1149 : int result;
1150 :
1151 : (void)jenv;
1152 : (void)jcls;
1153 7 : result = (int)(GRIORA_Mode);
1154 7 : jresult = (jint)result;
1155 7 : return jresult;
1156 : }
1157 :
1158 :
1159 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRIORA_1Gauss_1get(JNIEnv *jenv, jclass jcls) {
1160 7 : jint jresult = 0 ;
1161 : int result;
1162 :
1163 : (void)jenv;
1164 : (void)jcls;
1165 7 : result = (int)(GRIORA_Gauss);
1166 7 : jresult = (jint)result;
1167 7 : return jresult;
1168 : }
1169 :
1170 :
1171 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1Undefined_1get(JNIEnv *jenv, jclass jcls) {
1172 7 : jint jresult = 0 ;
1173 : int result;
1174 :
1175 : (void)jenv;
1176 : (void)jcls;
1177 7 : result = (int)(GCI_Undefined);
1178 7 : jresult = (jint)result;
1179 7 : return jresult;
1180 : }
1181 :
1182 :
1183 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1GrayIndex_1get(JNIEnv *jenv, jclass jcls) {
1184 7 : jint jresult = 0 ;
1185 : int result;
1186 :
1187 : (void)jenv;
1188 : (void)jcls;
1189 7 : result = (int)(GCI_GrayIndex);
1190 7 : jresult = (jint)result;
1191 7 : return jresult;
1192 : }
1193 :
1194 :
1195 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1PaletteIndex_1get(JNIEnv *jenv, jclass jcls) {
1196 7 : jint jresult = 0 ;
1197 : int result;
1198 :
1199 : (void)jenv;
1200 : (void)jcls;
1201 7 : result = (int)(GCI_PaletteIndex);
1202 7 : jresult = (jint)result;
1203 7 : return jresult;
1204 : }
1205 :
1206 :
1207 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1RedBand_1get(JNIEnv *jenv, jclass jcls) {
1208 7 : jint jresult = 0 ;
1209 : int result;
1210 :
1211 : (void)jenv;
1212 : (void)jcls;
1213 7 : result = (int)(GCI_RedBand);
1214 7 : jresult = (jint)result;
1215 7 : return jresult;
1216 : }
1217 :
1218 :
1219 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1GreenBand_1get(JNIEnv *jenv, jclass jcls) {
1220 7 : jint jresult = 0 ;
1221 : int result;
1222 :
1223 : (void)jenv;
1224 : (void)jcls;
1225 7 : result = (int)(GCI_GreenBand);
1226 7 : jresult = (jint)result;
1227 7 : return jresult;
1228 : }
1229 :
1230 :
1231 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1BlueBand_1get(JNIEnv *jenv, jclass jcls) {
1232 7 : jint jresult = 0 ;
1233 : int result;
1234 :
1235 : (void)jenv;
1236 : (void)jcls;
1237 7 : result = (int)(GCI_BlueBand);
1238 7 : jresult = (jint)result;
1239 7 : return jresult;
1240 : }
1241 :
1242 :
1243 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1AlphaBand_1get(JNIEnv *jenv, jclass jcls) {
1244 7 : jint jresult = 0 ;
1245 : int result;
1246 :
1247 : (void)jenv;
1248 : (void)jcls;
1249 7 : result = (int)(GCI_AlphaBand);
1250 7 : jresult = (jint)result;
1251 7 : return jresult;
1252 : }
1253 :
1254 :
1255 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1HueBand_1get(JNIEnv *jenv, jclass jcls) {
1256 7 : jint jresult = 0 ;
1257 : int result;
1258 :
1259 : (void)jenv;
1260 : (void)jcls;
1261 7 : result = (int)(GCI_HueBand);
1262 7 : jresult = (jint)result;
1263 7 : return jresult;
1264 : }
1265 :
1266 :
1267 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SaturationBand_1get(JNIEnv *jenv, jclass jcls) {
1268 7 : jint jresult = 0 ;
1269 : int result;
1270 :
1271 : (void)jenv;
1272 : (void)jcls;
1273 7 : result = (int)(GCI_SaturationBand);
1274 7 : jresult = (jint)result;
1275 7 : return jresult;
1276 : }
1277 :
1278 :
1279 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1LightnessBand_1get(JNIEnv *jenv, jclass jcls) {
1280 7 : jint jresult = 0 ;
1281 : int result;
1282 :
1283 : (void)jenv;
1284 : (void)jcls;
1285 7 : result = (int)(GCI_LightnessBand);
1286 7 : jresult = (jint)result;
1287 7 : return jresult;
1288 : }
1289 :
1290 :
1291 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1CyanBand_1get(JNIEnv *jenv, jclass jcls) {
1292 7 : jint jresult = 0 ;
1293 : int result;
1294 :
1295 : (void)jenv;
1296 : (void)jcls;
1297 7 : result = (int)(GCI_CyanBand);
1298 7 : jresult = (jint)result;
1299 7 : return jresult;
1300 : }
1301 :
1302 :
1303 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1MagentaBand_1get(JNIEnv *jenv, jclass jcls) {
1304 7 : jint jresult = 0 ;
1305 : int result;
1306 :
1307 : (void)jenv;
1308 : (void)jcls;
1309 7 : result = (int)(GCI_MagentaBand);
1310 7 : jresult = (jint)result;
1311 7 : return jresult;
1312 : }
1313 :
1314 :
1315 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YellowBand_1get(JNIEnv *jenv, jclass jcls) {
1316 7 : jint jresult = 0 ;
1317 : int result;
1318 :
1319 : (void)jenv;
1320 : (void)jcls;
1321 7 : result = (int)(GCI_YellowBand);
1322 7 : jresult = (jint)result;
1323 7 : return jresult;
1324 : }
1325 :
1326 :
1327 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1BlackBand_1get(JNIEnv *jenv, jclass jcls) {
1328 7 : jint jresult = 0 ;
1329 : int result;
1330 :
1331 : (void)jenv;
1332 : (void)jcls;
1333 7 : result = (int)(GCI_BlackBand);
1334 7 : jresult = (jint)result;
1335 7 : return jresult;
1336 : }
1337 :
1338 :
1339 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1YBand_1get(JNIEnv *jenv, jclass jcls) {
1340 7 : jint jresult = 0 ;
1341 : int result;
1342 :
1343 : (void)jenv;
1344 : (void)jcls;
1345 7 : result = (int)(GCI_YCbCr_YBand);
1346 7 : jresult = (jint)result;
1347 7 : return jresult;
1348 : }
1349 :
1350 :
1351 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1CrBand_1get(JNIEnv *jenv, jclass jcls) {
1352 7 : jint jresult = 0 ;
1353 : int result;
1354 :
1355 : (void)jenv;
1356 : (void)jcls;
1357 7 : result = (int)(GCI_YCbCr_CrBand);
1358 7 : jresult = (jint)result;
1359 7 : return jresult;
1360 : }
1361 :
1362 :
1363 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1YCbCr_1CbBand_1get(JNIEnv *jenv, jclass jcls) {
1364 7 : jint jresult = 0 ;
1365 : int result;
1366 :
1367 : (void)jenv;
1368 : (void)jcls;
1369 7 : result = (int)(GCI_YCbCr_CbBand);
1370 7 : jresult = (jint)result;
1371 7 : return jresult;
1372 : }
1373 :
1374 :
1375 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1PanBand_1get(JNIEnv *jenv, jclass jcls) {
1376 7 : jint jresult = 0 ;
1377 : int result;
1378 :
1379 : (void)jenv;
1380 : (void)jcls;
1381 7 : result = (int)(GCI_PanBand);
1382 7 : jresult = (jint)result;
1383 7 : return jresult;
1384 : }
1385 :
1386 :
1387 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1CoastalBand_1get(JNIEnv *jenv, jclass jcls) {
1388 7 : jint jresult = 0 ;
1389 : int result;
1390 :
1391 : (void)jenv;
1392 : (void)jcls;
1393 7 : result = (int)(GCI_CoastalBand);
1394 7 : jresult = (jint)result;
1395 7 : return jresult;
1396 : }
1397 :
1398 :
1399 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1RedEdgeBand_1get(JNIEnv *jenv, jclass jcls) {
1400 7 : jint jresult = 0 ;
1401 : int result;
1402 :
1403 : (void)jenv;
1404 : (void)jcls;
1405 7 : result = (int)(GCI_RedEdgeBand);
1406 7 : jresult = (jint)result;
1407 7 : return jresult;
1408 : }
1409 :
1410 :
1411 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1IR_1Start_1get(JNIEnv *jenv, jclass jcls) {
1412 7 : jint jresult = 0 ;
1413 : int result;
1414 :
1415 : (void)jenv;
1416 : (void)jcls;
1417 7 : result = (int)(GCI_IR_Start);
1418 7 : jresult = (jint)result;
1419 7 : return jresult;
1420 : }
1421 :
1422 :
1423 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1NIRBand_1get(JNIEnv *jenv, jclass jcls) {
1424 7 : jint jresult = 0 ;
1425 : int result;
1426 :
1427 : (void)jenv;
1428 : (void)jcls;
1429 7 : result = (int)(GCI_NIRBand);
1430 7 : jresult = (jint)result;
1431 7 : return jresult;
1432 : }
1433 :
1434 :
1435 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1436 7 : jint jresult = 0 ;
1437 : int result;
1438 :
1439 : (void)jenv;
1440 : (void)jcls;
1441 7 : result = (int)(GCI_SWIRBand);
1442 7 : jresult = (jint)result;
1443 7 : return jresult;
1444 : }
1445 :
1446 :
1447 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1MWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1448 7 : jint jresult = 0 ;
1449 : int result;
1450 :
1451 : (void)jenv;
1452 : (void)jcls;
1453 7 : result = (int)(GCI_MWIRBand);
1454 7 : jresult = (jint)result;
1455 7 : return jresult;
1456 : }
1457 :
1458 :
1459 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1LWIRBand_1get(JNIEnv *jenv, jclass jcls) {
1460 7 : jint jresult = 0 ;
1461 : int result;
1462 :
1463 : (void)jenv;
1464 : (void)jcls;
1465 7 : result = (int)(GCI_LWIRBand);
1466 7 : jresult = (jint)result;
1467 7 : return jresult;
1468 : }
1469 :
1470 :
1471 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1TIRBand_1get(JNIEnv *jenv, jclass jcls) {
1472 7 : jint jresult = 0 ;
1473 : int result;
1474 :
1475 : (void)jenv;
1476 : (void)jcls;
1477 7 : result = (int)(GCI_TIRBand);
1478 7 : jresult = (jint)result;
1479 7 : return jresult;
1480 : }
1481 :
1482 :
1483 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1OtherIRBand_1get(JNIEnv *jenv, jclass jcls) {
1484 7 : jint jresult = 0 ;
1485 : int result;
1486 :
1487 : (void)jenv;
1488 : (void)jcls;
1489 7 : result = (int)(GCI_OtherIRBand);
1490 7 : jresult = (jint)result;
1491 7 : return jresult;
1492 : }
1493 :
1494 :
1495 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1IR_1End_1get(JNIEnv *jenv, jclass jcls) {
1496 7 : jint jresult = 0 ;
1497 : int result;
1498 :
1499 : (void)jenv;
1500 : (void)jcls;
1501 7 : result = (int)(GCI_IR_End);
1502 7 : jresult = (jint)result;
1503 7 : return jresult;
1504 : }
1505 :
1506 :
1507 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Start_1get(JNIEnv *jenv, jclass jcls) {
1508 7 : jint jresult = 0 ;
1509 : int result;
1510 :
1511 : (void)jenv;
1512 : (void)jcls;
1513 7 : result = (int)(GCI_SAR_Start);
1514 7 : jresult = (jint)result;
1515 7 : return jresult;
1516 : }
1517 :
1518 :
1519 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Ka_1Band_1get(JNIEnv *jenv, jclass jcls) {
1520 7 : jint jresult = 0 ;
1521 : int result;
1522 :
1523 : (void)jenv;
1524 : (void)jcls;
1525 7 : result = (int)(GCI_SAR_Ka_Band);
1526 7 : jresult = (jint)result;
1527 7 : return jresult;
1528 : }
1529 :
1530 :
1531 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1K_1Band_1get(JNIEnv *jenv, jclass jcls) {
1532 7 : jint jresult = 0 ;
1533 : int result;
1534 :
1535 : (void)jenv;
1536 : (void)jcls;
1537 7 : result = (int)(GCI_SAR_K_Band);
1538 7 : jresult = (jint)result;
1539 7 : return jresult;
1540 : }
1541 :
1542 :
1543 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1Ku_1Band_1get(JNIEnv *jenv, jclass jcls) {
1544 7 : jint jresult = 0 ;
1545 : int result;
1546 :
1547 : (void)jenv;
1548 : (void)jcls;
1549 7 : result = (int)(GCI_SAR_Ku_Band);
1550 7 : jresult = (jint)result;
1551 7 : return jresult;
1552 : }
1553 :
1554 :
1555 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1X_1Band_1get(JNIEnv *jenv, jclass jcls) {
1556 7 : jint jresult = 0 ;
1557 : int result;
1558 :
1559 : (void)jenv;
1560 : (void)jcls;
1561 7 : result = (int)(GCI_SAR_X_Band);
1562 7 : jresult = (jint)result;
1563 7 : return jresult;
1564 : }
1565 :
1566 :
1567 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1C_1Band_1get(JNIEnv *jenv, jclass jcls) {
1568 7 : jint jresult = 0 ;
1569 : int result;
1570 :
1571 : (void)jenv;
1572 : (void)jcls;
1573 7 : result = (int)(GCI_SAR_C_Band);
1574 7 : jresult = (jint)result;
1575 7 : return jresult;
1576 : }
1577 :
1578 :
1579 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1S_1Band_1get(JNIEnv *jenv, jclass jcls) {
1580 7 : jint jresult = 0 ;
1581 : int result;
1582 :
1583 : (void)jenv;
1584 : (void)jcls;
1585 7 : result = (int)(GCI_SAR_S_Band);
1586 7 : jresult = (jint)result;
1587 7 : return jresult;
1588 : }
1589 :
1590 :
1591 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1L_1Band_1get(JNIEnv *jenv, jclass jcls) {
1592 7 : jint jresult = 0 ;
1593 : int result;
1594 :
1595 : (void)jenv;
1596 : (void)jcls;
1597 7 : result = (int)(GCI_SAR_L_Band);
1598 7 : jresult = (jint)result;
1599 7 : return jresult;
1600 : }
1601 :
1602 :
1603 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1P_1Band_1get(JNIEnv *jenv, jclass jcls) {
1604 7 : jint jresult = 0 ;
1605 : int result;
1606 :
1607 : (void)jenv;
1608 : (void)jcls;
1609 7 : result = (int)(GCI_SAR_P_Band);
1610 7 : jresult = (jint)result;
1611 7 : return jresult;
1612 : }
1613 :
1614 :
1615 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1SAR_1End_1get(JNIEnv *jenv, jclass jcls) {
1616 7 : jint jresult = 0 ;
1617 : int result;
1618 :
1619 : (void)jenv;
1620 : (void)jcls;
1621 7 : result = (int)(GCI_SAR_End);
1622 7 : jresult = (jint)result;
1623 7 : return jresult;
1624 : }
1625 :
1626 :
1627 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GCI_1Max_1get(JNIEnv *jenv, jclass jcls) {
1628 7 : jint jresult = 0 ;
1629 : int result;
1630 :
1631 : (void)jenv;
1632 : (void)jcls;
1633 7 : result = (int)(GCI_Max);
1634 7 : jresult = (jint)result;
1635 7 : return jresult;
1636 : }
1637 :
1638 :
1639 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1NearestNeighbour_1get(JNIEnv *jenv, jclass jcls) {
1640 7 : jint jresult = 0 ;
1641 : int result;
1642 :
1643 : (void)jenv;
1644 : (void)jcls;
1645 7 : result = (int)(GRA_NearestNeighbour);
1646 7 : jresult = (jint)result;
1647 7 : return jresult;
1648 : }
1649 :
1650 :
1651 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Bilinear_1get(JNIEnv *jenv, jclass jcls) {
1652 7 : jint jresult = 0 ;
1653 : int result;
1654 :
1655 : (void)jenv;
1656 : (void)jcls;
1657 7 : result = (int)(GRA_Bilinear);
1658 7 : jresult = (jint)result;
1659 7 : return jresult;
1660 : }
1661 :
1662 :
1663 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Cubic_1get(JNIEnv *jenv, jclass jcls) {
1664 7 : jint jresult = 0 ;
1665 : int result;
1666 :
1667 : (void)jenv;
1668 : (void)jcls;
1669 7 : result = (int)(GRA_Cubic);
1670 7 : jresult = (jint)result;
1671 7 : return jresult;
1672 : }
1673 :
1674 :
1675 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1CubicSpline_1get(JNIEnv *jenv, jclass jcls) {
1676 7 : jint jresult = 0 ;
1677 : int result;
1678 :
1679 : (void)jenv;
1680 : (void)jcls;
1681 7 : result = (int)(GRA_CubicSpline);
1682 7 : jresult = (jint)result;
1683 7 : return jresult;
1684 : }
1685 :
1686 :
1687 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Lanczos_1get(JNIEnv *jenv, jclass jcls) {
1688 7 : jint jresult = 0 ;
1689 : int result;
1690 :
1691 : (void)jenv;
1692 : (void)jcls;
1693 7 : result = (int)(GRA_Lanczos);
1694 7 : jresult = (jint)result;
1695 7 : return jresult;
1696 : }
1697 :
1698 :
1699 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Average_1get(JNIEnv *jenv, jclass jcls) {
1700 7 : jint jresult = 0 ;
1701 : int result;
1702 :
1703 : (void)jenv;
1704 : (void)jcls;
1705 7 : result = (int)(GRA_Average);
1706 7 : jresult = (jint)result;
1707 7 : return jresult;
1708 : }
1709 :
1710 :
1711 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1RMS_1get(JNIEnv *jenv, jclass jcls) {
1712 7 : jint jresult = 0 ;
1713 : int result;
1714 :
1715 : (void)jenv;
1716 : (void)jcls;
1717 7 : result = (int)(GRA_RMS);
1718 7 : jresult = (jint)result;
1719 7 : return jresult;
1720 : }
1721 :
1722 :
1723 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Mode_1get(JNIEnv *jenv, jclass jcls) {
1724 7 : jint jresult = 0 ;
1725 : int result;
1726 :
1727 : (void)jenv;
1728 : (void)jcls;
1729 7 : result = (int)(GRA_Mode);
1730 7 : jresult = (jint)result;
1731 7 : return jresult;
1732 : }
1733 :
1734 :
1735 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Max_1get(JNIEnv *jenv, jclass jcls) {
1736 7 : jint jresult = 0 ;
1737 : int result;
1738 :
1739 : (void)jenv;
1740 : (void)jcls;
1741 7 : result = (int)(GRA_Max);
1742 7 : jresult = (jint)result;
1743 7 : return jresult;
1744 : }
1745 :
1746 :
1747 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Min_1get(JNIEnv *jenv, jclass jcls) {
1748 7 : jint jresult = 0 ;
1749 : int result;
1750 :
1751 : (void)jenv;
1752 : (void)jcls;
1753 7 : result = (int)(GRA_Min);
1754 7 : jresult = (jint)result;
1755 7 : return jresult;
1756 : }
1757 :
1758 :
1759 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Med_1get(JNIEnv *jenv, jclass jcls) {
1760 7 : jint jresult = 0 ;
1761 : int result;
1762 :
1763 : (void)jenv;
1764 : (void)jcls;
1765 7 : result = (int)(GRA_Med);
1766 7 : jresult = (jint)result;
1767 7 : return jresult;
1768 : }
1769 :
1770 :
1771 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Q1_1get(JNIEnv *jenv, jclass jcls) {
1772 7 : jint jresult = 0 ;
1773 : int result;
1774 :
1775 : (void)jenv;
1776 : (void)jcls;
1777 7 : result = (int)(GRA_Q1);
1778 7 : jresult = (jint)result;
1779 7 : return jresult;
1780 : }
1781 :
1782 :
1783 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Q3_1get(JNIEnv *jenv, jclass jcls) {
1784 7 : jint jresult = 0 ;
1785 : int result;
1786 :
1787 : (void)jenv;
1788 : (void)jcls;
1789 7 : result = (int)(GRA_Q3);
1790 7 : jresult = (jint)result;
1791 7 : return jresult;
1792 : }
1793 :
1794 :
1795 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRA_1Sum_1get(JNIEnv *jenv, jclass jcls) {
1796 7 : jint jresult = 0 ;
1797 : int result;
1798 :
1799 : (void)jenv;
1800 : (void)jcls;
1801 7 : result = (int)(GRA_Sum);
1802 7 : jresult = (jint)result;
1803 7 : return jresult;
1804 : }
1805 :
1806 :
1807 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1Gray_1get(JNIEnv *jenv, jclass jcls) {
1808 7 : jint jresult = 0 ;
1809 : int result;
1810 :
1811 : (void)jenv;
1812 : (void)jcls;
1813 7 : result = (int)(GPI_Gray);
1814 7 : jresult = (jint)result;
1815 7 : return jresult;
1816 : }
1817 :
1818 :
1819 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1RGB_1get(JNIEnv *jenv, jclass jcls) {
1820 7 : jint jresult = 0 ;
1821 : int result;
1822 :
1823 : (void)jenv;
1824 : (void)jcls;
1825 7 : result = (int)(GPI_RGB);
1826 7 : jresult = (jint)result;
1827 7 : return jresult;
1828 : }
1829 :
1830 :
1831 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1CMYK_1get(JNIEnv *jenv, jclass jcls) {
1832 7 : jint jresult = 0 ;
1833 : int result;
1834 :
1835 : (void)jenv;
1836 : (void)jcls;
1837 7 : result = (int)(GPI_CMYK);
1838 7 : jresult = (jint)result;
1839 7 : return jresult;
1840 : }
1841 :
1842 :
1843 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GPI_1HLS_1get(JNIEnv *jenv, jclass jcls) {
1844 7 : jint jresult = 0 ;
1845 : int result;
1846 :
1847 : (void)jenv;
1848 : (void)jcls;
1849 7 : result = (int)(GPI_HLS);
1850 7 : jresult = (jint)result;
1851 7 : return jresult;
1852 : }
1853 :
1854 :
1855 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Element_1get(JNIEnv *jenv, jclass jcls) {
1856 7 : jint jresult = 0 ;
1857 : int result;
1858 :
1859 : (void)jenv;
1860 : (void)jcls;
1861 7 : result = (int)(CXT_Element);
1862 7 : jresult = (jint)result;
1863 7 : return jresult;
1864 : }
1865 :
1866 :
1867 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Text_1get(JNIEnv *jenv, jclass jcls) {
1868 7 : jint jresult = 0 ;
1869 : int result;
1870 :
1871 : (void)jenv;
1872 : (void)jcls;
1873 7 : result = (int)(CXT_Text);
1874 7 : jresult = (jint)result;
1875 7 : return jresult;
1876 : }
1877 :
1878 :
1879 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Attribute_1get(JNIEnv *jenv, jclass jcls) {
1880 7 : jint jresult = 0 ;
1881 : int result;
1882 :
1883 : (void)jenv;
1884 : (void)jcls;
1885 7 : result = (int)(CXT_Attribute);
1886 7 : jresult = (jint)result;
1887 7 : return jresult;
1888 : }
1889 :
1890 :
1891 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Comment_1get(JNIEnv *jenv, jclass jcls) {
1892 7 : jint jresult = 0 ;
1893 : int result;
1894 :
1895 : (void)jenv;
1896 : (void)jcls;
1897 7 : result = (int)(CXT_Comment);
1898 7 : jresult = (jint)result;
1899 7 : return jresult;
1900 : }
1901 :
1902 :
1903 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CXT_1Literal_1get(JNIEnv *jenv, jclass jcls) {
1904 7 : jint jresult = 0 ;
1905 : int result;
1906 :
1907 : (void)jenv;
1908 : (void)jcls;
1909 7 : result = (int)(CXT_Literal);
1910 7 : jresult = (jint)result;
1911 7 : return jresult;
1912 : }
1913 :
1914 :
1915 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1None_1get(JNIEnv *jenv, jclass jcls) {
1916 7 : jint jresult = 0 ;
1917 : int result;
1918 :
1919 : (void)jenv;
1920 : (void)jcls;
1921 7 : result = (int)(CE_None);
1922 7 : jresult = (jint)result;
1923 7 : return jresult;
1924 : }
1925 :
1926 :
1927 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Debug_1get(JNIEnv *jenv, jclass jcls) {
1928 7 : jint jresult = 0 ;
1929 : int result;
1930 :
1931 : (void)jenv;
1932 : (void)jcls;
1933 7 : result = (int)(CE_Debug);
1934 7 : jresult = (jint)result;
1935 7 : return jresult;
1936 : }
1937 :
1938 :
1939 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Warning_1get(JNIEnv *jenv, jclass jcls) {
1940 7 : jint jresult = 0 ;
1941 : int result;
1942 :
1943 : (void)jenv;
1944 : (void)jcls;
1945 7 : result = (int)(CE_Warning);
1946 7 : jresult = (jint)result;
1947 7 : return jresult;
1948 : }
1949 :
1950 :
1951 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Failure_1get(JNIEnv *jenv, jclass jcls) {
1952 7 : jint jresult = 0 ;
1953 : int result;
1954 :
1955 : (void)jenv;
1956 : (void)jcls;
1957 7 : result = (int)(CE_Failure);
1958 7 : jresult = (jint)result;
1959 7 : return jresult;
1960 : }
1961 :
1962 :
1963 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CE_1Fatal_1get(JNIEnv *jenv, jclass jcls) {
1964 7 : jint jresult = 0 ;
1965 : int result;
1966 :
1967 : (void)jenv;
1968 : (void)jcls;
1969 7 : result = (int)(CE_Fatal);
1970 7 : jresult = (jint)result;
1971 7 : return jresult;
1972 : }
1973 :
1974 :
1975 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1None_1get(JNIEnv *jenv, jclass jcls) {
1976 7 : jint jresult = 0 ;
1977 : int result;
1978 :
1979 : (void)jenv;
1980 : (void)jcls;
1981 7 : result = (int)(CPLE_None);
1982 7 : jresult = (jint)result;
1983 7 : return jresult;
1984 : }
1985 :
1986 :
1987 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AppDefined_1get(JNIEnv *jenv, jclass jcls) {
1988 7 : jint jresult = 0 ;
1989 : int result;
1990 :
1991 : (void)jenv;
1992 : (void)jcls;
1993 7 : result = (int)(CPLE_AppDefined);
1994 7 : jresult = (jint)result;
1995 7 : return jresult;
1996 : }
1997 :
1998 :
1999 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1OutOfMemory_1get(JNIEnv *jenv, jclass jcls) {
2000 7 : jint jresult = 0 ;
2001 : int result;
2002 :
2003 : (void)jenv;
2004 : (void)jcls;
2005 7 : result = (int)(CPLE_OutOfMemory);
2006 7 : jresult = (jint)result;
2007 7 : return jresult;
2008 : }
2009 :
2010 :
2011 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1FileIO_1get(JNIEnv *jenv, jclass jcls) {
2012 7 : jint jresult = 0 ;
2013 : int result;
2014 :
2015 : (void)jenv;
2016 : (void)jcls;
2017 7 : result = (int)(CPLE_FileIO);
2018 7 : jresult = (jint)result;
2019 7 : return jresult;
2020 : }
2021 :
2022 :
2023 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1OpenFailed_1get(JNIEnv *jenv, jclass jcls) {
2024 7 : jint jresult = 0 ;
2025 : int result;
2026 :
2027 : (void)jenv;
2028 : (void)jcls;
2029 7 : result = (int)(CPLE_OpenFailed);
2030 7 : jresult = (jint)result;
2031 7 : return jresult;
2032 : }
2033 :
2034 :
2035 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1IllegalArg_1get(JNIEnv *jenv, jclass jcls) {
2036 7 : jint jresult = 0 ;
2037 : int result;
2038 :
2039 : (void)jenv;
2040 : (void)jcls;
2041 7 : result = (int)(CPLE_IllegalArg);
2042 7 : jresult = (jint)result;
2043 7 : return jresult;
2044 : }
2045 :
2046 :
2047 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1NotSupported_1get(JNIEnv *jenv, jclass jcls) {
2048 7 : jint jresult = 0 ;
2049 : int result;
2050 :
2051 : (void)jenv;
2052 : (void)jcls;
2053 7 : result = (int)(CPLE_NotSupported);
2054 7 : jresult = (jint)result;
2055 7 : return jresult;
2056 : }
2057 :
2058 :
2059 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AssertionFailed_1get(JNIEnv *jenv, jclass jcls) {
2060 7 : jint jresult = 0 ;
2061 : int result;
2062 :
2063 : (void)jenv;
2064 : (void)jcls;
2065 7 : result = (int)(CPLE_AssertionFailed);
2066 7 : jresult = (jint)result;
2067 7 : return jresult;
2068 : }
2069 :
2070 :
2071 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1NoWriteAccess_1get(JNIEnv *jenv, jclass jcls) {
2072 7 : jint jresult = 0 ;
2073 : int result;
2074 :
2075 : (void)jenv;
2076 : (void)jcls;
2077 7 : result = (int)(CPLE_NoWriteAccess);
2078 7 : jresult = (jint)result;
2079 7 : return jresult;
2080 : }
2081 :
2082 :
2083 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1UserInterrupt_1get(JNIEnv *jenv, jclass jcls) {
2084 7 : jint jresult = 0 ;
2085 : int result;
2086 :
2087 : (void)jenv;
2088 : (void)jcls;
2089 7 : result = (int)(CPLE_UserInterrupt);
2090 7 : jresult = (jint)result;
2091 7 : return jresult;
2092 : }
2093 :
2094 :
2095 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1ObjectNull_1get(JNIEnv *jenv, jclass jcls) {
2096 7 : jint jresult = 0 ;
2097 : int result;
2098 :
2099 : (void)jenv;
2100 : (void)jcls;
2101 7 : result = (int)(CPLE_ObjectNull);
2102 7 : jresult = (jint)result;
2103 7 : return jresult;
2104 : }
2105 :
2106 :
2107 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1HttpResponse_1get(JNIEnv *jenv, jclass jcls) {
2108 7 : jint jresult = 0 ;
2109 : int result;
2110 :
2111 : (void)jenv;
2112 : (void)jcls;
2113 7 : result = (int)(CPLE_HttpResponse);
2114 7 : jresult = (jint)result;
2115 7 : return jresult;
2116 : }
2117 :
2118 :
2119 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSBucketNotFound_1get(JNIEnv *jenv, jclass jcls) {
2120 7 : jint jresult = 0 ;
2121 : int result;
2122 :
2123 : (void)jenv;
2124 : (void)jcls;
2125 7 : result = (int)(CPLE_AWSBucketNotFound);
2126 7 : jresult = (jint)result;
2127 7 : return jresult;
2128 : }
2129 :
2130 :
2131 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSObjectNotFound_1get(JNIEnv *jenv, jclass jcls) {
2132 7 : jint jresult = 0 ;
2133 : int result;
2134 :
2135 : (void)jenv;
2136 : (void)jcls;
2137 7 : result = (int)(CPLE_AWSObjectNotFound);
2138 7 : jresult = (jint)result;
2139 7 : return jresult;
2140 : }
2141 :
2142 :
2143 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSAccessDenied_1get(JNIEnv *jenv, jclass jcls) {
2144 7 : jint jresult = 0 ;
2145 : int result;
2146 :
2147 : (void)jenv;
2148 : (void)jcls;
2149 7 : result = (int)(CPLE_AWSAccessDenied);
2150 7 : jresult = (jint)result;
2151 7 : return jresult;
2152 : }
2153 :
2154 :
2155 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSInvalidCredentials_1get(JNIEnv *jenv, jclass jcls) {
2156 7 : jint jresult = 0 ;
2157 : int result;
2158 :
2159 : (void)jenv;
2160 : (void)jcls;
2161 7 : result = (int)(CPLE_AWSInvalidCredentials);
2162 7 : jresult = (jint)result;
2163 7 : return jresult;
2164 : }
2165 :
2166 :
2167 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLE_1AWSSignatureDoesNotMatch_1get(JNIEnv *jenv, jclass jcls) {
2168 7 : jint jresult = 0 ;
2169 : int result;
2170 :
2171 : (void)jenv;
2172 : (void)jcls;
2173 7 : result = (int)(CPLE_AWSSignatureDoesNotMatch);
2174 7 : jresult = (jint)result;
2175 7 : return jresult;
2176 : }
2177 :
2178 :
2179 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1ALL_1get(JNIEnv *jenv, jclass jcls) {
2180 7 : jint jresult = 0 ;
2181 : int result;
2182 :
2183 : (void)jenv;
2184 : (void)jcls;
2185 7 : result = (int)(GDAL_OF_ALL);
2186 7 : jresult = (jint)result;
2187 7 : return jresult;
2188 : }
2189 :
2190 :
2191 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
2192 7 : jint jresult = 0 ;
2193 : int result;
2194 :
2195 : (void)jenv;
2196 : (void)jcls;
2197 7 : result = (int)(GDAL_OF_RASTER);
2198 7 : jresult = (jint)result;
2199 7 : return jresult;
2200 : }
2201 :
2202 :
2203 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
2204 7 : jint jresult = 0 ;
2205 : int result;
2206 :
2207 : (void)jenv;
2208 : (void)jcls;
2209 7 : result = (int)(GDAL_OF_VECTOR);
2210 7 : jresult = (jint)result;
2211 7 : return jresult;
2212 : }
2213 :
2214 :
2215 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1GNM_1get(JNIEnv *jenv, jclass jcls) {
2216 7 : jint jresult = 0 ;
2217 : int result;
2218 :
2219 : (void)jenv;
2220 : (void)jcls;
2221 7 : result = (int)(GDAL_OF_GNM);
2222 7 : jresult = (jint)result;
2223 7 : return jresult;
2224 : }
2225 :
2226 :
2227 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
2228 7 : jint jresult = 0 ;
2229 : int result;
2230 :
2231 : (void)jenv;
2232 : (void)jcls;
2233 7 : result = (int)(GDAL_OF_MULTIDIM_RASTER);
2234 7 : jresult = (jint)result;
2235 7 : return jresult;
2236 : }
2237 :
2238 :
2239 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1READONLY_1get(JNIEnv *jenv, jclass jcls) {
2240 7 : jint jresult = 0 ;
2241 : int result;
2242 :
2243 : (void)jenv;
2244 : (void)jcls;
2245 7 : result = (int)(GDAL_OF_READONLY);
2246 7 : jresult = (jint)result;
2247 7 : return jresult;
2248 : }
2249 :
2250 :
2251 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
2252 7 : jint jresult = 0 ;
2253 : int result;
2254 :
2255 : (void)jenv;
2256 : (void)jcls;
2257 7 : result = (int)(GDAL_OF_UPDATE);
2258 7 : jresult = (jint)result;
2259 7 : return jresult;
2260 : }
2261 :
2262 :
2263 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1SHARED_1get(JNIEnv *jenv, jclass jcls) {
2264 7 : jint jresult = 0 ;
2265 : int result;
2266 :
2267 : (void)jenv;
2268 : (void)jcls;
2269 7 : result = (int)(GDAL_OF_SHARED);
2270 7 : jresult = (jint)result;
2271 7 : return jresult;
2272 : }
2273 :
2274 :
2275 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1VERBOSE_1ERROR_1get(JNIEnv *jenv, jclass jcls) {
2276 7 : jint jresult = 0 ;
2277 : int result;
2278 :
2279 : (void)jenv;
2280 : (void)jcls;
2281 7 : result = (int)(GDAL_OF_VERBOSE_ERROR);
2282 7 : jresult = (jint)result;
2283 7 : return jresult;
2284 : }
2285 :
2286 :
2287 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_OF_1THREAD_1SAFE_1get(JNIEnv *jenv, jclass jcls) {
2288 7 : jint jresult = 0 ;
2289 : int result;
2290 :
2291 : (void)jenv;
2292 : (void)jcls;
2293 7 : result = (int)(GDAL_OF_THREAD_SAFE);
2294 7 : jresult = (jint)result;
2295 7 : return jresult;
2296 : }
2297 :
2298 :
2299 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1LONGNAME_1get(JNIEnv *jenv, jclass jcls) {
2300 7 : jstring jresult = 0 ;
2301 7 : char *result = 0 ;
2302 :
2303 : (void)jenv;
2304 : (void)jcls;
2305 7 : result = (char *)("DMD_LONGNAME");
2306 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2307 7 : return jresult;
2308 : }
2309 :
2310 :
2311 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1LONGNAME_1get(JNIEnv *jenv, jclass jcls) {
2312 7 : jstring jresult = 0 ;
2313 7 : char *result = 0 ;
2314 :
2315 : (void)jenv;
2316 : (void)jcls;
2317 7 : result = (char *)("DMD_LONGNAME");
2318 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2319 7 : return jresult;
2320 : }
2321 :
2322 :
2323 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1HELPTOPIC_1get(JNIEnv *jenv, jclass jcls) {
2324 7 : jstring jresult = 0 ;
2325 7 : char *result = 0 ;
2326 :
2327 : (void)jenv;
2328 : (void)jcls;
2329 7 : result = (char *)("DMD_HELPTOPIC");
2330 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2331 7 : return jresult;
2332 : }
2333 :
2334 :
2335 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1HELPTOPIC_1get(JNIEnv *jenv, jclass jcls) {
2336 7 : jstring jresult = 0 ;
2337 7 : char *result = 0 ;
2338 :
2339 : (void)jenv;
2340 : (void)jcls;
2341 7 : result = (char *)("DMD_HELPTOPIC");
2342 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2343 7 : return jresult;
2344 : }
2345 :
2346 :
2347 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MIMETYPE_1get(JNIEnv *jenv, jclass jcls) {
2348 7 : jstring jresult = 0 ;
2349 7 : char *result = 0 ;
2350 :
2351 : (void)jenv;
2352 : (void)jcls;
2353 7 : result = (char *)("DMD_MIMETYPE");
2354 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2355 7 : return jresult;
2356 : }
2357 :
2358 :
2359 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MIMETYPE_1get(JNIEnv *jenv, jclass jcls) {
2360 7 : jstring jresult = 0 ;
2361 7 : char *result = 0 ;
2362 :
2363 : (void)jenv;
2364 : (void)jcls;
2365 7 : result = (char *)("DMD_MIMETYPE");
2366 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2367 7 : return jresult;
2368 : }
2369 :
2370 :
2371 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1EXTENSION_1get(JNIEnv *jenv, jclass jcls) {
2372 7 : jstring jresult = 0 ;
2373 7 : char *result = 0 ;
2374 :
2375 : (void)jenv;
2376 : (void)jcls;
2377 7 : result = (char *)("DMD_EXTENSION");
2378 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2379 7 : return jresult;
2380 : }
2381 :
2382 :
2383 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1EXTENSION_1get(JNIEnv *jenv, jclass jcls) {
2384 7 : jstring jresult = 0 ;
2385 7 : char *result = 0 ;
2386 :
2387 : (void)jenv;
2388 : (void)jcls;
2389 7 : result = (char *)("DMD_EXTENSION");
2390 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2391 7 : return jresult;
2392 : }
2393 :
2394 :
2395 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CONNECTION_1PREFIX_1get(JNIEnv *jenv, jclass jcls) {
2396 7 : jstring jresult = 0 ;
2397 7 : char *result = 0 ;
2398 :
2399 : (void)jenv;
2400 : (void)jcls;
2401 7 : result = (char *)("DMD_CONNECTION_PREFIX");
2402 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2403 7 : return jresult;
2404 : }
2405 :
2406 :
2407 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CONNECTION_1PREFIX_1get(JNIEnv *jenv, jclass jcls) {
2408 7 : jstring jresult = 0 ;
2409 7 : char *result = 0 ;
2410 :
2411 : (void)jenv;
2412 : (void)jcls;
2413 7 : result = (char *)("DMD_CONNECTION_PREFIX");
2414 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2415 7 : return jresult;
2416 : }
2417 :
2418 :
2419 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1EXTENSIONS_1get(JNIEnv *jenv, jclass jcls) {
2420 7 : jstring jresult = 0 ;
2421 7 : char *result = 0 ;
2422 :
2423 : (void)jenv;
2424 : (void)jcls;
2425 7 : result = (char *)("DMD_EXTENSIONS");
2426 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2427 7 : return jresult;
2428 : }
2429 :
2430 :
2431 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1EXTENSIONS_1get(JNIEnv *jenv, jclass jcls) {
2432 7 : jstring jresult = 0 ;
2433 7 : char *result = 0 ;
2434 :
2435 : (void)jenv;
2436 : (void)jcls;
2437 7 : result = (char *)("DMD_EXTENSIONS");
2438 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2439 7 : return jresult;
2440 : }
2441 :
2442 :
2443 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2444 7 : jstring jresult = 0 ;
2445 7 : char *result = 0 ;
2446 :
2447 : (void)jenv;
2448 : (void)jcls;
2449 7 : result = (char *)("DMD_CREATIONOPTIONLIST");
2450 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2451 7 : return jresult;
2452 : }
2453 :
2454 :
2455 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2456 7 : jstring jresult = 0 ;
2457 7 : char *result = 0 ;
2458 :
2459 : (void)jenv;
2460 : (void)jcls;
2461 7 : result = (char *)("DMD_CREATIONOPTIONLIST");
2462 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2463 7 : return jresult;
2464 : }
2465 :
2466 :
2467 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1DATASET_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2468 7 : jstring jresult = 0 ;
2469 7 : char *result = 0 ;
2470 :
2471 : (void)jenv;
2472 : (void)jcls;
2473 7 : result = (char *)("DMD_MULTIDIM_DATASET_CREATIONOPTIONLIST");
2474 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2475 7 : return jresult;
2476 : }
2477 :
2478 :
2479 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1DATASET_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2480 7 : jstring jresult = 0 ;
2481 7 : char *result = 0 ;
2482 :
2483 : (void)jenv;
2484 : (void)jcls;
2485 7 : result = (char *)("DMD_MULTIDIM_DATASET_CREATIONOPTIONLIST");
2486 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2487 7 : return jresult;
2488 : }
2489 :
2490 :
2491 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1GROUP_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2492 7 : jstring jresult = 0 ;
2493 7 : char *result = 0 ;
2494 :
2495 : (void)jenv;
2496 : (void)jcls;
2497 7 : result = (char *)("DMD_MULTIDIM_GROUP_CREATIONOPTIONLIST");
2498 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2499 7 : return jresult;
2500 : }
2501 :
2502 :
2503 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1GROUP_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2504 7 : jstring jresult = 0 ;
2505 7 : char *result = 0 ;
2506 :
2507 : (void)jenv;
2508 : (void)jcls;
2509 7 : result = (char *)("DMD_MULTIDIM_GROUP_CREATIONOPTIONLIST");
2510 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2511 7 : return jresult;
2512 : }
2513 :
2514 :
2515 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1DIMENSION_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2516 7 : jstring jresult = 0 ;
2517 7 : char *result = 0 ;
2518 :
2519 : (void)jenv;
2520 : (void)jcls;
2521 7 : result = (char *)("DMD_MULTIDIM_DIMENSION_CREATIONOPTIONLIST");
2522 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2523 7 : return jresult;
2524 : }
2525 :
2526 :
2527 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1DIMENSION_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2528 7 : jstring jresult = 0 ;
2529 7 : char *result = 0 ;
2530 :
2531 : (void)jenv;
2532 : (void)jcls;
2533 7 : result = (char *)("DMD_MULTIDIM_DIMENSION_CREATIONOPTIONLIST");
2534 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2535 7 : return jresult;
2536 : }
2537 :
2538 :
2539 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ARRAY_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2540 7 : jstring jresult = 0 ;
2541 7 : char *result = 0 ;
2542 :
2543 : (void)jenv;
2544 : (void)jcls;
2545 7 : result = (char *)("DMD_MULTIDIM_ARRAY_CREATIONOPTIONLIST");
2546 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2547 7 : return jresult;
2548 : }
2549 :
2550 :
2551 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ARRAY_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2552 7 : jstring jresult = 0 ;
2553 7 : char *result = 0 ;
2554 :
2555 : (void)jenv;
2556 : (void)jcls;
2557 7 : result = (char *)("DMD_MULTIDIM_ARRAY_CREATIONOPTIONLIST");
2558 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2559 7 : return jresult;
2560 : }
2561 :
2562 :
2563 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ARRAY_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2564 7 : jstring jresult = 0 ;
2565 7 : char *result = 0 ;
2566 :
2567 : (void)jenv;
2568 : (void)jcls;
2569 7 : result = (char *)("DMD_MULTIDIM_ARRAY_OPENOPTIONLIST");
2570 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2571 7 : return jresult;
2572 : }
2573 :
2574 :
2575 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ARRAY_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2576 7 : jstring jresult = 0 ;
2577 7 : char *result = 0 ;
2578 :
2579 : (void)jenv;
2580 : (void)jcls;
2581 7 : result = (char *)("DMD_MULTIDIM_ARRAY_OPENOPTIONLIST");
2582 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2583 7 : return jresult;
2584 : }
2585 :
2586 :
2587 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1MULTIDIM_1ATTRIBUTE_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2588 7 : jstring jresult = 0 ;
2589 7 : char *result = 0 ;
2590 :
2591 : (void)jenv;
2592 : (void)jcls;
2593 7 : result = (char *)("DMD_MULTIDIM_ATTRIBUTE_CREATIONOPTIONLIST");
2594 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2595 7 : return jresult;
2596 : }
2597 :
2598 :
2599 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1MULTIDIM_1ATTRIBUTE_1CREATIONOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2600 7 : jstring jresult = 0 ;
2601 7 : char *result = 0 ;
2602 :
2603 : (void)jenv;
2604 : (void)jcls;
2605 7 : result = (char *)("DMD_MULTIDIM_ATTRIBUTE_CREATIONOPTIONLIST");
2606 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2607 7 : return jresult;
2608 : }
2609 :
2610 :
2611 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2612 7 : jstring jresult = 0 ;
2613 7 : char *result = 0 ;
2614 :
2615 : (void)jenv;
2616 : (void)jcls;
2617 7 : result = (char *)("DMD_OPENOPTIONLIST");
2618 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2619 7 : return jresult;
2620 : }
2621 :
2622 :
2623 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1OPENOPTIONLIST_1get(JNIEnv *jenv, jclass jcls) {
2624 7 : jstring jresult = 0 ;
2625 7 : char *result = 0 ;
2626 :
2627 : (void)jenv;
2628 : (void)jcls;
2629 7 : result = (char *)("DMD_OPENOPTIONLIST");
2630 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2631 7 : return jresult;
2632 : }
2633 :
2634 :
2635 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2636 7 : jstring jresult = 0 ;
2637 7 : char *result = 0 ;
2638 :
2639 : (void)jenv;
2640 : (void)jcls;
2641 7 : result = (char *)("DMD_CREATIONDATATYPES");
2642 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2643 7 : return jresult;
2644 : }
2645 :
2646 :
2647 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2648 7 : jstring jresult = 0 ;
2649 7 : char *result = 0 ;
2650 :
2651 : (void)jenv;
2652 : (void)jcls;
2653 7 : result = (char *)("DMD_CREATIONDATATYPES");
2654 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2655 7 : return jresult;
2656 : }
2657 :
2658 :
2659 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONFIELDDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2660 7 : jstring jresult = 0 ;
2661 7 : char *result = 0 ;
2662 :
2663 : (void)jenv;
2664 : (void)jcls;
2665 7 : result = (char *)("DMD_CREATIONFIELDDATATYPES");
2666 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2667 7 : return jresult;
2668 : }
2669 :
2670 :
2671 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONFIELDDATATYPES_1get(JNIEnv *jenv, jclass jcls) {
2672 7 : jstring jresult = 0 ;
2673 7 : char *result = 0 ;
2674 :
2675 : (void)jenv;
2676 : (void)jcls;
2677 7 : result = (char *)("DMD_CREATIONFIELDDATATYPES");
2678 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2679 7 : return jresult;
2680 : }
2681 :
2682 :
2683 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATIONFIELDDATASUBTYPES_1get(JNIEnv *jenv, jclass jcls) {
2684 7 : jstring jresult = 0 ;
2685 7 : char *result = 0 ;
2686 :
2687 : (void)jenv;
2688 : (void)jcls;
2689 7 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2690 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2691 7 : return jresult;
2692 : }
2693 :
2694 :
2695 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATIONFIELDDATASUBTYPES_1get(JNIEnv *jenv, jclass jcls) {
2696 7 : jstring jresult = 0 ;
2697 7 : char *result = 0 ;
2698 :
2699 : (void)jenv;
2700 : (void)jcls;
2701 7 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2702 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2703 7 : return jresult;
2704 : }
2705 :
2706 :
2707 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATION_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2708 7 : jstring jresult = 0 ;
2709 7 : char *result = 0 ;
2710 :
2711 : (void)jenv;
2712 : (void)jcls;
2713 7 : result = (char *)("DMD_CREATION_FIELD_DEFN_FLAGS");
2714 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2715 7 : return jresult;
2716 : }
2717 :
2718 :
2719 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATION_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2720 7 : jstring jresult = 0 ;
2721 7 : char *result = 0 ;
2722 :
2723 : (void)jenv;
2724 : (void)jcls;
2725 7 : result = (char *)("DMD_CREATIONFIELDDATASUBTYPES");
2726 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2727 7 : return jresult;
2728 : }
2729 :
2730 :
2731 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1SUBDATASETS_1get(JNIEnv *jenv, jclass jcls) {
2732 7 : jstring jresult = 0 ;
2733 7 : char *result = 0 ;
2734 :
2735 : (void)jenv;
2736 : (void)jcls;
2737 7 : result = (char *)("DMD_SUBDATASETS");
2738 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2739 7 : return jresult;
2740 : }
2741 :
2742 :
2743 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1SUBDATASETS_1get(JNIEnv *jenv, jclass jcls) {
2744 7 : jstring jresult = 0 ;
2745 7 : char *result = 0 ;
2746 :
2747 : (void)jenv;
2748 : (void)jcls;
2749 7 : result = (char *)("DMD_SUBDATASETS");
2750 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2751 7 : return jresult;
2752 : }
2753 :
2754 :
2755 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1CREATION_1FIELD_1DOMAIN_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
2756 7 : jstring jresult = 0 ;
2757 7 : char *result = 0 ;
2758 :
2759 : (void)jenv;
2760 : (void)jcls;
2761 7 : result = (char *)("DMD_CREATION_FIELD_DOMAIN_TYPES");
2762 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2763 7 : return jresult;
2764 : }
2765 :
2766 :
2767 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1CREATION_1FIELD_1DOMAIN_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
2768 7 : jstring jresult = 0 ;
2769 7 : char *result = 0 ;
2770 :
2771 : (void)jenv;
2772 : (void)jcls;
2773 7 : result = (char *)("DMD_CREATION_FIELD_DOMAIN_TYPES");
2774 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2775 7 : return jresult;
2776 : }
2777 :
2778 :
2779 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ALTER_1GEOM_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2780 7 : jstring jresult = 0 ;
2781 7 : char *result = 0 ;
2782 :
2783 : (void)jenv;
2784 : (void)jcls;
2785 7 : result = (char *)("DMD_ALTER_GEOM_FIELD_DEFN_FLAGS");
2786 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2787 7 : return jresult;
2788 : }
2789 :
2790 :
2791 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ALTER_1GEOM_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
2792 7 : jstring jresult = 0 ;
2793 7 : char *result = 0 ;
2794 :
2795 : (void)jenv;
2796 : (void)jcls;
2797 7 : result = (char *)("DMD_ALTER_GEOM_FIELD_DEFN_FLAGS");
2798 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2799 7 : return jresult;
2800 : }
2801 :
2802 :
2803 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1SUPPORTED_1SQL_1DIALECTS_1get(JNIEnv *jenv, jclass jcls) {
2804 7 : jstring jresult = 0 ;
2805 7 : char *result = 0 ;
2806 :
2807 : (void)jenv;
2808 : (void)jcls;
2809 7 : result = (char *)("DMD_SUPPORTED_SQL_DIALECTS");
2810 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2811 7 : return jresult;
2812 : }
2813 :
2814 :
2815 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1SUPPORTED_1SQL_1DIALECTS_1get(JNIEnv *jenv, jclass jcls) {
2816 7 : jstring jresult = 0 ;
2817 7 : char *result = 0 ;
2818 :
2819 : (void)jenv;
2820 : (void)jcls;
2821 7 : result = (char *)("DMD_SUPPORTED_SQL_DIALECTS");
2822 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2823 7 : return jresult;
2824 : }
2825 :
2826 :
2827 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1DECIMAL_1SEPARATOR_1get(JNIEnv *jenv, jclass jcls) {
2828 7 : jstring jresult = 0 ;
2829 7 : char *result = 0 ;
2830 :
2831 : (void)jenv;
2832 : (void)jcls;
2833 7 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_DECIMAL_SEPARATOR");
2834 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2835 7 : return jresult;
2836 : }
2837 :
2838 :
2839 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1DECIMAL_1SEPARATOR_1get(JNIEnv *jenv, jclass jcls) {
2840 7 : jstring jresult = 0 ;
2841 7 : char *result = 0 ;
2842 :
2843 : (void)jenv;
2844 : (void)jcls;
2845 7 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_DECIMAL_SEPARATOR");
2846 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2847 7 : return jresult;
2848 : }
2849 :
2850 :
2851 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1SIGN_1get(JNIEnv *jenv, jclass jcls) {
2852 7 : jstring jresult = 0 ;
2853 7 : char *result = 0 ;
2854 :
2855 : (void)jenv;
2856 : (void)jcls;
2857 7 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_SIGN");
2858 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2859 7 : return jresult;
2860 : }
2861 :
2862 :
2863 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1NUMERIC_1FIELD_1WIDTH_1INCLUDES_1SIGN_1get(JNIEnv *jenv, jclass jcls) {
2864 7 : jstring jresult = 0 ;
2865 7 : char *result = 0 ;
2866 :
2867 : (void)jenv;
2868 : (void)jcls;
2869 7 : result = (char *)("DMD_NUMERIC_FIELD_WIDTH_INCLUDES_SIGN");
2870 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2871 7 : return jresult;
2872 : }
2873 :
2874 :
2875 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1OPEN_1get(JNIEnv *jenv, jclass jcls) {
2876 7 : jstring jresult = 0 ;
2877 7 : char *result = 0 ;
2878 :
2879 : (void)jenv;
2880 : (void)jcls;
2881 7 : result = (char *)("DCAP_OPEN");
2882 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2883 7 : return jresult;
2884 : }
2885 :
2886 :
2887 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1OPEN_1get(JNIEnv *jenv, jclass jcls) {
2888 7 : jstring jresult = 0 ;
2889 7 : char *result = 0 ;
2890 :
2891 : (void)jenv;
2892 : (void)jcls;
2893 7 : result = (char *)("DCAP_OPEN");
2894 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2895 7 : return jresult;
2896 : }
2897 :
2898 :
2899 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1get(JNIEnv *jenv, jclass jcls) {
2900 7 : jstring jresult = 0 ;
2901 7 : char *result = 0 ;
2902 :
2903 : (void)jenv;
2904 : (void)jcls;
2905 7 : result = (char *)("DCAP_CREATE");
2906 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2907 7 : return jresult;
2908 : }
2909 :
2910 :
2911 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1get(JNIEnv *jenv, jclass jcls) {
2912 7 : jstring jresult = 0 ;
2913 7 : char *result = 0 ;
2914 :
2915 : (void)jenv;
2916 : (void)jcls;
2917 7 : result = (char *)("DCAP_CREATE");
2918 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2919 7 : return jresult;
2920 : }
2921 :
2922 :
2923 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
2924 7 : jstring jresult = 0 ;
2925 7 : char *result = 0 ;
2926 :
2927 : (void)jenv;
2928 : (void)jcls;
2929 7 : result = (char *)("DCAP_CREATE_MULTIDIMENSIONAL");
2930 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2931 7 : return jresult;
2932 : }
2933 :
2934 :
2935 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
2936 7 : jstring jresult = 0 ;
2937 7 : char *result = 0 ;
2938 :
2939 : (void)jenv;
2940 : (void)jcls;
2941 7 : result = (char *)("DCAP_CREATE_MULTIDIMENSIONAL");
2942 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2943 7 : return jresult;
2944 : }
2945 :
2946 :
2947 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
2948 7 : jstring jresult = 0 ;
2949 7 : char *result = 0 ;
2950 :
2951 : (void)jenv;
2952 : (void)jcls;
2953 7 : result = (char *)("DCAP_CREATECOPY");
2954 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2955 7 : return jresult;
2956 : }
2957 :
2958 :
2959 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
2960 7 : jstring jresult = 0 ;
2961 7 : char *result = 0 ;
2962 :
2963 : (void)jenv;
2964 : (void)jcls;
2965 7 : result = (char *)("DCAP_CREATECOPY");
2966 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2967 7 : return jresult;
2968 : }
2969 :
2970 :
2971 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATECOPY_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
2972 7 : jstring jresult = 0 ;
2973 7 : char *result = 0 ;
2974 :
2975 : (void)jenv;
2976 : (void)jcls;
2977 7 : result = (char *)("DCAP_CREATECOPY_MULTIDIMENSIONAL");
2978 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2979 7 : return jresult;
2980 : }
2981 :
2982 :
2983 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATECOPY_1MULTIDIMENSIONAL_1get(JNIEnv *jenv, jclass jcls) {
2984 7 : jstring jresult = 0 ;
2985 7 : char *result = 0 ;
2986 :
2987 : (void)jenv;
2988 : (void)jcls;
2989 7 : result = (char *)("DCAP_CREATECOPY_MULTIDIMENSIONAL");
2990 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
2991 7 : return jresult;
2992 : }
2993 :
2994 :
2995 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
2996 7 : jstring jresult = 0 ;
2997 7 : char *result = 0 ;
2998 :
2999 : (void)jenv;
3000 : (void)jcls;
3001 7 : result = (char *)("DCAP_MULTIDIM_RASTER");
3002 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3003 7 : return jresult;
3004 : }
3005 :
3006 :
3007 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MULTIDIM_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3008 7 : jstring jresult = 0 ;
3009 7 : char *result = 0 ;
3010 :
3011 : (void)jenv;
3012 : (void)jcls;
3013 7 : result = (char *)("DCAP_MULTIDIM_RASTER");
3014 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3015 7 : return jresult;
3016 : }
3017 :
3018 :
3019 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1SUBCREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3020 7 : jstring jresult = 0 ;
3021 7 : char *result = 0 ;
3022 :
3023 : (void)jenv;
3024 : (void)jcls;
3025 7 : result = (char *)("DCAP_SUBCREATECOPY");
3026 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3027 7 : return jresult;
3028 : }
3029 :
3030 :
3031 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1SUBCREATECOPY_1get(JNIEnv *jenv, jclass jcls) {
3032 7 : jstring jresult = 0 ;
3033 7 : char *result = 0 ;
3034 :
3035 : (void)jenv;
3036 : (void)jcls;
3037 7 : result = (char *)("DCAP_SUBCREATECOPY");
3038 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3039 7 : return jresult;
3040 : }
3041 :
3042 :
3043 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1VIRTUALIO_1get(JNIEnv *jenv, jclass jcls) {
3044 7 : jstring jresult = 0 ;
3045 7 : char *result = 0 ;
3046 :
3047 : (void)jenv;
3048 : (void)jcls;
3049 7 : result = (char *)("DCAP_VIRTUALIO");
3050 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3051 7 : return jresult;
3052 : }
3053 :
3054 :
3055 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1VIRTUALIO_1get(JNIEnv *jenv, jclass jcls) {
3056 7 : jstring jresult = 0 ;
3057 7 : char *result = 0 ;
3058 :
3059 : (void)jenv;
3060 : (void)jcls;
3061 7 : result = (char *)("DCAP_VIRTUALIO");
3062 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3063 7 : return jresult;
3064 : }
3065 :
3066 :
3067 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3068 7 : jstring jresult = 0 ;
3069 7 : char *result = 0 ;
3070 :
3071 : (void)jenv;
3072 : (void)jcls;
3073 7 : result = (char *)("DCAP_RASTER");
3074 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3075 7 : return jresult;
3076 : }
3077 :
3078 :
3079 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RASTER_1get(JNIEnv *jenv, jclass jcls) {
3080 7 : jstring jresult = 0 ;
3081 7 : char *result = 0 ;
3082 :
3083 : (void)jenv;
3084 : (void)jcls;
3085 7 : result = (char *)("DCAP_RASTER");
3086 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3087 7 : return jresult;
3088 : }
3089 :
3090 :
3091 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
3092 7 : jstring jresult = 0 ;
3093 7 : char *result = 0 ;
3094 :
3095 : (void)jenv;
3096 : (void)jcls;
3097 7 : result = (char *)("DCAP_VECTOR");
3098 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3099 7 : return jresult;
3100 : }
3101 :
3102 :
3103 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1VECTOR_1get(JNIEnv *jenv, jclass jcls) {
3104 7 : jstring jresult = 0 ;
3105 7 : char *result = 0 ;
3106 :
3107 : (void)jenv;
3108 : (void)jcls;
3109 7 : result = (char *)("DCAP_VECTOR");
3110 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3111 7 : return jresult;
3112 : }
3113 :
3114 :
3115 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1GNM_1get(JNIEnv *jenv, jclass jcls) {
3116 7 : jstring jresult = 0 ;
3117 7 : char *result = 0 ;
3118 :
3119 : (void)jenv;
3120 : (void)jcls;
3121 7 : result = (char *)("DCAP_GNM");
3122 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3123 7 : return jresult;
3124 : }
3125 :
3126 :
3127 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1GNM_1get(JNIEnv *jenv, jclass jcls) {
3128 7 : jstring jresult = 0 ;
3129 7 : char *result = 0 ;
3130 :
3131 : (void)jenv;
3132 : (void)jcls;
3133 7 : result = (char *)("DCAP_GNM");
3134 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3135 7 : return jresult;
3136 : }
3137 :
3138 :
3139 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3140 7 : jstring jresult = 0 ;
3141 7 : char *result = 0 ;
3142 :
3143 : (void)jenv;
3144 : (void)jcls;
3145 7 : result = (char *)("DCAP_CREATE_LAYER");
3146 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3147 7 : return jresult;
3148 : }
3149 :
3150 :
3151 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3152 7 : jstring jresult = 0 ;
3153 7 : char *result = 0 ;
3154 :
3155 : (void)jenv;
3156 : (void)jcls;
3157 7 : result = (char *)("DCAP_CREATE_LAYER");
3158 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3159 7 : return jresult;
3160 : }
3161 :
3162 :
3163 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3164 7 : jstring jresult = 0 ;
3165 7 : char *result = 0 ;
3166 :
3167 : (void)jenv;
3168 : (void)jcls;
3169 7 : result = (char *)("DCAP_DELETE_LAYER");
3170 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3171 7 : return jresult;
3172 : }
3173 :
3174 :
3175 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1LAYER_1get(JNIEnv *jenv, jclass jcls) {
3176 7 : jstring jresult = 0 ;
3177 7 : char *result = 0 ;
3178 :
3179 : (void)jenv;
3180 : (void)jcls;
3181 7 : result = (char *)("DCAP_DELETE_LAYER");
3182 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3183 7 : return jresult;
3184 : }
3185 :
3186 :
3187 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3188 7 : jstring jresult = 0 ;
3189 7 : char *result = 0 ;
3190 :
3191 : (void)jenv;
3192 : (void)jcls;
3193 7 : result = (char *)("DCAP_CREATE_FIELD");
3194 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3195 7 : return jresult;
3196 : }
3197 :
3198 :
3199 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3200 7 : jstring jresult = 0 ;
3201 7 : char *result = 0 ;
3202 :
3203 : (void)jenv;
3204 : (void)jcls;
3205 7 : result = (char *)("DCAP_CREATE_FIELD");
3206 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3207 7 : return jresult;
3208 : }
3209 :
3210 :
3211 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3212 7 : jstring jresult = 0 ;
3213 7 : char *result = 0 ;
3214 :
3215 : (void)jenv;
3216 : (void)jcls;
3217 7 : result = (char *)("DCAP_DELETE_FIELD");
3218 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3219 7 : return jresult;
3220 : }
3221 :
3222 :
3223 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1FIELD_1get(JNIEnv *jenv, jclass jcls) {
3224 7 : jstring jresult = 0 ;
3225 7 : char *result = 0 ;
3226 :
3227 : (void)jenv;
3228 : (void)jcls;
3229 7 : result = (char *)("DCAP_DELETE_FIELD");
3230 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3231 7 : return jresult;
3232 : }
3233 :
3234 :
3235 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1REORDER_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3236 7 : jstring jresult = 0 ;
3237 7 : char *result = 0 ;
3238 :
3239 : (void)jenv;
3240 : (void)jcls;
3241 7 : result = (char *)("DCAP_REORDER_FIELDS");
3242 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3243 7 : return jresult;
3244 : }
3245 :
3246 :
3247 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1REORDER_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3248 7 : jstring jresult = 0 ;
3249 7 : char *result = 0 ;
3250 :
3251 : (void)jenv;
3252 : (void)jcls;
3253 7 : result = (char *)("DCAP_REORDER_FIELDS");
3254 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3255 7 : return jresult;
3256 : }
3257 :
3258 :
3259 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ALTER_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3260 7 : jstring jresult = 0 ;
3261 7 : char *result = 0 ;
3262 :
3263 : (void)jenv;
3264 : (void)jcls;
3265 7 : result = (char *)("DMD_ALTER_FIELD_DEFN_FLAGS");
3266 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3267 7 : return jresult;
3268 : }
3269 :
3270 :
3271 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ALTER_1FIELD_1DEFN_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3272 7 : jstring jresult = 0 ;
3273 7 : char *result = 0 ;
3274 :
3275 : (void)jenv;
3276 : (void)jcls;
3277 7 : result = (char *)("DMD_ALTER_FIELD_DEFN_FLAGS");
3278 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3279 7 : return jresult;
3280 : }
3281 :
3282 :
3283 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1ILLEGAL_1FIELD_1NAMES_1get(JNIEnv *jenv, jclass jcls) {
3284 7 : jstring jresult = 0 ;
3285 7 : char *result = 0 ;
3286 :
3287 : (void)jenv;
3288 : (void)jcls;
3289 7 : result = (char *)("DMD_ILLEGAL_FIELD_NAMES");
3290 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3291 7 : return jresult;
3292 : }
3293 :
3294 :
3295 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1ILLEGAL_1FIELD_1NAMES_1get(JNIEnv *jenv, jclass jcls) {
3296 7 : jstring jresult = 0 ;
3297 7 : char *result = 0 ;
3298 :
3299 : (void)jenv;
3300 : (void)jcls;
3301 7 : result = (char *)("DMD_ILLEGAL_FIELD_NAMES");
3302 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3303 7 : return jresult;
3304 : }
3305 :
3306 :
3307 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NOTNULL_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3308 7 : jstring jresult = 0 ;
3309 7 : char *result = 0 ;
3310 :
3311 : (void)jenv;
3312 : (void)jcls;
3313 7 : result = (char *)("DCAP_NOTNULL_FIELDS");
3314 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3315 7 : return jresult;
3316 : }
3317 :
3318 :
3319 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NOTNULL_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3320 7 : jstring jresult = 0 ;
3321 7 : char *result = 0 ;
3322 :
3323 : (void)jenv;
3324 : (void)jcls;
3325 7 : result = (char *)("DCAP_NOTNULL_FIELDS");
3326 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3327 7 : return jresult;
3328 : }
3329 :
3330 :
3331 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UNIQUE_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3332 7 : jstring jresult = 0 ;
3333 7 : char *result = 0 ;
3334 :
3335 : (void)jenv;
3336 : (void)jcls;
3337 7 : result = (char *)("DCAP_UNIQUE_FIELDS");
3338 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3339 7 : return jresult;
3340 : }
3341 :
3342 :
3343 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UNIQUE_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3344 7 : jstring jresult = 0 ;
3345 7 : char *result = 0 ;
3346 :
3347 : (void)jenv;
3348 : (void)jcls;
3349 7 : result = (char *)("DCAP_UNIQUE_FIELDS");
3350 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3351 7 : return jresult;
3352 : }
3353 :
3354 :
3355 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DEFAULT_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3356 7 : jstring jresult = 0 ;
3357 7 : char *result = 0 ;
3358 :
3359 : (void)jenv;
3360 : (void)jcls;
3361 7 : result = (char *)("DCAP_DEFAULT_FIELDS");
3362 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3363 7 : return jresult;
3364 : }
3365 :
3366 :
3367 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DEFAULT_1FIELDS_1get(JNIEnv *jenv, jclass jcls) {
3368 7 : jstring jresult = 0 ;
3369 7 : char *result = 0 ;
3370 :
3371 : (void)jenv;
3372 : (void)jcls;
3373 7 : result = (char *)("DCAP_DEFAULT_FIELDS");
3374 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3375 7 : return jresult;
3376 : }
3377 :
3378 :
3379 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NOTNULL_1GEOMFIELDS_1get(JNIEnv *jenv, jclass jcls) {
3380 7 : jstring jresult = 0 ;
3381 7 : char *result = 0 ;
3382 :
3383 : (void)jenv;
3384 : (void)jcls;
3385 7 : result = (char *)("DCAP_NOTNULL_GEOMFIELDS");
3386 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3387 7 : return jresult;
3388 : }
3389 :
3390 :
3391 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NOTNULL_1GEOMFIELDS_1get(JNIEnv *jenv, jclass jcls) {
3392 7 : jstring jresult = 0 ;
3393 7 : char *result = 0 ;
3394 :
3395 : (void)jenv;
3396 : (void)jcls;
3397 7 : result = (char *)("DCAP_NOTNULL_GEOMFIELDS");
3398 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3399 7 : return jresult;
3400 : }
3401 :
3402 :
3403 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1NONSPATIAL_1get(JNIEnv *jenv, jclass jcls) {
3404 7 : jstring jresult = 0 ;
3405 7 : char *result = 0 ;
3406 :
3407 : (void)jenv;
3408 : (void)jcls;
3409 7 : result = (char *)("DCAP_NONSPATIAL");
3410 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3411 7 : return jresult;
3412 : }
3413 :
3414 :
3415 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1NONSPATIAL_1get(JNIEnv *jenv, jclass jcls) {
3416 7 : jstring jresult = 0 ;
3417 7 : char *result = 0 ;
3418 :
3419 : (void)jenv;
3420 : (void)jcls;
3421 7 : result = (char *)("DCAP_NONSPATIAL");
3422 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3423 7 : return jresult;
3424 : }
3425 :
3426 :
3427 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CURVE_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3428 7 : jstring jresult = 0 ;
3429 7 : char *result = 0 ;
3430 :
3431 : (void)jenv;
3432 : (void)jcls;
3433 7 : result = (char *)("DCAP_CURVE_GEOMETRIES");
3434 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3435 7 : return jresult;
3436 : }
3437 :
3438 :
3439 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CURVE_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3440 7 : jstring jresult = 0 ;
3441 7 : char *result = 0 ;
3442 :
3443 : (void)jenv;
3444 : (void)jcls;
3445 7 : result = (char *)("DCAP_CURVE_GEOMETRIES");
3446 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3447 7 : return jresult;
3448 : }
3449 :
3450 :
3451 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MEASURED_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3452 7 : jstring jresult = 0 ;
3453 7 : char *result = 0 ;
3454 :
3455 : (void)jenv;
3456 : (void)jcls;
3457 7 : result = (char *)("DCAP_MEASURED_GEOMETRIES");
3458 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3459 7 : return jresult;
3460 : }
3461 :
3462 :
3463 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MEASURED_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3464 7 : jstring jresult = 0 ;
3465 7 : char *result = 0 ;
3466 :
3467 : (void)jenv;
3468 : (void)jcls;
3469 7 : result = (char *)("DCAP_MEASURED_GEOMETRIES");
3470 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3471 7 : return jresult;
3472 : }
3473 :
3474 :
3475 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1Z_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3476 7 : jstring jresult = 0 ;
3477 7 : char *result = 0 ;
3478 :
3479 : (void)jenv;
3480 : (void)jcls;
3481 7 : result = (char *)("DCAP_Z_GEOMETRIES");
3482 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3483 7 : return jresult;
3484 : }
3485 :
3486 :
3487 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1Z_1GEOMETRIES_1get(JNIEnv *jenv, jclass jcls) {
3488 7 : jstring jresult = 0 ;
3489 7 : char *result = 0 ;
3490 :
3491 : (void)jenv;
3492 : (void)jcls;
3493 7 : result = (char *)("DCAP_Z_GEOMETRIES");
3494 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3495 7 : return jresult;
3496 : }
3497 :
3498 :
3499 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1GEOMETRY_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3500 7 : jstring jresult = 0 ;
3501 7 : char *result = 0 ;
3502 :
3503 : (void)jenv;
3504 : (void)jcls;
3505 7 : result = (char *)("DMD_GEOMETRY_FLAGS");
3506 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3507 7 : return jresult;
3508 : }
3509 :
3510 :
3511 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1GEOMETRY_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3512 7 : jstring jresult = 0 ;
3513 7 : char *result = 0 ;
3514 :
3515 : (void)jenv;
3516 : (void)jcls;
3517 7 : result = (char *)("DMD_GEOMETRY_FLAGS");
3518 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3519 7 : return jresult;
3520 : }
3521 :
3522 :
3523 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1get(JNIEnv *jenv, jclass jcls) {
3524 7 : jstring jresult = 0 ;
3525 7 : char *result = 0 ;
3526 :
3527 : (void)jenv;
3528 : (void)jcls;
3529 7 : result = (char *)("DCAP_FEATURE_STYLES");
3530 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3531 7 : return jresult;
3532 : }
3533 :
3534 :
3535 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1get(JNIEnv *jenv, jclass jcls) {
3536 7 : jstring jresult = 0 ;
3537 7 : char *result = 0 ;
3538 :
3539 : (void)jenv;
3540 : (void)jcls;
3541 7 : result = (char *)("DCAP_FEATURE_STYLES");
3542 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3543 7 : return jresult;
3544 : }
3545 :
3546 :
3547 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1READ_1get(JNIEnv *jenv, jclass jcls) {
3548 7 : jstring jresult = 0 ;
3549 7 : char *result = 0 ;
3550 :
3551 : (void)jenv;
3552 : (void)jcls;
3553 7 : result = (char *)("DCAP_FEATURE_STYLES_READ");
3554 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3555 7 : return jresult;
3556 : }
3557 :
3558 :
3559 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1READ_1get(JNIEnv *jenv, jclass jcls) {
3560 7 : jstring jresult = 0 ;
3561 7 : char *result = 0 ;
3562 :
3563 : (void)jenv;
3564 : (void)jcls;
3565 7 : result = (char *)("DCAP_FEATURE_STYLES_READ");
3566 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3567 7 : return jresult;
3568 : }
3569 :
3570 :
3571 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FEATURE_1STYLES_1WRITE_1get(JNIEnv *jenv, jclass jcls) {
3572 7 : jstring jresult = 0 ;
3573 7 : char *result = 0 ;
3574 :
3575 : (void)jenv;
3576 : (void)jcls;
3577 7 : result = (char *)("DCAP_FEATURE_STYLES_WRITE");
3578 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3579 7 : return jresult;
3580 : }
3581 :
3582 :
3583 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FEATURE_1STYLES_1WRITE_1get(JNIEnv *jenv, jclass jcls) {
3584 7 : jstring jresult = 0 ;
3585 7 : char *result = 0 ;
3586 :
3587 : (void)jenv;
3588 : (void)jcls;
3589 7 : result = (char *)("DCAP_FEATURE_STYLES_WRITE");
3590 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3591 7 : return jresult;
3592 : }
3593 :
3594 :
3595 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1COORDINATE_1EPOCH_1get(JNIEnv *jenv, jclass jcls) {
3596 7 : jstring jresult = 0 ;
3597 7 : char *result = 0 ;
3598 :
3599 : (void)jenv;
3600 : (void)jcls;
3601 7 : result = (char *)("DCAP_COORDINATE_EPOCH");
3602 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3603 7 : return jresult;
3604 : }
3605 :
3606 :
3607 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1COORDINATE_1EPOCH_1get(JNIEnv *jenv, jclass jcls) {
3608 7 : jstring jresult = 0 ;
3609 7 : char *result = 0 ;
3610 :
3611 : (void)jenv;
3612 : (void)jcls;
3613 7 : result = (char *)("DCAP_COORDINATE_EPOCH");
3614 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3615 7 : return jresult;
3616 : }
3617 :
3618 :
3619 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1MULTIPLE_1VECTOR_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3620 7 : jstring jresult = 0 ;
3621 7 : char *result = 0 ;
3622 :
3623 : (void)jenv;
3624 : (void)jcls;
3625 7 : result = (char *)("DCAP_MULTIPLE_VECTOR_LAYERS");
3626 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3627 7 : return jresult;
3628 : }
3629 :
3630 :
3631 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1MULTIPLE_1VECTOR_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3632 7 : jstring jresult = 0 ;
3633 7 : char *result = 0 ;
3634 :
3635 : (void)jenv;
3636 : (void)jcls;
3637 7 : result = (char *)("DCAP_MULTIPLE_VECTOR_LAYERS");
3638 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3639 7 : return jresult;
3640 : }
3641 :
3642 :
3643 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FIELD_1DOMAINS_1get(JNIEnv *jenv, jclass jcls) {
3644 7 : jstring jresult = 0 ;
3645 7 : char *result = 0 ;
3646 :
3647 : (void)jenv;
3648 : (void)jcls;
3649 7 : result = (char *)("DCAP_FIELD_DOMAINS");
3650 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3651 7 : return jresult;
3652 : }
3653 :
3654 :
3655 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FIELD_1DOMAINS_1get(JNIEnv *jenv, jclass jcls) {
3656 7 : jstring jresult = 0 ;
3657 7 : char *result = 0 ;
3658 :
3659 : (void)jenv;
3660 : (void)jcls;
3661 7 : result = (char *)("DCAP_FIELD_DOMAINS");
3662 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3663 7 : return jresult;
3664 : }
3665 :
3666 :
3667 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RELATIONSHIPS_1get(JNIEnv *jenv, jclass jcls) {
3668 7 : jstring jresult = 0 ;
3669 7 : char *result = 0 ;
3670 :
3671 : (void)jenv;
3672 : (void)jcls;
3673 7 : result = (char *)("DCAP_RELATIONSHIPS");
3674 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3675 7 : return jresult;
3676 : }
3677 :
3678 :
3679 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RELATIONSHIPS_1get(JNIEnv *jenv, jclass jcls) {
3680 7 : jstring jresult = 0 ;
3681 7 : char *result = 0 ;
3682 :
3683 : (void)jenv;
3684 : (void)jcls;
3685 7 : result = (char *)("DCAP_RELATIONSHIPS");
3686 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3687 7 : return jresult;
3688 : }
3689 :
3690 :
3691 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1CREATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3692 7 : jstring jresult = 0 ;
3693 7 : char *result = 0 ;
3694 :
3695 : (void)jenv;
3696 : (void)jcls;
3697 7 : result = (char *)("DCAP_CREATE_RELATIONSHIP");
3698 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3699 7 : return jresult;
3700 : }
3701 :
3702 :
3703 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1CREATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3704 7 : jstring jresult = 0 ;
3705 7 : char *result = 0 ;
3706 :
3707 : (void)jenv;
3708 : (void)jcls;
3709 7 : result = (char *)("DCAP_CREATE_RELATIONSHIP");
3710 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3711 7 : return jresult;
3712 : }
3713 :
3714 :
3715 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1DELETE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3716 7 : jstring jresult = 0 ;
3717 7 : char *result = 0 ;
3718 :
3719 : (void)jenv;
3720 : (void)jcls;
3721 7 : result = (char *)("DCAP_DELETE_RELATIONSHIP");
3722 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3723 7 : return jresult;
3724 : }
3725 :
3726 :
3727 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1DELETE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3728 7 : jstring jresult = 0 ;
3729 7 : char *result = 0 ;
3730 :
3731 : (void)jenv;
3732 : (void)jcls;
3733 7 : result = (char *)("DCAP_DELETE_RELATIONSHIP");
3734 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3735 7 : return jresult;
3736 : }
3737 :
3738 :
3739 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1UPDATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3740 7 : jstring jresult = 0 ;
3741 7 : char *result = 0 ;
3742 :
3743 : (void)jenv;
3744 : (void)jcls;
3745 7 : result = (char *)("DCAP_UPDATE_RELATIONSHIP");
3746 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3747 7 : return jresult;
3748 : }
3749 :
3750 :
3751 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1UPDATE_1RELATIONSHIP_1get(JNIEnv *jenv, jclass jcls) {
3752 7 : jstring jresult = 0 ;
3753 7 : char *result = 0 ;
3754 :
3755 : (void)jenv;
3756 : (void)jcls;
3757 7 : result = (char *)("DCAP_UPDATE_RELATIONSHIP");
3758 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3759 7 : return jresult;
3760 : }
3761 :
3762 :
3763 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1RELATIONSHIP_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3764 7 : jstring jresult = 0 ;
3765 7 : char *result = 0 ;
3766 :
3767 : (void)jenv;
3768 : (void)jcls;
3769 7 : result = (char *)("DMD_RELATIONSHIP_FLAGS");
3770 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3771 7 : return jresult;
3772 : }
3773 :
3774 :
3775 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1RELATIONSHIP_1FLAGS_1get(JNIEnv *jenv, jclass jcls) {
3776 7 : jstring jresult = 0 ;
3777 7 : char *result = 0 ;
3778 :
3779 : (void)jenv;
3780 : (void)jcls;
3781 7 : result = (char *)("DMD_RELATIONSHIP_FLAGS");
3782 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3783 7 : return jresult;
3784 : }
3785 :
3786 :
3787 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DMD_1RELATIONSHIP_1RELATED_1TABLE_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
3788 7 : jstring jresult = 0 ;
3789 7 : char *result = 0 ;
3790 :
3791 : (void)jenv;
3792 : (void)jcls;
3793 7 : result = (char *)("DMD_RELATIONSHIP_RELATED_TABLE_TYPES");
3794 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3795 7 : return jresult;
3796 : }
3797 :
3798 :
3799 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DMD_1RELATIONSHIP_1RELATED_1TABLE_1TYPES_1get(JNIEnv *jenv, jclass jcls) {
3800 7 : jstring jresult = 0 ;
3801 7 : char *result = 0 ;
3802 :
3803 : (void)jenv;
3804 : (void)jcls;
3805 7 : result = (char *)("DMD_RELATIONSHIP_RELATED_TABLE_TYPES");
3806 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3807 7 : return jresult;
3808 : }
3809 :
3810 :
3811 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1RENAME_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3812 7 : jstring jresult = 0 ;
3813 7 : char *result = 0 ;
3814 :
3815 : (void)jenv;
3816 : (void)jcls;
3817 7 : result = (char *)("DCAP_RENAME_LAYERS");
3818 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3819 7 : return jresult;
3820 : }
3821 :
3822 :
3823 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1RENAME_1LAYERS_1get(JNIEnv *jenv, jclass jcls) {
3824 7 : jstring jresult = 0 ;
3825 7 : char *result = 0 ;
3826 :
3827 : (void)jenv;
3828 : (void)jcls;
3829 7 : result = (char *)("DCAP_RENAME_LAYERS");
3830 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3831 7 : return jresult;
3832 : }
3833 :
3834 :
3835 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DCAP_1FLUSHCACHE_1CONSISTENT_1STATE_1get(JNIEnv *jenv, jclass jcls) {
3836 7 : jstring jresult = 0 ;
3837 7 : char *result = 0 ;
3838 :
3839 : (void)jenv;
3840 : (void)jcls;
3841 7 : result = (char *)("DCAP_FLUSHCACHE_CONSISTENT_STATE");
3842 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3843 7 : return jresult;
3844 : }
3845 :
3846 :
3847 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DCAP_1FLUSHCACHE_1CONSISTENT_1STATE_1get(JNIEnv *jenv, jclass jcls) {
3848 7 : jstring jresult = 0 ;
3849 7 : char *result = 0 ;
3850 :
3851 : (void)jenv;
3852 : (void)jcls;
3853 7 : result = (char *)("DCAP_FLUSHCACHE_CONSISTENT_STATE");
3854 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3855 7 : return jresult;
3856 : }
3857 :
3858 :
3859 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1HORIZONTAL_1X_1get(JNIEnv *jenv, jclass jcls) {
3860 7 : jstring jresult = 0 ;
3861 7 : char *result = 0 ;
3862 :
3863 : (void)jenv;
3864 : (void)jcls;
3865 7 : result = (char *)("HORIZONTAL_X");
3866 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3867 7 : return jresult;
3868 : }
3869 :
3870 :
3871 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1HORIZONTAL_1X_1get(JNIEnv *jenv, jclass jcls) {
3872 7 : jstring jresult = 0 ;
3873 7 : char *result = 0 ;
3874 :
3875 : (void)jenv;
3876 : (void)jcls;
3877 7 : result = (char *)("HORIZONTAL_X");
3878 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3879 7 : return jresult;
3880 : }
3881 :
3882 :
3883 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1HORIZONTAL_1Y_1get(JNIEnv *jenv, jclass jcls) {
3884 7 : jstring jresult = 0 ;
3885 7 : char *result = 0 ;
3886 :
3887 : (void)jenv;
3888 : (void)jcls;
3889 7 : result = (char *)("HORIZONTAL_Y");
3890 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3891 7 : return jresult;
3892 : }
3893 :
3894 :
3895 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1HORIZONTAL_1Y_1get(JNIEnv *jenv, jclass jcls) {
3896 7 : jstring jresult = 0 ;
3897 7 : char *result = 0 ;
3898 :
3899 : (void)jenv;
3900 : (void)jcls;
3901 7 : result = (char *)("HORIZONTAL_Y");
3902 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3903 7 : return jresult;
3904 : }
3905 :
3906 :
3907 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1VERTICAL_1get(JNIEnv *jenv, jclass jcls) {
3908 7 : jstring jresult = 0 ;
3909 7 : char *result = 0 ;
3910 :
3911 : (void)jenv;
3912 : (void)jcls;
3913 7 : result = (char *)("VERTICAL");
3914 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3915 7 : return jresult;
3916 : }
3917 :
3918 :
3919 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1VERTICAL_1get(JNIEnv *jenv, jclass jcls) {
3920 7 : jstring jresult = 0 ;
3921 7 : char *result = 0 ;
3922 :
3923 : (void)jenv;
3924 : (void)jcls;
3925 7 : result = (char *)("VERTICAL");
3926 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3927 7 : return jresult;
3928 : }
3929 :
3930 :
3931 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1TEMPORAL_1get(JNIEnv *jenv, jclass jcls) {
3932 7 : jstring jresult = 0 ;
3933 7 : char *result = 0 ;
3934 :
3935 : (void)jenv;
3936 : (void)jcls;
3937 7 : result = (char *)("TEMPORAL");
3938 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3939 7 : return jresult;
3940 : }
3941 :
3942 :
3943 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1TEMPORAL_1get(JNIEnv *jenv, jclass jcls) {
3944 7 : jstring jresult = 0 ;
3945 7 : char *result = 0 ;
3946 :
3947 : (void)jenv;
3948 : (void)jcls;
3949 7 : result = (char *)("TEMPORAL");
3950 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3951 7 : return jresult;
3952 : }
3953 :
3954 :
3955 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_DIM_1TYPE_1PARAMETRIC_1get(JNIEnv *jenv, jclass jcls) {
3956 7 : jstring jresult = 0 ;
3957 7 : char *result = 0 ;
3958 :
3959 : (void)jenv;
3960 : (void)jcls;
3961 7 : result = (char *)("PARAMETRIC");
3962 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3963 7 : return jresult;
3964 : }
3965 :
3966 :
3967 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DIM_1TYPE_1PARAMETRIC_1get(JNIEnv *jenv, jclass jcls) {
3968 7 : jstring jresult = 0 ;
3969 7 : char *result = 0 ;
3970 :
3971 : (void)jenv;
3972 : (void)jcls;
3973 7 : result = (char *)("PARAMETRIC");
3974 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3975 7 : return jresult;
3976 : }
3977 :
3978 :
3979 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCAddRelationship_1get(JNIEnv *jenv, jclass jcls) {
3980 7 : jstring jresult = 0 ;
3981 7 : char *result = 0 ;
3982 :
3983 : (void)jenv;
3984 : (void)jcls;
3985 7 : result = (char *)("AddRelationship");
3986 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3987 7 : return jresult;
3988 : }
3989 :
3990 :
3991 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCDeleteRelationship_1get(JNIEnv *jenv, jclass jcls) {
3992 7 : jstring jresult = 0 ;
3993 7 : char *result = 0 ;
3994 :
3995 : (void)jenv;
3996 : (void)jcls;
3997 7 : result = (char *)("DeleteRelationship");
3998 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
3999 7 : return jresult;
4000 : }
4001 :
4002 :
4003 7 : SWIGEXPORT jstring JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDsCUpdateRelationship_1get(JNIEnv *jenv, jclass jcls) {
4004 7 : jstring jresult = 0 ;
4005 7 : char *result = 0 ;
4006 :
4007 : (void)jenv;
4008 : (void)jcls;
4009 7 : result = (char *)("UpdateRelationship");
4010 7 : jresult = SafeNewStringUTF8(jenv, (const char *)result);
4011 7 : return jresult;
4012 : }
4013 :
4014 :
4015 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1BackslashQuotable_1get(JNIEnv *jenv, jclass jcls) {
4016 7 : jint jresult = 0 ;
4017 : int result;
4018 :
4019 : (void)jenv;
4020 : (void)jcls;
4021 7 : result = (int)(CPLES_BackslashQuotable);
4022 7 : jresult = (jint)result;
4023 7 : return jresult;
4024 : }
4025 :
4026 :
4027 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1XML_1get(JNIEnv *jenv, jclass jcls) {
4028 7 : jint jresult = 0 ;
4029 : int result;
4030 :
4031 : (void)jenv;
4032 : (void)jcls;
4033 7 : result = (int)(CPLES_XML);
4034 7 : jresult = (jint)result;
4035 7 : return jresult;
4036 : }
4037 :
4038 :
4039 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1XML_1BUT_1QUOTES_1get(JNIEnv *jenv, jclass jcls) {
4040 7 : jint jresult = 0 ;
4041 : int result;
4042 :
4043 : (void)jenv;
4044 : (void)jcls;
4045 7 : result = (int)(CPLES_XML_BUT_QUOTES);
4046 7 : jresult = (jint)result;
4047 7 : return jresult;
4048 : }
4049 :
4050 :
4051 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1URL_1get(JNIEnv *jenv, jclass jcls) {
4052 7 : jint jresult = 0 ;
4053 : int result;
4054 :
4055 : (void)jenv;
4056 : (void)jcls;
4057 7 : result = (int)(CPLES_URL);
4058 7 : jresult = (jint)result;
4059 7 : return jresult;
4060 : }
4061 :
4062 :
4063 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1SQL_1get(JNIEnv *jenv, jclass jcls) {
4064 7 : jint jresult = 0 ;
4065 : int result;
4066 :
4067 : (void)jenv;
4068 : (void)jcls;
4069 7 : result = (int)(CPLES_SQL);
4070 7 : jresult = (jint)result;
4071 7 : return jresult;
4072 : }
4073 :
4074 :
4075 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1SQLI_1get(JNIEnv *jenv, jclass jcls) {
4076 7 : jint jresult = 0 ;
4077 : int result;
4078 :
4079 : (void)jenv;
4080 : (void)jcls;
4081 7 : result = (int)(CPLES_SQLI);
4082 7 : jresult = (jint)result;
4083 7 : return jresult;
4084 : }
4085 :
4086 :
4087 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_CPLES_1CSV_1get(JNIEnv *jenv, jclass jcls) {
4088 7 : jint jresult = 0 ;
4089 : int result;
4090 :
4091 : (void)jenv;
4092 : (void)jcls;
4093 7 : result = (int)(CPLES_CSV);
4094 7 : jresult = (jint)result;
4095 7 : return jresult;
4096 : }
4097 :
4098 :
4099 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1Integer_1get(JNIEnv *jenv, jclass jcls) {
4100 7 : jint jresult = 0 ;
4101 : int result;
4102 :
4103 : (void)jenv;
4104 : (void)jcls;
4105 7 : result = (int)(GFT_Integer);
4106 7 : jresult = (jint)result;
4107 7 : return jresult;
4108 : }
4109 :
4110 :
4111 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1Real_1get(JNIEnv *jenv, jclass jcls) {
4112 7 : jint jresult = 0 ;
4113 : int result;
4114 :
4115 : (void)jenv;
4116 : (void)jcls;
4117 7 : result = (int)(GFT_Real);
4118 7 : jresult = (jint)result;
4119 7 : return jresult;
4120 : }
4121 :
4122 :
4123 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFT_1String_1get(JNIEnv *jenv, jclass jcls) {
4124 7 : jint jresult = 0 ;
4125 : int result;
4126 :
4127 : (void)jenv;
4128 : (void)jcls;
4129 7 : result = (int)(GFT_String);
4130 7 : jresult = (jint)result;
4131 7 : return jresult;
4132 : }
4133 :
4134 :
4135 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Generic_1get(JNIEnv *jenv, jclass jcls) {
4136 7 : jint jresult = 0 ;
4137 : int result;
4138 :
4139 : (void)jenv;
4140 : (void)jcls;
4141 7 : result = (int)(GFU_Generic);
4142 7 : jresult = (jint)result;
4143 7 : return jresult;
4144 : }
4145 :
4146 :
4147 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1PixelCount_1get(JNIEnv *jenv, jclass jcls) {
4148 7 : jint jresult = 0 ;
4149 : int result;
4150 :
4151 : (void)jenv;
4152 : (void)jcls;
4153 7 : result = (int)(GFU_PixelCount);
4154 7 : jresult = (jint)result;
4155 7 : return jresult;
4156 : }
4157 :
4158 :
4159 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Name_1get(JNIEnv *jenv, jclass jcls) {
4160 7 : jint jresult = 0 ;
4161 : int result;
4162 :
4163 : (void)jenv;
4164 : (void)jcls;
4165 7 : result = (int)(GFU_Name);
4166 7 : jresult = (jint)result;
4167 7 : return jresult;
4168 : }
4169 :
4170 :
4171 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Min_1get(JNIEnv *jenv, jclass jcls) {
4172 7 : jint jresult = 0 ;
4173 : int result;
4174 :
4175 : (void)jenv;
4176 : (void)jcls;
4177 7 : result = (int)(GFU_Min);
4178 7 : jresult = (jint)result;
4179 7 : return jresult;
4180 : }
4181 :
4182 :
4183 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Max_1get(JNIEnv *jenv, jclass jcls) {
4184 7 : jint jresult = 0 ;
4185 : int result;
4186 :
4187 : (void)jenv;
4188 : (void)jcls;
4189 7 : result = (int)(GFU_Max);
4190 7 : jresult = (jint)result;
4191 7 : return jresult;
4192 : }
4193 :
4194 :
4195 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1MinMax_1get(JNIEnv *jenv, jclass jcls) {
4196 7 : jint jresult = 0 ;
4197 : int result;
4198 :
4199 : (void)jenv;
4200 : (void)jcls;
4201 7 : result = (int)(GFU_MinMax);
4202 7 : jresult = (jint)result;
4203 7 : return jresult;
4204 : }
4205 :
4206 :
4207 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Red_1get(JNIEnv *jenv, jclass jcls) {
4208 7 : jint jresult = 0 ;
4209 : int result;
4210 :
4211 : (void)jenv;
4212 : (void)jcls;
4213 7 : result = (int)(GFU_Red);
4214 7 : jresult = (jint)result;
4215 7 : return jresult;
4216 : }
4217 :
4218 :
4219 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Green_1get(JNIEnv *jenv, jclass jcls) {
4220 7 : jint jresult = 0 ;
4221 : int result;
4222 :
4223 : (void)jenv;
4224 : (void)jcls;
4225 7 : result = (int)(GFU_Green);
4226 7 : jresult = (jint)result;
4227 7 : return jresult;
4228 : }
4229 :
4230 :
4231 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Blue_1get(JNIEnv *jenv, jclass jcls) {
4232 7 : jint jresult = 0 ;
4233 : int result;
4234 :
4235 : (void)jenv;
4236 : (void)jcls;
4237 7 : result = (int)(GFU_Blue);
4238 7 : jresult = (jint)result;
4239 7 : return jresult;
4240 : }
4241 :
4242 :
4243 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1Alpha_1get(JNIEnv *jenv, jclass jcls) {
4244 7 : jint jresult = 0 ;
4245 : int result;
4246 :
4247 : (void)jenv;
4248 : (void)jcls;
4249 7 : result = (int)(GFU_Alpha);
4250 7 : jresult = (jint)result;
4251 7 : return jresult;
4252 : }
4253 :
4254 :
4255 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1RedMin_1get(JNIEnv *jenv, jclass jcls) {
4256 7 : jint jresult = 0 ;
4257 : int result;
4258 :
4259 : (void)jenv;
4260 : (void)jcls;
4261 7 : result = (int)(GFU_RedMin);
4262 7 : jresult = (jint)result;
4263 7 : return jresult;
4264 : }
4265 :
4266 :
4267 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1GreenMin_1get(JNIEnv *jenv, jclass jcls) {
4268 7 : jint jresult = 0 ;
4269 : int result;
4270 :
4271 : (void)jenv;
4272 : (void)jcls;
4273 7 : result = (int)(GFU_GreenMin);
4274 7 : jresult = (jint)result;
4275 7 : return jresult;
4276 : }
4277 :
4278 :
4279 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1BlueMin_1get(JNIEnv *jenv, jclass jcls) {
4280 7 : jint jresult = 0 ;
4281 : int result;
4282 :
4283 : (void)jenv;
4284 : (void)jcls;
4285 7 : result = (int)(GFU_BlueMin);
4286 7 : jresult = (jint)result;
4287 7 : return jresult;
4288 : }
4289 :
4290 :
4291 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1AlphaMin_1get(JNIEnv *jenv, jclass jcls) {
4292 7 : jint jresult = 0 ;
4293 : int result;
4294 :
4295 : (void)jenv;
4296 : (void)jcls;
4297 7 : result = (int)(GFU_AlphaMin);
4298 7 : jresult = (jint)result;
4299 7 : return jresult;
4300 : }
4301 :
4302 :
4303 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1RedMax_1get(JNIEnv *jenv, jclass jcls) {
4304 7 : jint jresult = 0 ;
4305 : int result;
4306 :
4307 : (void)jenv;
4308 : (void)jcls;
4309 7 : result = (int)(GFU_RedMax);
4310 7 : jresult = (jint)result;
4311 7 : return jresult;
4312 : }
4313 :
4314 :
4315 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1GreenMax_1get(JNIEnv *jenv, jclass jcls) {
4316 7 : jint jresult = 0 ;
4317 : int result;
4318 :
4319 : (void)jenv;
4320 : (void)jcls;
4321 7 : result = (int)(GFU_GreenMax);
4322 7 : jresult = (jint)result;
4323 7 : return jresult;
4324 : }
4325 :
4326 :
4327 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1BlueMax_1get(JNIEnv *jenv, jclass jcls) {
4328 7 : jint jresult = 0 ;
4329 : int result;
4330 :
4331 : (void)jenv;
4332 : (void)jcls;
4333 7 : result = (int)(GFU_BlueMax);
4334 7 : jresult = (jint)result;
4335 7 : return jresult;
4336 : }
4337 :
4338 :
4339 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1AlphaMax_1get(JNIEnv *jenv, jclass jcls) {
4340 7 : jint jresult = 0 ;
4341 : int result;
4342 :
4343 : (void)jenv;
4344 : (void)jcls;
4345 7 : result = (int)(GFU_AlphaMax);
4346 7 : jresult = (jint)result;
4347 7 : return jresult;
4348 : }
4349 :
4350 :
4351 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GFU_1MaxCount_1get(JNIEnv *jenv, jclass jcls) {
4352 7 : jint jresult = 0 ;
4353 : int result;
4354 :
4355 : (void)jenv;
4356 : (void)jcls;
4357 7 : result = (int)(GFU_MaxCount);
4358 7 : jresult = (jint)result;
4359 7 : return jresult;
4360 : }
4361 :
4362 :
4363 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRTT_1THEMATIC_1get(JNIEnv *jenv, jclass jcls) {
4364 7 : jint jresult = 0 ;
4365 : int result;
4366 :
4367 : (void)jenv;
4368 : (void)jcls;
4369 7 : result = (int)(GRTT_THEMATIC);
4370 7 : jresult = (jint)result;
4371 7 : return jresult;
4372 : }
4373 :
4374 :
4375 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRTT_1ATHEMATIC_1get(JNIEnv *jenv, jclass jcls) {
4376 7 : jint jresult = 0 ;
4377 : int result;
4378 :
4379 : (void)jenv;
4380 : (void)jcls;
4381 7 : result = (int)(GRTT_ATHEMATIC);
4382 7 : jresult = (jint)result;
4383 7 : return jresult;
4384 : }
4385 :
4386 :
4387 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1ALL_1VALID_1get(JNIEnv *jenv, jclass jcls) {
4388 7 : jint jresult = 0 ;
4389 : int result;
4390 :
4391 : (void)jenv;
4392 : (void)jcls;
4393 7 : result = (int)(0x01);
4394 7 : jresult = (jint)result;
4395 7 : return jresult;
4396 : }
4397 :
4398 :
4399 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1PER_1DATASET_1get(JNIEnv *jenv, jclass jcls) {
4400 7 : jint jresult = 0 ;
4401 : int result;
4402 :
4403 : (void)jenv;
4404 : (void)jcls;
4405 7 : result = (int)(0x02);
4406 7 : jresult = (jint)result;
4407 7 : return jresult;
4408 : }
4409 :
4410 :
4411 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1ALPHA_1get(JNIEnv *jenv, jclass jcls) {
4412 7 : jint jresult = 0 ;
4413 : int result;
4414 :
4415 : (void)jenv;
4416 : (void)jcls;
4417 7 : result = (int)(0x04);
4418 7 : jresult = (jint)result;
4419 7 : return jresult;
4420 : }
4421 :
4422 :
4423 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GMF_1NODATA_1get(JNIEnv *jenv, jclass jcls) {
4424 7 : jint jresult = 0 ;
4425 : int result;
4426 :
4427 : (void)jenv;
4428 : (void)jcls;
4429 7 : result = (int)(0x08);
4430 7 : jresult = (jint)result;
4431 7 : return jresult;
4432 : }
4433 :
4434 :
4435 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1UNIMPLEMENTED_1get(JNIEnv *jenv, jclass jcls) {
4436 7 : jint jresult = 0 ;
4437 : int result;
4438 :
4439 : (void)jenv;
4440 : (void)jcls;
4441 7 : result = (int)(0x01);
4442 7 : jresult = (jint)result;
4443 7 : return jresult;
4444 : }
4445 :
4446 :
4447 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1DATA_1get(JNIEnv *jenv, jclass jcls) {
4448 7 : jint jresult = 0 ;
4449 : int result;
4450 :
4451 : (void)jenv;
4452 : (void)jcls;
4453 7 : result = (int)(0x02);
4454 7 : jresult = (jint)result;
4455 7 : return jresult;
4456 : }
4457 :
4458 :
4459 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GDAL_1DATA_1COVERAGE_1STATUS_1EMPTY_1get(JNIEnv *jenv, jclass jcls) {
4460 7 : jint jresult = 0 ;
4461 : int result;
4462 :
4463 : (void)jenv;
4464 : (void)jcls;
4465 7 : result = (int)(0x04);
4466 7 : jresult = (jint)result;
4467 7 : return jresult;
4468 : }
4469 :
4470 :
4471 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1PENDING_1get(JNIEnv *jenv, jclass jcls) {
4472 7 : jint jresult = 0 ;
4473 : int result;
4474 :
4475 : (void)jenv;
4476 : (void)jcls;
4477 7 : result = (int)(GARIO_PENDING);
4478 7 : jresult = (jint)result;
4479 7 : return jresult;
4480 : }
4481 :
4482 :
4483 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1UPDATE_1get(JNIEnv *jenv, jclass jcls) {
4484 7 : jint jresult = 0 ;
4485 : int result;
4486 :
4487 : (void)jenv;
4488 : (void)jcls;
4489 7 : result = (int)(GARIO_UPDATE);
4490 7 : jresult = (jint)result;
4491 7 : return jresult;
4492 : }
4493 :
4494 :
4495 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1ERROR_1get(JNIEnv *jenv, jclass jcls) {
4496 7 : jint jresult = 0 ;
4497 : int result;
4498 :
4499 : (void)jenv;
4500 : (void)jcls;
4501 7 : result = (int)(GARIO_ERROR);
4502 7 : jresult = (jint)result;
4503 7 : return jresult;
4504 : }
4505 :
4506 :
4507 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GARIO_1COMPLETE_1get(JNIEnv *jenv, jclass jcls) {
4508 7 : jint jresult = 0 ;
4509 : int result;
4510 :
4511 : (void)jenv;
4512 : (void)jcls;
4513 7 : result = (int)(GARIO_COMPLETE);
4514 7 : jresult = (jint)result;
4515 7 : return jresult;
4516 : }
4517 :
4518 :
4519 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1TIP_1get(JNIEnv *jenv, jclass jcls) {
4520 7 : jint jresult = 0 ;
4521 : int result;
4522 :
4523 : (void)jenv;
4524 : (void)jcls;
4525 7 : result = (int)(GTO_TIP);
4526 7 : jresult = (jint)result;
4527 7 : return jresult;
4528 : }
4529 :
4530 :
4531 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1BIT_1get(JNIEnv *jenv, jclass jcls) {
4532 7 : jint jresult = 0 ;
4533 : int result;
4534 :
4535 : (void)jenv;
4536 : (void)jcls;
4537 7 : result = (int)(GTO_BIT);
4538 7 : jresult = (jint)result;
4539 7 : return jresult;
4540 : }
4541 :
4542 :
4543 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GTO_1BSQ_1get(JNIEnv *jenv, jclass jcls) {
4544 7 : jint jresult = 0 ;
4545 : int result;
4546 :
4547 : (void)jenv;
4548 : (void)jcls;
4549 7 : result = (int)(GTO_BSQ);
4550 7 : jresult = (jint)result;
4551 7 : return jresult;
4552 : }
4553 :
4554 :
4555 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1ONE_1TO_1ONE_1get(JNIEnv *jenv, jclass jcls) {
4556 7 : jint jresult = 0 ;
4557 : int result;
4558 :
4559 : (void)jenv;
4560 : (void)jcls;
4561 7 : result = (int)(GRC_ONE_TO_ONE);
4562 7 : jresult = (jint)result;
4563 7 : return jresult;
4564 : }
4565 :
4566 :
4567 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1ONE_1TO_1MANY_1get(JNIEnv *jenv, jclass jcls) {
4568 7 : jint jresult = 0 ;
4569 : int result;
4570 :
4571 : (void)jenv;
4572 : (void)jcls;
4573 7 : result = (int)(GRC_ONE_TO_MANY);
4574 7 : jresult = (jint)result;
4575 7 : return jresult;
4576 : }
4577 :
4578 :
4579 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1MANY_1TO_1ONE_1get(JNIEnv *jenv, jclass jcls) {
4580 7 : jint jresult = 0 ;
4581 : int result;
4582 :
4583 : (void)jenv;
4584 : (void)jcls;
4585 7 : result = (int)(GRC_MANY_TO_ONE);
4586 7 : jresult = (jint)result;
4587 7 : return jresult;
4588 : }
4589 :
4590 :
4591 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRC_1MANY_1TO_1MANY_1get(JNIEnv *jenv, jclass jcls) {
4592 7 : jint jresult = 0 ;
4593 : int result;
4594 :
4595 : (void)jenv;
4596 : (void)jcls;
4597 7 : result = (int)(GRC_MANY_TO_MANY);
4598 7 : jresult = (jint)result;
4599 7 : return jresult;
4600 : }
4601 :
4602 :
4603 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1COMPOSITE_1get(JNIEnv *jenv, jclass jcls) {
4604 7 : jint jresult = 0 ;
4605 : int result;
4606 :
4607 : (void)jenv;
4608 : (void)jcls;
4609 7 : result = (int)(GRT_COMPOSITE);
4610 7 : jresult = (jint)result;
4611 7 : return jresult;
4612 : }
4613 :
4614 :
4615 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1ASSOCIATION_1get(JNIEnv *jenv, jclass jcls) {
4616 7 : jint jresult = 0 ;
4617 : int result;
4618 :
4619 : (void)jenv;
4620 : (void)jcls;
4621 7 : result = (int)(GRT_ASSOCIATION);
4622 7 : jresult = (jint)result;
4623 7 : return jresult;
4624 : }
4625 :
4626 :
4627 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GRT_1AGGREGATION_1get(JNIEnv *jenv, jclass jcls) {
4628 7 : jint jresult = 0 ;
4629 : int result;
4630 :
4631 : (void)jenv;
4632 : (void)jcls;
4633 7 : result = (int)(GRT_AGGREGATION);
4634 7 : jresult = (jint)result;
4635 7 : return jresult;
4636 : }
4637 :
4638 :
4639 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1BOOLEAN_1get(JNIEnv *jenv, jclass jcls) {
4640 7 : jint jresult = 0 ;
4641 : int result;
4642 :
4643 : (void)jenv;
4644 : (void)jcls;
4645 7 : result = (int)(GAAT_BOOLEAN);
4646 7 : jresult = (jint)result;
4647 7 : return jresult;
4648 : }
4649 :
4650 :
4651 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1STRING_1get(JNIEnv *jenv, jclass jcls) {
4652 7 : jint jresult = 0 ;
4653 : int result;
4654 :
4655 : (void)jenv;
4656 : (void)jcls;
4657 7 : result = (int)(GAAT_STRING);
4658 7 : jresult = (jint)result;
4659 7 : return jresult;
4660 : }
4661 :
4662 :
4663 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1INTEGER_1get(JNIEnv *jenv, jclass jcls) {
4664 7 : jint jresult = 0 ;
4665 : int result;
4666 :
4667 : (void)jenv;
4668 : (void)jcls;
4669 7 : result = (int)(GAAT_INTEGER);
4670 7 : jresult = (jint)result;
4671 7 : return jresult;
4672 : }
4673 :
4674 :
4675 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1REAL_1get(JNIEnv *jenv, jclass jcls) {
4676 7 : jint jresult = 0 ;
4677 : int result;
4678 :
4679 : (void)jenv;
4680 : (void)jcls;
4681 7 : result = (int)(GAAT_REAL);
4682 7 : jresult = (jint)result;
4683 7 : return jresult;
4684 : }
4685 :
4686 :
4687 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1DATASET_1get(JNIEnv *jenv, jclass jcls) {
4688 7 : jint jresult = 0 ;
4689 : int result;
4690 :
4691 : (void)jenv;
4692 : (void)jcls;
4693 7 : result = (int)(GAAT_DATASET);
4694 7 : jresult = (jint)result;
4695 7 : return jresult;
4696 : }
4697 :
4698 :
4699 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1STRING_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4700 7 : jint jresult = 0 ;
4701 : int result;
4702 :
4703 : (void)jenv;
4704 : (void)jcls;
4705 7 : result = (int)(GAAT_STRING_LIST);
4706 7 : jresult = (jint)result;
4707 7 : return jresult;
4708 : }
4709 :
4710 :
4711 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1INTEGER_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4712 7 : jint jresult = 0 ;
4713 : int result;
4714 :
4715 : (void)jenv;
4716 : (void)jcls;
4717 7 : result = (int)(GAAT_INTEGER_LIST);
4718 7 : jresult = (jint)result;
4719 7 : return jresult;
4720 : }
4721 :
4722 :
4723 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1REAL_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4724 7 : jint jresult = 0 ;
4725 : int result;
4726 :
4727 : (void)jenv;
4728 : (void)jcls;
4729 7 : result = (int)(GAAT_REAL_LIST);
4730 7 : jresult = (jint)result;
4731 7 : return jresult;
4732 : }
4733 :
4734 :
4735 7 : SWIGEXPORT jint JNICALL Java_org_gdal_gdalconst_gdalconstJNI_GAAT_1DATASET_1LIST_1get(JNIEnv *jenv, jclass jcls) {
4736 7 : jint jresult = 0 ;
4737 : int result;
4738 :
4739 : (void)jenv;
4740 : (void)jcls;
4741 7 : result = (int)(GAAT_DATASET_LIST);
4742 7 : jresult = (jint)result;
4743 7 : return jresult;
4744 : }
4745 :
4746 :
4747 : #ifdef __cplusplus
4748 : }
4749 : #endif
4750 :
|