Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libjni-gdal / include / es_gva_cit_wrappergdal_OGRSpatialReference.h @ 716

History | View | Annotate | Download (2 KB)

1
/* DO NOT EDIT THIS FILE - it is machine generated */
2
#include <jni.h>
3
/* Header for class es_gva_cit_wrappergdal_OGRSpatialReference */
4

    
5
#ifndef _Included_es_gva_cit_wrappergdal_OGRSpatialReference
6
#define _Included_es_gva_cit_wrappergdal_OGRSpatialReference
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
/*
11
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
12
 * Method:    setUTMNat
13
 * Signature: (JII)I
14
 */
15
JNIEXPORT jint JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_setUTMNat
16
  (JNIEnv *, jobject, jlong, jint, jint);
17

    
18
/*
19
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
20
 * Method:    setWellKnownGeogCSNat
21
 * Signature: (JLjava/lang/String;)I
22
 */
23
JNIEXPORT jint JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_setWellKnownGeogCSNat
24
  (JNIEnv *, jobject, jlong, jstring);
25

    
26
/*
27
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
28
 * Method:    OGRSpatialReferenceNat
29
 * Signature: ()J
30
 */
31
JNIEXPORT jlong JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_OGRSpatialReferenceNat
32
  (JNIEnv *, jobject);
33

    
34
/*
35
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
36
 * Method:    exportToWktNat
37
 * Signature: (J)Ljava/lang/String;
38
 */
39
JNIEXPORT jstring JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_exportToWktNat
40
  (JNIEnv *, jobject, jlong);
41

    
42
/*
43
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
44
 * Method:    OSRDestroySpatialReferenceNat
45
 * Signature: (J)V
46
 */
47
JNIEXPORT void JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_OSRDestroySpatialReferenceNat
48
  (JNIEnv *, jobject, jlong);
49

    
50
/*
51
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
52
 * Method:    getUTMZoneNat
53
 * Signature: (J)I
54
 */
55
JNIEXPORT jint JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_getUTMZoneNat
56
  (JNIEnv *, jobject, jlong);
57

    
58
/*
59
 * Class:     es_gva_cit_wrappergdal_OGRSpatialReference
60
 * Method:    getHemisphereNat
61
 * Signature: (J)I
62
 */
63
JNIEXPORT jint JNICALL Java_es_gva_cit_wrappergdal_OGRSpatialReference_getHemisphereNat
64
  (JNIEnv *, jobject, jlong);
65

    
66
#ifdef __cplusplus
67
}
68
#endif
69
#endif