public class GlobalMappingFunctionModel extends Object implements MappingFunction
全球映射函数基于球谐函数,最高次数为9。它的开发是为了与Vienna1
映射函数模型保持一致。
Constructor and Description |
---|
GlobalMappingFunctionModel()
构建一个新实例。
|
GlobalMappingFunctionModel(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 GlobalMappingFunctionModel()
此构造函数使用默认数据上下文
。
public GlobalMappingFunctionModel(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.