public interface MappingFunction
| Modifier and Type | Method and Description |
|---|---|
double[] |
mappingFactors(double elevation,
GeodeticPoint point,
AbsoluteDate date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
<T extends CalculusFieldElement<T>> |
mappingFactors(T elevation,
FieldGeodeticPoint<T> point,
FieldAbsoluteDate<T> date)
This method allows the computation of the hydrostatic and
wet mapping functions.
|
double[] mappingFactors(double elevation,
GeodeticPoint point,
AbsoluteDate date)
elevation - the elevation of the satellite, in radianspoint - station locationdate - current date<T extends CalculusFieldElement<T>> T[] mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
T - type of the elementselevation - the elevation of the satellite, in radianspoint - station locationdate - current dateCopyright © 2002-2022 CS GROUP. All rights reserved.