Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-readecw-linux / include / com_ermapper_ecw_JNCSFile.h @ 1458

History | View | Annotate | Download (2.99 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:    ECWClose
38
 * Signature: (Z)V
39
 */
40
JNIEXPORT void JNICALL Java_com_ermapper_ecw_JNCSFile_ECWClose
41
  (JNIEnv *, jobject, jboolean);
42

    
43
/*
44
 * Class:     com_ermapper_ecw_JNCSFile
45
 * Method:    ECWSetView
46
 * Signature: (I[IIIIIDDDDII)I
47
 */
48
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWSetView
49
  (JNIEnv *, jobject, jint, jintArray, jint, jint, jint, jint, jdouble, jdouble, jdouble, jdouble, jint, jint);
50

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

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

    
67
/*
68
 * Class:     com_ermapper_ecw_JNCSFile
69
 * Method:    ECWGetPercentComplete
70
 * Signature: ()S
71
 */
72
JNIEXPORT jshort JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetPercentComplete
73
  (JNIEnv *, jobject);
74

    
75
/*
76
 * Class:     com_ermapper_ecw_JNCSFile
77
 * Method:    ECWGetErrorString
78
 * Signature: (I)Ljava/lang/String;
79
 */
80
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetErrorString
81
  (JNIEnv *, jclass, jint);
82

    
83
/*
84
 * Class:     com_ermapper_ecw_JNCSFile
85
 * Method:    NCSJNIInit
86
 * Signature: ()I
87
 */
88
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_NCSJNIInit
89
  (JNIEnv *, jclass);
90

    
91
/*
92
 * Class:     com_ermapper_ecw_JNCSFile
93
 * Method:    ECWGetLibVersion
94
 * Signature: ()Ljava/lang/String;
95
 */
96
JNIEXPORT jstring JNICALL Java_com_ermapper_ecw_JNCSFile_ECWGetLibVersion
97
  (JNIEnv *, jclass);
98

    
99
#ifdef __cplusplus
100
}
101
#endif
102
#endif