@ramcna/capacitor-ephemeris 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/Package.swift +28 -0
  2. package/README.md +127 -0
  3. package/RamcnaCapacitorEphemeris.podspec +17 -0
  4. package/android/build.gradle +77 -0
  5. package/android/src/main/AndroidManifest.xml +2 -0
  6. package/android/src/main/cpp/CMakeLists.txt +41 -0
  7. package/android/src/main/cpp/cJSON/cJSON.c +3191 -0
  8. package/android/src/main/cpp/cJSON/cJSON.h +306 -0
  9. package/android/src/main/cpp/swe-bridge.cpp +151 -0
  10. package/android/src/main/cpp/swejni/LICENSE +52 -0
  11. package/android/src/main/cpp/swejni/LICENSE.TXT +52 -0
  12. package/android/src/main/cpp/swejni/ephemeris_jni.c +177 -0
  13. package/android/src/main/cpp/swejni/sefstars.txt +1602 -0
  14. package/android/src/main/cpp/swejni/seleapsec.txt +6 -0
  15. package/android/src/main/cpp/swejni/seorbel.txt +97 -0
  16. package/android/src/main/cpp/swejni/swecl.c +6428 -0
  17. package/android/src/main/cpp/swejni/swedate.c +588 -0
  18. package/android/src/main/cpp/swejni/swedate.h +81 -0
  19. package/android/src/main/cpp/swejni/swehel.c +3511 -0
  20. package/android/src/main/cpp/swejni/swehouse.c +3143 -0
  21. package/android/src/main/cpp/swejni/swehouse.h +98 -0
  22. package/android/src/main/cpp/swejni/swejni.c +2057 -0
  23. package/android/src/main/cpp/swejni/swejni.h +757 -0
  24. package/android/src/main/cpp/swejni/swejpl.c +958 -0
  25. package/android/src/main/cpp/swejni/swejpl.h +103 -0
  26. package/android/src/main/cpp/swejni/swemmoon.c +1930 -0
  27. package/android/src/main/cpp/swejni/swemplan.c +967 -0
  28. package/android/src/main/cpp/swejni/swemptab.h +10640 -0
  29. package/android/src/main/cpp/swejni/swenut2000a.h +2819 -0
  30. package/android/src/main/cpp/swejni/sweodef.h +326 -0
  31. package/android/src/main/cpp/swejni/sweph.c +8614 -0
  32. package/android/src/main/cpp/swejni/sweph.h +849 -0
  33. package/android/src/main/cpp/swejni/swephexp.h +1020 -0
  34. package/android/src/main/cpp/swejni/swephlib.c +4634 -0
  35. package/android/src/main/cpp/swejni/swephlib.h +189 -0
  36. package/android/src/main/java/com/vedichoroo/ephemeris/CapacitorEphemerisPlugin.java +182 -0
  37. package/android/src/main/res/.gitkeep +0 -0
  38. package/dist/docs.json +147 -0
  39. package/dist/esm/definitions.d.ts +42 -0
  40. package/dist/esm/definitions.js +2 -0
  41. package/dist/esm/definitions.js.map +1 -0
  42. package/dist/esm/index.d.ts +4 -0
  43. package/dist/esm/index.js +7 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/web.d.ts +31 -0
  46. package/dist/esm/web.js +28 -0
  47. package/dist/esm/web.js.map +1 -0
  48. package/dist/plugin.cjs.js +42 -0
  49. package/dist/plugin.cjs.js.map +1 -0
  50. package/dist/plugin.js +45 -0
  51. package/dist/plugin.js.map +1 -0
  52. package/ios/Sources/CapacitorEphemerisPluginPlugin/CapacitorEphemerisPlugin.swift +8 -0
  53. package/ios/Sources/CapacitorEphemerisPluginPlugin/CapacitorEphemerisPluginImplementation.swift +52 -0
  54. package/ios/Sources/CapacitorEphemerisPluginPlugin/CapacitorEphemerisPluginPlugin.swift +82 -0
  55. package/ios/Tests/CapacitorEphemerisPluginPluginTests/CapacitorEphemerisPluginTests.swift +15 -0
  56. package/package.json +81 -0
@@ -0,0 +1,757 @@
1
+ /* DO NOT EDIT THIS FILE - it is machine generated */
2
+ #include <jni.h>
3
+ /* Header for class swisseph_SwephExp */
4
+
5
+ #ifndef _Included_swisseph_SwephExp
6
+ #define _Included_swisseph_SwephExp
7
+ #ifdef __cplusplus
8
+ extern "C" {
9
+ #endif
10
+ /*
11
+ * Class: swisseph_SwephExp
12
+ * Method: swe_heliacal_ut
13
+ * Signature: (D[D[D[DLjava/lang/String;II[DLjava/lang/StringBuilder;)I
14
+ */
15
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1heliacal_1ut
16
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jdoubleArray, jdoubleArray, jstring, jint, jint, jdoubleArray, jobject);
17
+
18
+ /*
19
+ * Class: swisseph_SwephExp
20
+ * Method: swe_heliacal_pheno_ut
21
+ * Signature: (D[D[D[DLjava/lang/StringBuilder;II[DLjava/lang/StringBuilder;)I
22
+ */
23
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1heliacal_1pheno_1ut
24
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jdoubleArray, jdoubleArray, jstring, jint, jint, jdoubleArray, jobject);
25
+
26
+ /*
27
+ * Class: swisseph_SwephExp
28
+ * Method: swe_vis_limit_mag
29
+ * Signature: (D[D[D[DLjava/lang/StringBuilder;I[DLjava/lang/StringBuilder;)I
30
+ */
31
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1vis_1limit_1mag
32
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jdoubleArray, jdoubleArray, jobject, jint, jdoubleArray, jobject);
33
+
34
+ /*
35
+ * Class: swisseph_SwephExp
36
+ * Method: swe_heliacal_angle
37
+ * Signature: (D[D[D[DIDDDDD[DLjava/lang/StringBuilder;)I
38
+ */
39
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1heliacal_1angle
40
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jdoubleArray, jdoubleArray, jint, jdouble, jdouble, jdouble, jdouble, jdouble, jdoubleArray, jobject);
41
+
42
+ /*
43
+ * Class: swisseph_SwephExp
44
+ * Method: swe_topo_arcus_visionis
45
+ * Signature: (D[D[D[DIDDDDDD[DLjava/lang/StringBuilder;)I
46
+ */
47
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1topo_1arcus_1visionis
48
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jdoubleArray, jdoubleArray, jint, jdouble, jdouble, jdouble, jdouble, jdouble, jdouble, jdoubleArray, jobject);
49
+
50
+ /*
51
+ * Class: swisseph_SwephExp
52
+ * Method: swe_set_astro_models
53
+ * Signature: (Ljava/lang/StringBuilder;I)V
54
+ */
55
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1astro_1models
56
+ (JNIEnv *, jclass, jobject, jint);
57
+
58
+ /*
59
+ * Class: swisseph_SwephExp
60
+ * Method: swe_get_astro_models
61
+ * Signature: (Ljava/lang/StringBuilder;Ljava/lang/StringBuilder;I)V
62
+ */
63
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1get_1astro_1models
64
+ (JNIEnv *, jclass, jobject, jobject, jint);
65
+
66
+ /*
67
+ * Class: swisseph_SwephExp
68
+ * Method: swe_version
69
+ * Signature: ()Ljava/lang/String;
70
+ */
71
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1version
72
+ (JNIEnv *, jclass);
73
+
74
+ /*
75
+ * Class: swisseph_SwephExp
76
+ * Method: swe_get_library_path
77
+ * Signature: ()Ljava/lang/String;
78
+ */
79
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1get_1library_1path
80
+ (JNIEnv *, jclass);
81
+
82
+ /*
83
+ * Class: swisseph_SwephExp
84
+ * Method: swe_calc
85
+ * Signature: (DII[DLjava/lang/StringBuilder;)I
86
+ */
87
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1calc
88
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jobject);
89
+
90
+ /*
91
+ * Class: swisseph_SwephExp
92
+ * Method: swe_calc_ut
93
+ * Signature: (DII[DLjava/lang/StringBuilder;)I
94
+ */
95
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1calc_1ut
96
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jobject);
97
+
98
+ /*
99
+ * Class: swisseph_SwephExp
100
+ * Method: swe_calc_pctr
101
+ * Signature: (DIII[DLjava/lang/StringBuilder;)I
102
+ */
103
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1calc_1pctr
104
+ (JNIEnv *, jclass, jdouble, jint, jint, jint, jdoubleArray, jobject);
105
+
106
+ /*
107
+ * Class: swisseph_SwephExp
108
+ * Method: swe_fixstar
109
+ * Signature: (Ljava/lang/StringBuilder;DI[DLjava/lang/StringBuilder;)I
110
+ */
111
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar
112
+ (JNIEnv *, jclass, jobject, jdouble, jint, jdoubleArray, jobject);
113
+
114
+ /*
115
+ * Class: swisseph_SwephExp
116
+ * Method: swe_fixstar_ut
117
+ * Signature: (Ljava/lang/StringBuilder;DI[DLjava/lang/StringBuilder;)I
118
+ */
119
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar_1ut
120
+ (JNIEnv *, jclass, jobject, jdouble, jint, jdoubleArray, jobject);
121
+
122
+ /*
123
+ * Class: swisseph_SwephExp
124
+ * Method: swe_fixstar_mag
125
+ * Signature: (Ljava/lang/StringBuilder;[DLjava/lang/StringBuilder;)I
126
+ */
127
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar_1mag
128
+ (JNIEnv *, jclass, jobject, jdoubleArray, jobject);
129
+
130
+ /*
131
+ * Class: swisseph_SwephExp
132
+ * Method: swe_fixstar2
133
+ * Signature: (Ljava/lang/StringBuilder;DI[DLjava/lang/StringBuilder;)I
134
+ */
135
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar2
136
+ (JNIEnv *, jclass, jobject, jdouble, jint, jdoubleArray, jobject);
137
+
138
+ /*
139
+ * Class: swisseph_SwephExp
140
+ * Method: swe_fixstar2_ut
141
+ * Signature: (Ljava/lang/StringBuilder;DI[DLjava/lang/StringBuilder;)I
142
+ */
143
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar2_1ut
144
+ (JNIEnv *, jclass, jobject, jdouble, jint, jdoubleArray, jobject);
145
+
146
+ /*
147
+ * Class: swisseph_SwephExp
148
+ * Method: swe_fixstar2_mag
149
+ * Signature: (Ljava/lang/StringBuilder;[DLjava/lang/StringBuilder;)I
150
+ */
151
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1fixstar2_1mag
152
+ (JNIEnv *, jclass, jobject, jdoubleArray, jobject);
153
+
154
+ /*
155
+ * Class: swisseph_SwephExp
156
+ * Method: swe_close
157
+ * Signature: ()V
158
+ */
159
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1close
160
+ (JNIEnv *, jclass);
161
+
162
+ /*
163
+ * Class: swisseph_SwephExp
164
+ * Method: swe_set_ephe_path
165
+ * Signature: (Ljava/lang/String;)V
166
+ */
167
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1ephe_1path
168
+ (JNIEnv *, jclass, jstring);
169
+
170
+ /*
171
+ * Class: swisseph_SwephExp
172
+ * Method: swe_set_jpl_file
173
+ * Signature: (Ljava/lang/String;)V
174
+ */
175
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1jpl_1file
176
+ (JNIEnv *, jclass, jstring);
177
+
178
+ /*
179
+ * Class: swisseph_SwephExp
180
+ * Method: swe_get_planet_name
181
+ * Signature: (I)Ljava/lang/String;
182
+ */
183
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1get_1planet_1name
184
+ (JNIEnv *, jclass, jint);
185
+
186
+ /*
187
+ * Class: swisseph_SwephExp
188
+ * Method: swe_set_topo
189
+ * Signature: (DDD)V
190
+ */
191
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1topo
192
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble);
193
+
194
+ /*
195
+ * Class: swisseph_SwephExp
196
+ * Method: swe_set_sid_mode
197
+ * Signature: (IDD)V
198
+ */
199
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1sid_1mode
200
+ (JNIEnv *, jclass, jint, jdouble, jdouble);
201
+
202
+ /*
203
+ * Class: swisseph_SwephExp
204
+ * Method: swe_get_ayanamsa_ex
205
+ * Signature: (DI[DLjava/lang/StringBuilder;)I
206
+ */
207
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1get_1ayanamsa_1ex
208
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jobject);
209
+
210
+ /*
211
+ * Class: swisseph_SwephExp
212
+ * Method: swe_get_ayanamsa_ex_ut
213
+ * Signature: (DI[DLjava/lang/StringBuilder;)I
214
+ */
215
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1get_1ayanamsa_1ex_1ut
216
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jobject);
217
+
218
+ /*
219
+ * Class: swisseph_SwephExp
220
+ * Method: swe_get_ayanamsa
221
+ * Signature: (D)D
222
+ */
223
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1get_1ayanamsa
224
+ (JNIEnv *, jclass, jdouble);
225
+
226
+ /*
227
+ * Class: swisseph_SwephExp
228
+ * Method: swe_get_ayanamsa_ut
229
+ * Signature: (D)D
230
+ */
231
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1get_1ayanamsa_1ut
232
+ (JNIEnv *, jclass, jdouble);
233
+
234
+ /*
235
+ * Class: swisseph_SwephExp
236
+ * Method: swe_get_ayanamsa_name
237
+ * Signature: (I)Ljava/lang/String;
238
+ */
239
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1get_1ayanamsa_1name
240
+ (JNIEnv *, jclass, jint);
241
+
242
+ /*
243
+ * Class: swisseph_SwephExp
244
+ * Method: swe_get_current_file_data
245
+ * Signature: (I[D[D[I)Ljava/lang/String;
246
+ */
247
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1get_1current_1file_1data
248
+ (JNIEnv *, jclass, jint, jdoubleArray, jdoubleArray, jintArray);
249
+
250
+ /*
251
+ * Class: swisseph_SwephExp
252
+ * Method: swe_date_conversion
253
+ * Signature: (IIIDC[D)I
254
+ */
255
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1date_1conversion
256
+ (JNIEnv *, jclass, jint, jint, jint, jdouble, jchar, jdoubleArray);
257
+
258
+ /*
259
+ * Class: swisseph_SwephExp
260
+ * Method: swe_julday
261
+ * Signature: (IIIDI)D
262
+ */
263
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1julday
264
+ (JNIEnv *, jclass, jint, jint, jint, jdouble, jint);
265
+
266
+ /*
267
+ * Class: swisseph_SwephExp
268
+ * Method: swe_revjul
269
+ * Signature: (DI[I[D)V
270
+ */
271
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1revjul
272
+ (JNIEnv *, jclass, jdouble, jint, jintArray, jdoubleArray);
273
+
274
+ /*
275
+ * Class: swisseph_SwephExp
276
+ * Method: swe_utc_to_jd
277
+ * Signature: (IIIIIDI[DLjava/lang/StringBuilder;)I
278
+ */
279
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1utc_1to_1jd
280
+ (JNIEnv *, jclass, jint, jint, jint, jint, jint, jdouble, jint, jdoubleArray, jobject);
281
+
282
+ /*
283
+ * Class: swisseph_SwephExp
284
+ * Method: swe_jdet_to_utc
285
+ * Signature: (DI[I[D)V
286
+ */
287
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1jdet_1to_1utc
288
+ (JNIEnv *, jclass, jdouble, jint, jintArray, jdoubleArray);
289
+
290
+ /*
291
+ * Class: swisseph_SwephExp
292
+ * Method: swe_jdut1_to_utc
293
+ * Signature: (DI[I[D)V
294
+ */
295
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1jdut1_1to_1utc
296
+ (JNIEnv *, jclass, jdouble, jint, jintArray, jdoubleArray);
297
+
298
+ /*
299
+ * Class: swisseph_SwephExp
300
+ * Method: swe_utc_time_zone
301
+ * Signature: (IIIIIDD[I[D)V
302
+ */
303
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1utc_1time_1zone
304
+ (JNIEnv *, jclass, jint, jint, jint, jint, jint, jdouble, jdouble, jintArray, jdoubleArray);
305
+
306
+ /*
307
+ * Class: swisseph_SwephExp
308
+ * Method: swe_houses
309
+ * Signature: (DDDI[D[D)I
310
+ */
311
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1houses
312
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jint, jdoubleArray, jdoubleArray);
313
+
314
+ /*
315
+ * Class: swisseph_SwephExp
316
+ * Method: swe_houses_ex
317
+ * Signature: (DIDDI[D[D)I
318
+ */
319
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1houses_1ex
320
+ (JNIEnv *, jclass, jdouble, jint, jdouble, jdouble, jint, jdoubleArray, jdoubleArray);
321
+
322
+ /*
323
+ * Class: swisseph_SwephExp
324
+ * Method: swe_houses_ex2
325
+ * Signature: (DIDDI[D[D[D[DLjava/lang/StringBuilder;)I
326
+ */
327
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1houses_1ex2
328
+ (JNIEnv *, jclass, jdouble, jint, jdouble, jdouble, jint, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jobject);
329
+
330
+ /*
331
+ * Class: swisseph_SwephExp
332
+ * Method: swe_houses_armc
333
+ * Signature: (DDDI[D[D)I
334
+ */
335
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1houses_1armc
336
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jint, jdoubleArray, jdoubleArray);
337
+
338
+ /*
339
+ * Class: swisseph_SwephExp
340
+ * Method: swe_houses_armc_ex2
341
+ * Signature: (DDDI[D[D[D[DLjava/lang/StringBuilder;)I
342
+ */
343
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1houses_1armc_1ex2
344
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jint, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jobject);
345
+
346
+ /*
347
+ * Class: swisseph_SwephExp
348
+ * Method: swe_house_pos
349
+ * Signature: (DDDI[DLjava/lang/StringBuilder;)D
350
+ */
351
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1house_1pos
352
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jint, jdoubleArray, jobject);
353
+
354
+ /*
355
+ * Class: swisseph_SwephExp
356
+ * Method: swe_house_name
357
+ * Signature: (I)Ljava/lang/String;
358
+ */
359
+ JNIEXPORT jstring JNICALL Java_swisseph_SwephExp_swe_1house_1name
360
+ (JNIEnv *, jclass, jint);
361
+
362
+ /*
363
+ * Class: swisseph_SwephExp
364
+ * Method: swe_gauquelin_sector
365
+ * Signature: (DILjava/lang/StringBuilder;II[DDD[DLjava/lang/StringBuilder;)I
366
+ */
367
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1gauquelin_1sector
368
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jint, jdoubleArray, jdouble, jdouble, jdoubleArray, jobject);
369
+
370
+ /*
371
+ * Class: swisseph_SwephExp
372
+ * Method: swe_sol_eclipse_where
373
+ * Signature: (DI[D[DLjava/lang/StringBuilder;)I
374
+ */
375
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1sol_1eclipse_1where
376
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jobject);
377
+
378
+ /*
379
+ * Class: swisseph_SwephExp
380
+ * Method: swe_lun_occult_where
381
+ * Signature: (DILjava/lang/StringBuilder;I[D[DLjava/lang/StringBuilder;)I
382
+ */
383
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1occult_1where
384
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jdoubleArray, jdoubleArray, jobject);
385
+
386
+ /*
387
+ * Class: swisseph_SwephExp
388
+ * Method: swe_sol_eclipse_how
389
+ * Signature: (DI[D[DLjava/lang/StringBuilder;)I
390
+ */
391
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1sol_1eclipse_1how
392
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jobject);
393
+
394
+ /*
395
+ * Class: swisseph_SwephExp
396
+ * Method: swe_sol_eclipse_when_loc
397
+ * Signature: (DI[D[D[DILjava/lang/StringBuilder;)I
398
+ */
399
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1sol_1eclipse_1when_1loc
400
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jdoubleArray, jint, jobject);
401
+
402
+ /*
403
+ * Class: swisseph_SwephExp
404
+ * Method: swe_lun_occult_when_loc
405
+ * Signature: (DILjava/lang/StringBuilder;I[D[D[DILjava/lang/StringBuilder;)I
406
+ */
407
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1occult_1when_1loc
408
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jdoubleArray, jdoubleArray, jdoubleArray, jint, jobject);
409
+
410
+ /*
411
+ * Class: swisseph_SwephExp
412
+ * Method: swe_sol_eclipse_when_glob
413
+ * Signature: (DII[DILjava/lang/StringBuilder;)I
414
+ */
415
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1sol_1eclipse_1when_1glob
416
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jint, jobject);
417
+
418
+ /*
419
+ * Class: swisseph_SwephExp
420
+ * Method: swe_lun_occult_when_glob
421
+ * Signature: (DILjava/lang/StringBuilder;II[DILjava/lang/StringBuilder;)I
422
+ */
423
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1occult_1when_1glob
424
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jint, jdoubleArray, jint, jobject);
425
+
426
+ /*
427
+ * Class: swisseph_SwephExp
428
+ * Method: swe_lun_eclipse_how
429
+ * Signature: (DI[D[DLjava/lang/StringBuilder;)I
430
+ */
431
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1eclipse_1how
432
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jobject);
433
+
434
+ /*
435
+ * Class: swisseph_SwephExp
436
+ * Method: swe_lun_eclipse_when
437
+ * Signature: (DII[DILjava/lang/StringBuilder;)I
438
+ */
439
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1eclipse_1when
440
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jint, jobject);
441
+
442
+ /*
443
+ * Class: swisseph_SwephExp
444
+ * Method: swe_lun_eclipse_when_loc
445
+ * Signature: (DI[D[D[DILjava/lang/StringBuilder;)I
446
+ */
447
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lun_1eclipse_1when_1loc
448
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jdoubleArray, jint, jobject);
449
+
450
+ /*
451
+ * Class: swisseph_SwephExp
452
+ * Method: swe_pheno
453
+ * Signature: (DII[DLjava/lang/StringBuilder;)I
454
+ */
455
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1pheno
456
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jobject);
457
+
458
+ /*
459
+ * Class: swisseph_SwephExp
460
+ * Method: swe_pheno_ut
461
+ * Signature: (DII[DLjava/lang/StringBuilder;)I
462
+ */
463
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1pheno_1ut
464
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jobject);
465
+
466
+ /*
467
+ * Class: swisseph_SwephExp
468
+ * Method: swe_refrac
469
+ * Signature: (DDDI)D
470
+ */
471
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1refrac
472
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jint);
473
+
474
+ /*
475
+ * Class: swisseph_SwephExp
476
+ * Method: swe_refrac_extended
477
+ * Signature: (DDDDDI[D)D
478
+ */
479
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1refrac_1extended
480
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble, jdouble, jdouble, jint, jdoubleArray);
481
+
482
+ /*
483
+ * Class: swisseph_SwephExp
484
+ * Method: swe_set_lapse_rate
485
+ * Signature: (D)V
486
+ */
487
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1lapse_1rate
488
+ (JNIEnv *, jclass, jdouble);
489
+
490
+ /*
491
+ * Class: swisseph_SwephExp
492
+ * Method: swe_azalt
493
+ * Signature: (DI[DDD[D[D)V
494
+ */
495
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1azalt
496
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdouble, jdouble, jdoubleArray, jdoubleArray);
497
+
498
+ /*
499
+ * Class: swisseph_SwephExp
500
+ * Method: swe_azalt_rev
501
+ * Signature: (DI[D[D[D)V
502
+ */
503
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1azalt_1rev
504
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jdoubleArray);
505
+
506
+ /*
507
+ * Class: swisseph_SwephExp
508
+ * Method: swe_rise_trans_true_hor
509
+ * Signature: (DILjava/lang/StringBuilder;II[DDDD[DLjava/lang/StringBuilder;)I
510
+ */
511
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1rise_1trans_1true_1hor
512
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jint, jdoubleArray, jdouble, jdouble, jdouble, jdoubleArray, jobject);
513
+
514
+ /*
515
+ * Class: swisseph_SwephExp
516
+ * Method: swe_rise_trans
517
+ * Signature: (DILjava/lang/StringBuilder;II[DDD[DLjava/lang/StringBuilder;)I
518
+ */
519
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1rise_1trans
520
+ (JNIEnv *, jclass, jdouble, jint, jobject, jint, jint, jdoubleArray, jdouble, jdouble, jdoubleArray, jobject);
521
+
522
+ /*
523
+ * Class: swisseph_SwephExp
524
+ * Method: swe_nod_aps
525
+ * Signature: (DIII[D[D[D[DLjava/lang/StringBuilder;)I
526
+ */
527
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1nod_1aps
528
+ (JNIEnv *, jclass, jdouble, jint, jint, jint, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jobject);
529
+
530
+ /*
531
+ * Class: swisseph_SwephExp
532
+ * Method: swe_nod_aps_ut
533
+ * Signature: (DIII[D[D[D[DLjava/lang/StringBuilder;)I
534
+ */
535
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1nod_1aps_1ut
536
+ (JNIEnv *, jclass, jdouble, jint, jint, jint, jdoubleArray, jdoubleArray, jdoubleArray, jdoubleArray, jobject);
537
+
538
+ /*
539
+ * Class: swisseph_SwephExp
540
+ * Method: swe_get_orbital_elements
541
+ * Signature: (DII[DLjava/lang/StringBuilder;)I
542
+ */
543
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1get_1orbital_1elements
544
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jobject);
545
+
546
+ /*
547
+ * Class: swisseph_SwephExp
548
+ * Method: swe_orbit_max_min_true_distance
549
+ * Signature: (DII[D[D[DLjava/lang/StringBuilder;)I
550
+ */
551
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1orbit_1max_1min_1true_1distance
552
+ (JNIEnv *, jclass, jdouble, jint, jint, jdoubleArray, jdoubleArray, jdoubleArray, jobject);
553
+
554
+ /*
555
+ * Class: swisseph_SwephExp
556
+ * Method: swe_deltat
557
+ * Signature: (D)D
558
+ */
559
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1deltat
560
+ (JNIEnv *, jclass, jdouble);
561
+
562
+ /*
563
+ * Class: swisseph_SwephExp
564
+ * Method: swe_deltat_ex
565
+ * Signature: (DILjava/lang/StringBuilder;)D
566
+ */
567
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1deltat_1ex
568
+ (JNIEnv *, jclass, jdouble, jint, jobject);
569
+
570
+ /*
571
+ * Class: swisseph_SwephExp
572
+ * Method: swe_time_equ
573
+ * Signature: (D[DLjava/lang/StringBuilder;)I
574
+ */
575
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1time_1equ
576
+ (JNIEnv *, jclass, jdouble, jdoubleArray, jobject);
577
+
578
+ /*
579
+ * Class: swisseph_SwephExp
580
+ * Method: swe_lmt_to_lat
581
+ * Signature: (DD[DLjava/lang/StringBuilder;)I
582
+ */
583
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lmt_1to_1lat
584
+ (JNIEnv *, jclass, jdouble, jdouble, jdoubleArray, jobject);
585
+
586
+ /*
587
+ * Class: swisseph_SwephExp
588
+ * Method: swe_lat_to_lmt
589
+ * Signature: (DD[DLjava/lang/StringBuilder;)I
590
+ */
591
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1lat_1to_1lmt
592
+ (JNIEnv *, jclass, jdouble, jdouble, jdoubleArray, jobject);
593
+
594
+ /*
595
+ * Class: swisseph_SwephExp
596
+ * Method: swe_sidtime0
597
+ * Signature: (DDD)D
598
+ */
599
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1sidtime0
600
+ (JNIEnv *, jclass, jdouble, jdouble, jdouble);
601
+
602
+ /*
603
+ * Class: swisseph_SwephExp
604
+ * Method: swe_sidtime
605
+ * Signature: (D)D
606
+ */
607
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1sidtime
608
+ (JNIEnv *, jclass, jdouble);
609
+
610
+ /*
611
+ * Class: swisseph_SwephExp
612
+ * Method: swe_set_interpolate_nut
613
+ * Signature: (I)V
614
+ */
615
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1interpolate_1nut
616
+ (JNIEnv *, jclass, jint);
617
+
618
+ /*
619
+ * Class: swisseph_SwephExp
620
+ * Method: swe_cotrans
621
+ * Signature: ([D[DD)V
622
+ */
623
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1cotrans
624
+ (JNIEnv *, jclass, jdoubleArray, jdoubleArray, jdouble);
625
+
626
+ /*
627
+ * Class: swisseph_SwephExp
628
+ * Method: swe_cotrans_sp
629
+ * Signature: ([D[DD)V
630
+ */
631
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1cotrans_1sp
632
+ (JNIEnv *, jclass, jdoubleArray, jdoubleArray, jdouble);
633
+
634
+ /*
635
+ * Class: swisseph_SwephExp
636
+ * Method: swe_get_tid_acc
637
+ * Signature: ()D
638
+ */
639
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1get_1tid_1acc
640
+ (JNIEnv *, jclass);
641
+
642
+ /*
643
+ * Class: swisseph_SwephExp
644
+ * Method: swe_set_tid_acc
645
+ * Signature: (D)V
646
+ */
647
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1tid_1acc
648
+ (JNIEnv *, jclass, jdouble);
649
+
650
+ /*
651
+ * Class: swisseph_SwephExp
652
+ * Method: swe_set_delta_t_userdef
653
+ * Signature: (D)V
654
+ */
655
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1set_1delta_1t_1userdef
656
+ (JNIEnv *, jclass, jdouble);
657
+
658
+ /*
659
+ * Class: swisseph_SwephExp
660
+ * Method: swe_degnorm
661
+ * Signature: (D)D
662
+ */
663
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1degnorm
664
+ (JNIEnv *, jclass, jdouble);
665
+
666
+ /*
667
+ * Class: swisseph_SwephExp
668
+ * Method: swe_radnorm
669
+ * Signature: (D)D
670
+ */
671
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1radnorm
672
+ (JNIEnv *, jclass, jdouble);
673
+
674
+ /*
675
+ * Class: swisseph_SwephExp
676
+ * Method: swe_rad_midp
677
+ * Signature: (DD)D
678
+ */
679
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1rad_1midp
680
+ (JNIEnv *, jclass, jdouble, jdouble);
681
+
682
+ /*
683
+ * Class: swisseph_SwephExp
684
+ * Method: swe_deg_midp
685
+ * Signature: (DD)D
686
+ */
687
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1deg_1midp
688
+ (JNIEnv *, jclass, jdouble, jdouble);
689
+
690
+ /*
691
+ * Class: swisseph_SwephExp
692
+ * Method: swe_split_deg
693
+ * Signature: (DI[I[D[I)V
694
+ */
695
+ JNIEXPORT void JNICALL Java_swisseph_SwephExp_swe_1split_1deg
696
+ (JNIEnv *, jclass, jdouble, jint, jintArray, jdoubleArray, jintArray);
697
+
698
+ /*
699
+ * Class: swisseph_SwephExp
700
+ * Method: swe_solcross
701
+ */
702
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1solcross
703
+ (JNIEnv *, jclass, jdouble, jdouble, jint, jobject);
704
+
705
+ /*
706
+ * Class: swisseph_SwephExp
707
+ * Method: swe_solcross_ut
708
+ */
709
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1solcross_1ut
710
+ (JNIEnv *, jclass, jdouble, jdouble, jint, jobject);
711
+
712
+ /*
713
+ * Class: swisseph_SwephExp
714
+ * Method: swe_mooncross
715
+ */
716
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1mooncross
717
+ (JNIEnv *, jclass, jdouble, jdouble, jint, jobject);
718
+
719
+ /*
720
+ * Class: swisseph_SwephExp
721
+ * Method: swe_mooncross_ut
722
+ */
723
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1mooncross_1ut
724
+ (JNIEnv *, jclass, jdouble, jdouble, jint, jobject);
725
+
726
+ /*
727
+ * Class: swisseph_SwephExp
728
+ * Method: swe_mooncross_node
729
+ */
730
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1mooncross_1node
731
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jobject);
732
+
733
+ /*
734
+ * Class: swisseph_SwephExp
735
+ * Method: swe_mooncross_node_ut
736
+ */
737
+ JNIEXPORT jdouble JNICALL Java_swisseph_SwephExp_swe_1mooncross_1node_1ut
738
+ (JNIEnv *, jclass, jdouble, jint, jdoubleArray, jdoubleArray, jobject);
739
+
740
+ /*
741
+ * Class: swisseph_SwephExp
742
+ * Method: swe_helio_cross
743
+ */
744
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1helio_1cross
745
+ (JNIEnv *, jclass, jint, jdouble, jdouble, jint, jint, jdoubleArray, jobject);
746
+
747
+ /*
748
+ * Class: swisseph_SwephExp
749
+ * Method: swe_helio_cross_ut
750
+ */
751
+ JNIEXPORT jint JNICALL Java_swisseph_SwephExp_swe_1helio_1cross_1ut
752
+ (JNIEnv *, jclass, jint, jdouble, jdouble, jint, jint, jdoubleArray, jobject);
753
+
754
+ #ifdef __cplusplus
755
+ }
756
+ #endif
757
+ #endif