public interface MappingFunction
Modifier and Type | Method and Description |
---|---|
double[] |
mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
此方法允许计算静水压和湿延迟映射函数。
|
<T extends org.hipparchus.CalculusFieldElement<T>> |
mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
此方法允许计算静水压和湿延迟映射函数。
|
double[] mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
elevation
- 卫星的仰角,以弧度表示
point
- 站点位置
date
- 当前日期
<T extends org.hipparchus.CalculusFieldElement<T>> T[] mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
T
- 元素的类型
elevation
- 卫星的仰角,以弧度表示
point
- 站点位置
date
- 当前日期
Copyright © 2002-2023 CS GROUP. All rights reserved.