public class EGM96
extends java.lang.Object
EllipsoidalGlobe.applyEGMA96Offsets(String)
to apply the offets to elevations produced by the globe.Modifier and Type | Field and Description |
---|---|
protected BufferWrapper |
deltas |
protected static Angle |
INTERVAL |
protected static int |
NUM_COLS |
protected static int |
NUM_ROWS |
protected java.lang.String |
offsetsFilePath |
Constructor and Description |
---|
EGM96(java.lang.String offsetsFilePath)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
protected double |
gePostOffset(int row,
int col) |
double |
getOffset(Angle latitude,
Angle longitude) |
protected void |
loadOffsetFile() |
protected BufferWrapper deltas
protected static Angle INTERVAL
protected static int NUM_COLS
protected static int NUM_ROWS
protected java.lang.String offsetsFilePath