public class NiellMappingFunctionModel extends Object implements MappingFunction
使用该模型,静态映射函数是时间和纬度相关的,而湿映射函数仅与纬度有关。
Constructor and Description |
---|
NiellMappingFunctionModel()
构建一个新实例。
|
NiellMappingFunctionModel(TimeScale utc)
构建一个新实例。
|
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)
此方法允许计算静态和湿映射函数。
|
@DefaultDataContext public NiellMappingFunctionModel()
此构造函数使用默认数据上下文
。
public NiellMappingFunctionModel(TimeScale utc)
utc
- UTC时间标度。
public double[] mappingFactors(double elevation, GeodeticPoint point, AbsoluteDate date)
mappingFactors
在接口 MappingFunction
elevation
- 卫星的仰角,以弧度表示
point
- 站点位置
date
- 当前日期
public <T extends org.hipparchus.CalculusFieldElement<T>> T[] mappingFactors(T elevation, FieldGeodeticPoint<T> point, FieldAbsoluteDate<T> date)
mappingFactors
在接口 MappingFunction
T
- 元素的类型
elevation
- 卫星的仰角,以弧度表示
point
- 站点位置
date
- 当前日期
Copyright © 2002-2023 CS GROUP. All rights reserved.