Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
M
N
O
P
R
T
U
W
A
adjLambdaEnd(double[])
- Static method in class org.nevec.rjm.
Geod
Adjust longitude of the final point.
altit
- Variable in class org.nevec.rjm.
Geod
Altitude of the inverse problem above the ellipsoid.
C
c3shoot(double[], double[], int, int, int, int)
- Method in class org.nevec.rjm.
Geod
Perform 4 iterations on adjusting the parameter c3.
c3Sphere(double[], double[])
- Method in class org.nevec.rjm.
Geod
Spherical approximation to parameter c3
curvM(double)
- Method in class org.nevec.rjm.
Geod
Equatorial radius of curvature M [m]
curvN(double)
- Method in class org.nevec.rjm.
Geod
Curvature parameter N [m]
D
d2Edtau2(double)
- Method in class org.nevec.rjm.
Geod
Derivative d^2 E/ d tau^2 [m^2]
d2Mdtau2(double)
- Method in class org.nevec.rjm.
Geod
second Derivative d^2 M /d tau^2 [m]
d2sdlambda2(double, double)
- Method in class org.nevec.rjm.
Geod
Second derivative d^2 s/d lambda^2 = (d/d lambda) (E/c3).
d2taudlambda2(double, double)
- Method in class org.nevec.rjm.
Geod
Second derivative d^2 tau/d lambda^2.
d2Tdtau2(double, double)
- Method in class org.nevec.rjm.
Geod
Second derivative of T with respect to tau.
d3sdlambda3(double, double)
- Method in class org.nevec.rjm.
Geod
Third derivative d^3 s /d lambda ^3.
d3taudlambda3(double, double)
- Method in class org.nevec.rjm.
Geod
Third derivative d^3 tau/d lambda^3.
dEdtau(double)
- Method in class org.nevec.rjm.
Geod
Derivative d E/ d tau [m^2]
DEG
- Static variable in interface org.nevec.rjm.
Geod.AngleUnit
discrT(double, double)
- Method in class org.nevec.rjm.
Geod
Discriminant under the square root of d tau / ds.
dMdtau(double)
- Method in class org.nevec.rjm.
Geod
Derivative d M /d tau [m]
dNdtau(double)
- Method in class org.nevec.rjm.
Geod
Derivative d N/d tau [m].
dsdlambda(double, double)
- Method in class org.nevec.rjm.
Geod
Derivative d s/d lambda.
dtaudlambda(double, double)
- Method in class org.nevec.rjm.
Geod
Derivative d tau/d lambda.
dtauds(double, double)
- Method in class org.nevec.rjm.
Geod
Derivative d tau/d s [1/m].
dtaudsSignum(double[], double[])
- Method in class org.nevec.rjm.
Geod
Approximate sign d tau / ds
dTdtau(double, double)
- Method in class org.nevec.rjm.
Geod
Derivative of T with respect to tau.
E
eccen
- Variable in class org.nevec.rjm.
Geod
Eccentricity.
F
flatt(double)
- Static method in class org.nevec.rjm.
Geod
Convert eccentricity to flattening factor.
flatt()
- Method in class org.nevec.rjm.
Geod
Flattening factor.
G
GaussE(double)
- Method in class org.nevec.rjm.
Geod
Gauss parameter E [m^2].
GaussG(double)
- Method in class org.nevec.rjm.
Geod
Gauss parameter G [m^2].
Geod
- Class in
org.nevec.rjm
Solution of the inverse problem of geodesy for a oblate ellipsoid.
Geod()
- Constructor for class org.nevec.rjm.
Geod
Default Constructor.
Geod(double, double, double)
- Constructor for class org.nevec.rjm.
Geod
Constructor.
Geod.AngleUnit
- Interface in
org.nevec.rjm
Three enumeration values to convert angular units on user input and output
getCartesian(double, double)
- Method in class org.nevec.rjm.
Geod
Convert geodetic to Cartesian coordinates.
GON
- Static variable in interface org.nevec.rjm.
Geod.AngleUnit
GRS80_FLAT
- Static variable in class org.nevec.rjm.
Geod
The inverse flattening factor of the GRS80 model.
GRS80_RHO_E
- Static variable in class org.nevec.rjm.
Geod
Equatorial radius of the GRS 1980 system, meters.
I
IERS_TN21_FLAT
- Static variable in class org.nevec.rjm.
Geod
The inverse flattening factor of the IERS 1996 convention.
IERS_TN21_RHO_E
- Static variable in class org.nevec.rjm.
Geod
Equatorial radius of the IERS 1996 convention, meters.
IERS_TN32_FLAT
- Static variable in class org.nevec.rjm.
Geod
The inverse flattening factor of the IERS 2003 convention.
IERS_TN32_RHO_E
- Static variable in class org.nevec.rjm.
Geod
Equatorial radius of the IERS 2003 convention, meters.
M
main(String[])
- Static method in class org.nevec.rjm.
Geod
usage:
java -jar Geod.jar [-h altitude/m] [-s #longitude steps] [-u sfac] [-R equat radius/m] [-e eccent] [-r] [-g] [-2] [-?] phi1 lam1 phi2 lam2
setenv CLASSPATH ....
N
nautAngle(double, double, double)
- Method in class org.nevec.rjm.
Geod
Nautical course in the local oblique horizontal [rad]
O
org.nevec.rjm
- package org.nevec.rjm
P
print(double, double, double, double, int, double)
- Method in class org.nevec.rjm.
Geod
Print a line with coordinate information.
R
RAD
- Static variable in interface org.nevec.rjm.
Geod.AngleUnit
rho_equat
- Variable in class org.nevec.rjm.
Geod
Equatorial radius in meters.
T
tauShoot(double[], double[], double, int, int, int, int)
- Method in class org.nevec.rjm.
Geod
Compute one trajectory over the lambda interval, assuming c3 given.
tauTropic(double)
- Method in class org.nevec.rjm.
Geod
Minimum polar distance.
U
usage()
- Static method in class org.nevec.rjm.
Geod
Write a usage (command line options) summary to stdout.
W
WGS84_FLAT
- Static variable in class org.nevec.rjm.
Geod
The inverse flattening factor of the WGS84 model.
WGS84_RHO_E
- Static variable in class org.nevec.rjm.
Geod
Equatorial radius of the WGS84, meters.
A
C
D
E
F
G
I
M
N
O
P
R
T
U
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes