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