public class OceanLoadingCoefficients extends Object
通常通过OceanLoadingCoefficientsBLQFactory
创建此类的实例,该工厂从Orekit数据配置中的Onsala Space Observatory文件中解析BLQ格式的文件。
此类的实例保证是不可变的。
GroundStation
, OceanLoadingCoefficientsBLQFactory
, OceanLoading
Constructor and Description |
---|
OceanLoadingCoefficients(String siteName, GeodeticPoint siteLocation, Tide[][] tides, double[][] zAmplitude, double[][] zPhase, double[][] wAmplitude, double[][] wPhase, double[][] sAmplitude, double[][] sPhase)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
int |
getNbSpecies()
获取物种数量。
|
int |
getNbTides(int species)
获取一种物种的潮汐数量。
|
GeodeticPoint |
getSiteLocation()
获取站点位置。
|
String |
getSiteName()
获取站点名称。
|
double |
getSouthAmplitude(int i, int j)
获取沿南轴的振幅。
|
double |
getSouthPhase(int i, int j)
获取沿南轴的相位。
|
Tide |
getTide(int i, int j)
获取潮汐。
|
double |
getWestAmplitude(int i, int j)
获取沿西轴的振幅。
|
double |
getWestPhase(int i, int j)
获取沿西轴的相位。
|
double |
getZenithAmplitude(int i, int j)
获取沿天顶轴的振幅。
|
double |
getZenithPhase(int i, int j)
获取沿天顶轴的相位。
|
public OceanLoadingCoefficients(String siteName, GeodeticPoint siteLocation, Tide[][] tides, double[][] zAmplitude, double[][] zPhase, double[][] wAmplitude, double[][] wPhase, double[][] sAmplitude, double[][] sPhase)
数组必须按物种组织并按增加速率排序。
siteName
- 站点名称
siteLocation
- 站点位置
tides
- 主要潮汐,按物种和增加速率排序
zAmplitude
- 沿天顶轴的振幅
zPhase
- 沿天顶轴的相位
wAmplitude
- 沿西方的振幅
wPhase
- 沿西轴的相位
sAmplitude
- 沿南方的振幅
sPhase
- 沿南轴的相位
public String getSiteName()
public GeodeticPoint getSiteLocation()
public Tide getTide(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getZenithAmplitude(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getZenithPhase(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getWestAmplitude(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getWestPhase(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getSouthAmplitude(int i, int j)
i
- 物种
j
- 物种中的潮汐
public double getSouthPhase(int i, int j)
i
- 物种
j
- 物种中的潮汐
public int getNbSpecies()
public int getNbTides(int species)
species
- 物种索引
Copyright © 2002-2023 CS GROUP. All rights reserved.