Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
Derivatives. More...
Variables | |
static final long | EECFI::EnumLib.XLCFI_NO_DER = 0 |
No derivative is defined or calculated (when used for Coord.getGeodetic, iterative method is used). | |
static final long | EECFI::EnumLib.XLCFI_DER_1ST = 1 |
Only first derivative is defined or calculated (when used for Coord.getGeodetic, iterative method is used). | |
static final long | EECFI::EnumLib.XLCFI_DER_2ND = 2 |
Both 1st and 2nd derivatives are defined or calculated. | |
static final long | EECFI::EnumLib.XLCFI_ITER_NO_DER = 3 |
No derivative. Used for Coord.getGeodetic (Iterative method). | |
static final long | EECFI::EnumLib.XLCFI_ITER_DER_1ST = 4 |
Only first derivative is defined or calculated. Used for Coord.getGeodetic (Iterative method). | |
static final long | EECFI::EnumLib.XLCFI_NO_ITER_NO_DER = 5 |
No derivative. Used for Coord.getGeodetic (No iterative method). | |
static final long | EECFI::EnumLib.XLCFI_NO_ITER_DER_1ST = 6 |
Only first derivative is defined or calculated. Used for Coord.getGeodetic (No iterative method). |
Derivatives.
final long EECFI.EnumLib.XLCFI_DER_1ST = 1 [static, inherited] |
Only first derivative is defined or calculated (when used for Coord.getGeodetic, iterative method is used).
final long EECFI.EnumLib.XLCFI_DER_2ND = 2 [static, inherited] |
Both 1st and 2nd derivatives are defined or calculated.
final long EECFI.EnumLib.XLCFI_ITER_DER_1ST = 4 [static, inherited] |
Only first derivative is defined or calculated. Used for Coord.getGeodetic (Iterative method).
final long EECFI.EnumLib.XLCFI_ITER_NO_DER = 3 [static, inherited] |
No derivative. Used for Coord.getGeodetic (Iterative method).
final long EECFI.EnumLib.XLCFI_NO_DER = 0 [static, inherited] |
No derivative is defined or calculated (when used for Coord.getGeodetic, iterative method is used).
final long EECFI.EnumLib.XLCFI_NO_ITER_DER_1ST = 6 [static, inherited] |
Only first derivative is defined or calculated. Used for Coord.getGeodetic (No iterative method).
final long EECFI.EnumLib.XLCFI_NO_ITER_NO_DER = 5 [static, inherited] |
No derivative. Used for Coord.getGeodetic (No iterative method).