LCOV - code coverage report
Current view: top level - build-coverage/swig/java/org/gdal/gdalconst - gdalconst_wrap.c (source / functions) Hit Total Coverage
Test: gdal_filtered.info Lines: 1618 1979 81.8 %
Date: 2024-05-13 13:33:37 Functions: 295 329 89.7 %

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

Generated by: LCOV version 1.14