Statistics
| Revision:

gvsig-raster / org.gvsig.raster.ermapper / trunk / org.gvsig.raster.ermapper / org.gvsig.raster.ermapper.jni / src / main / native / jecw / JNCSFile.h @ 2449

History | View | Annotate | Download (3.57 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_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
JNIEXPORT jint JNICALL Java_com_ermapper_ecw_JNCSFile_ECWOpenArray
43
  (JNIEnv *, jobject, jstring, jboolean, jbyteArray);
44
/*
45
 * Class:     com_ermapper_ecw_JNCSFile
46
 * Method:    ECWClose
47
 * Signature: (Z)V
48
 */
49
JNIEXPORT void JNICALL Java_com_ermapper_ecw_JNCSFile_ECWClose
50
  (JNIEnv *, jobject, jboolean);
51

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

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

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

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

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

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

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

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