Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_Build_1216 / libraries / libjni-readecw-linux / include / JNCSFile.h @ 44116

History | View | Annotate | Download (3.34 KB)

1 1448 igbrotru
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class com_ermapper_ecw_JNCSFile */
4
5
#ifndef _Included_com_ermapper_ecw_JNCSFile
6
#define _Included_com_ermapper_ecw_JNCSFile
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/* Inaccessible static: bUseNativeMethods */
11
/* Inaccessible static: bSecurityError */
12
/* Inaccessible static: bUnsatisfiedLink */
13
/* Inaccessible static: bHaveClassInit */
14
/* Inaccessible static: debug */
15
#undef com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_INVALID
16
#define com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_INVALID 0L
17
#undef com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_METERS
18
#define com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_METERS 1L
19
#undef com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_DEGREES
20
#define com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_DEGREES 2L
21
#undef com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_FEET
22
#define com_ermapper_ecw_JNCSFile_ECW_CELL_UNITS_FEET 3L
23
#undef com_ermapper_ecw_JNCSFile_NCS_FILE_UNKNOWN
24
#define com_ermapper_ecw_JNCSFile_NCS_FILE_UNKNOWN 0L
25
#undef com_ermapper_ecw_JNCSFile_NCS_FILE_ECW
26
#define com_ermapper_ecw_JNCSFile_NCS_FILE_ECW 1L
27
#undef com_ermapper_ecw_JNCSFile_NCS_FILE_JP2
28
#define com_ermapper_ecw_JNCSFile_NCS_FILE_JP2 2L
29
#undef com_ermapper_ecw_JNCSFile_doGarbageCollectionOnClose
30
#define com_ermapper_ecw_JNCSFile_doGarbageCollectionOnClose 0L
31
#undef com_ermapper_ecw_JNCSFile_ECW_OK
32
#define com_ermapper_ecw_JNCSFile_ECW_OK 0L
33
/* Inaccessible static: class_00024java_00024lang_00024String */
34
/*
35
 * Class:     com_ermapper_ecw_JNCSFile
36
 * Method:    ECWOpen
37
 * Signature: (Ljava/lang/String;Z)I
38
 */
39
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWOpen
40
  (JNIEnv *, jobject, jstring, jboolean);
41
42
/*
43
 * Class:     com_ermapper_ecw_JNCSFile
44
 * Method:    ECWClose
45
 * Signature: (Z)V
46
 */
47
JNIEXPORT void JNICALL Java_com_ermapper_ecw_JNCSFile_ECWClose
48
  (JNIEnv *, jobject, jboolean);
49
50
/*
51
 * Class:     com_ermapper_ecw_JNCSFile
52
 * Method:    ECWSetView
53
 * Signature: (I[IIIIIDDDDII)I
54
 */
55
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWSetView
56
  (JNIEnv *, jobject, jint, jintArray, jint, jint, jint, jint, jdouble, jdouble, jdouble, jdouble, jint, jint);
57
58
/*
59
 * Class:     com_ermapper_ecw_JNCSFile
60
 * Method:    ECWReadLineRGBA
61
 * Signature: ([I)I
62
 */
63
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWReadLineRGBA
64
  (JNIEnv *, jobject, jintArray);
65
66
/*
67
 * Class:     com_ermapper_ecw_JNCSFile
68
 * Method:    ECWReadImageRGBA
69
 * Signature: ([III)I
70
 */
71
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWReadImageRGBA
72
  (JNIEnv *, jobject, jintArray, jint, jint);
73
74
/*
75
 * Class:     com_ermapper_ecw_JNCSFile
76
 * Method:    ECWGetPercentComplete
77
 * Signature: ()S
78
 */
79
JNIEXPORT jshort JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetPercentComplete
80
  (JNIEnv *, jobject);
81
82
/*
83
 * Class:     com_ermapper_ecw_JNCSFile
84
 * Method:    ECWGetErrorString
85
 * Signature: (I)Ljava/lang/String;
86
 */
87
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetErrorString
88
  (JNIEnv *, jclass, jint);
89
90
/*
91
 * Class:     com_ermapper_ecw_JNCSFile
92
 * Method:    NCSJNIInit
93
 * Signature: ()I
94
 */
95
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_NCSJNIInit
96
  (JNIEnv *, jclass);
97
98
/*
99
 * Class:     com_ermapper_ecw_JNCSFile
100
 * Method:    ECWGetLibVersion
101
 * Signature: ()Ljava/lang/String;
102
 */
103
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetLibVersion
104
  (JNIEnv *, jclass);
105
106
#ifdef __cplusplus
107
}
108
#endif
109
#endif