Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-ecw / include / com_ermapper_ecw_JNCSFile.h @ 3538

History | View | Annotate | Download (3.22 KB)

1
/* 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_doGarbageCollectionOnClose
24
#define com_ermapper_ecw_JNCSFile_doGarbageCollectionOnClose 0L
25
#undef com_ermapper_ecw_JNCSFile_ECW_OK
26
#define com_ermapper_ecw_JNCSFile_ECW_OK 0L
27
/*
28
 * Class:     com_ermapper_ecw_JNCSFile
29
 * Method:    ECWOpen
30
 * Signature: (Ljava/lang/String;Z)I
31
 */
32
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWOpen
33
  (JNIEnv *, jobject, jstring, jboolean);
34

    
35
/*
36
 * Class:     com_ermapper_ecw_JNCSFile
37
 * Method:    ECWOpenArray
38
 * Signature: (Ljava/lang/String;Z[B)I
39
 */
40
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWOpenArray
41
  (JNIEnv *, jobject, jstring, jboolean, jbyteArray);
42

    
43
/*
44
 * Class:     com_ermapper_ecw_JNCSFile
45
 * Method:    ECWClose
46
 * Signature: (Z)V
47
 */
48
JNIEXPORT void JNICALL Java_com_ermapper_ecw_JNCSFile_ECWClose
49
  (JNIEnv *, jobject, jboolean);
50

    
51
/*
52
 * Class:     com_ermapper_ecw_JNCSFile
53
 * Method:    ECWSetView
54
 * Signature: (I[IIIIIDDDDII)I
55
 */
56
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWSetView
57
  (JNIEnv *, jobject, jint, jintArray, jint, jint, jint, jint, jdouble, jdouble, jdouble, jdouble, jint, jint);
58

    
59
/*
60
 * Class:     com_ermapper_ecw_JNCSFile
61
 * Method:    ECWReadLineRGBA
62
 * Signature: ([I)I
63
 */
64
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWReadLineRGBA
65
  (JNIEnv *, jobject, jintArray);
66

    
67
/*
68
 * Class:     com_ermapper_ecw_JNCSFile
69
 * Method:    ECWReadImageRGBA
70
 * Signature: ([III)I
71
 */
72
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWReadImageRGBA
73
  (JNIEnv *, jobject, jintArray, jint, jint);
74

    
75
/*
76
 * Class:     com_ermapper_ecw_JNCSFile
77
 * Method:    ECWGetPercentComplete
78
 * Signature: ()S
79
 */
80
JNIEXPORT jshort JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetPercentComplete
81
  (JNIEnv *, jobject);
82

    
83
/*
84
 * Class:     com_ermapper_ecw_JNCSFile
85
 * Method:    ECWGetErrorString
86
 * Signature: (I)Ljava/lang/String;
87
 */
88
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetErrorString
89
  (JNIEnv *, jclass, jint);
90

    
91
/*
92
 * Class:     com_ermapper_ecw_JNCSFile
93
 * Method:    NCSJNIInit
94
 * Signature: ()I
95
 */
96
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_NCSJNIInit
97
  (JNIEnv *, jclass);
98

    
99
/*
100
 * Class:     com_ermapper_ecw_JNCSFile
101
 * Method:    ECWGetLibVersion
102
 * Signature: ()Ljava/lang/String;
103
 */
104
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetLibVersion
105
  (JNIEnv *, jclass);
106

    
107
#ifdef __cplusplus
108
}
109
#endif
110
#endif