~ubuntu-branches/ubuntu/wily/proj/wily

« back to all changes in this revision

Viewing changes to src/org_proj4_PJ.h

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-05-03 21:15:10 UTC
  • mfrom: (12.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150503211510-35jung6npvio2e5k
Tags: 4.9.1-1
* Move from experimental to unstable.
* Use jquery.js from libjs-jquery instead of doxygen copy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT THIS FILE - it is machine generated */
 
2
#include <jni.h>
 
3
/* Header for class org_proj4_PJ */
 
4
 
 
5
#ifndef _Included_org_proj4_PJ
 
6
#define _Included_org_proj4_PJ
 
7
#ifdef __cplusplus
 
8
extern "C" {
 
9
#endif
 
10
#undef org_proj4_PJ_DIMENSION_MAX
 
11
#define org_proj4_PJ_DIMENSION_MAX 100L
 
12
/*
 
13
 * Class:     org_proj4_PJ
 
14
 * Method:    allocatePJ
 
15
 * Signature: (Ljava/lang/String;)J
 
16
 */
 
17
JNIEXPORT jlong JNICALL Java_org_proj4_PJ_allocatePJ
 
18
  (JNIEnv *, jclass, jstring);
 
19
 
 
20
/*
 
21
 * Class:     org_proj4_PJ
 
22
 * Method:    allocateGeoPJ
 
23
 * Signature: (Lorg/proj4/PJ;)J
 
24
 */
 
25
JNIEXPORT jlong JNICALL Java_org_proj4_PJ_allocateGeoPJ
 
26
  (JNIEnv *, jclass, jobject);
 
27
 
 
28
/*
 
29
 * Class:     org_proj4_PJ
 
30
 * Method:    getVersion
 
31
 * Signature: ()Ljava/lang/String;
 
32
 */
 
33
JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getVersion
 
34
  (JNIEnv *, jclass);
 
35
 
 
36
/*
 
37
 * Class:     org_proj4_PJ
 
38
 * Method:    getDefinition
 
39
 * Signature: ()Ljava/lang/String;
 
40
 */
 
41
JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getDefinition
 
42
  (JNIEnv *, jobject);
 
43
 
 
44
/*
 
45
 * Class:     org_proj4_PJ
 
46
 * Method:    getType
 
47
 * Signature: ()Lorg/proj4/PJ$Type;
 
48
 */
 
49
JNIEXPORT jobject JNICALL Java_org_proj4_PJ_getType
 
50
  (JNIEnv *, jobject);
 
51
 
 
52
/*
 
53
 * Class:     org_proj4_PJ
 
54
 * Method:    getSemiMajorAxis
 
55
 * Signature: ()D
 
56
 */
 
57
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getSemiMajorAxis
 
58
  (JNIEnv *, jobject);
 
59
 
 
60
/*
 
61
 * Class:     org_proj4_PJ
 
62
 * Method:    getSemiMinorAxis
 
63
 * Signature: ()D
 
64
 */
 
65
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getSemiMinorAxis
 
66
  (JNIEnv *, jobject);
 
67
 
 
68
/*
 
69
 * Class:     org_proj4_PJ
 
70
 * Method:    getEccentricitySquared
 
71
 * Signature: ()D
 
72
 */
 
73
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getEccentricitySquared
 
74
  (JNIEnv *, jobject);
 
75
 
 
76
/*
 
77
 * Class:     org_proj4_PJ
 
78
 * Method:    getAxisDirections
 
79
 * Signature: ()[C
 
80
 */
 
81
JNIEXPORT jcharArray JNICALL Java_org_proj4_PJ_getAxisDirections
 
82
  (JNIEnv *, jobject);
 
83
 
 
84
/*
 
85
 * Class:     org_proj4_PJ
 
86
 * Method:    getGreenwichLongitude
 
87
 * Signature: ()D
 
88
 */
 
89
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getGreenwichLongitude
 
90
  (JNIEnv *, jobject);
 
91
 
 
92
/*
 
93
 * Class:     org_proj4_PJ
 
94
 * Method:    getLinearUnitToMetre
 
95
 * Signature: (Z)D
 
96
 */
 
97
JNIEXPORT jdouble JNICALL Java_org_proj4_PJ_getLinearUnitToMetre
 
98
  (JNIEnv *, jobject, jboolean);
 
99
 
 
100
/*
 
101
 * Class:     org_proj4_PJ
 
102
 * Method:    transform
 
103
 * Signature: (Lorg/proj4/PJ;I[DII)V
 
104
 */
 
105
JNIEXPORT void JNICALL Java_org_proj4_PJ_transform
 
106
  (JNIEnv *, jobject, jobject, jint, jdoubleArray, jint, jint);
 
107
 
 
108
/*
 
109
 * Class:     org_proj4_PJ
 
110
 * Method:    getLastError
 
111
 * Signature: ()Ljava/lang/String;
 
112
 */
 
113
JNIEXPORT jstring JNICALL Java_org_proj4_PJ_getLastError
 
114
  (JNIEnv *, jobject);
 
115
 
 
116
/*
 
117
 * Class:     org_proj4_PJ
 
118
 * Method:    toString
 
119
 * Signature: ()Ljava/lang/String;
 
120
 */
 
121
JNIEXPORT jstring JNICALL Java_org_proj4_PJ_toString
 
122
  (JNIEnv *, jobject);
 
123
 
 
124
/*
 
125
 * Class:     org_proj4_PJ
 
126
 * Method:    finalize
 
127
 * Signature: ()V
 
128
 */
 
129
JNIEXPORT void JNICALL Java_org_proj4_PJ_finalize
 
130
  (JNIEnv *, jobject);
 
131
 
 
132
#ifdef __cplusplus
 
133
}
 
134
#endif
 
135
#endif