Package | Description |
---|---|
org.orekit.models.earth.displacement |
This package provides models computing reference points
displacements on Earth surface.
|
Modifier and Type | Field and Description |
---|---|
static Tide |
Tide.K1
K₁ tide.
|
static Tide |
Tide.K2
K₂ tide.
|
static Tide |
Tide.M2
M₂ tide.
|
static Tide |
Tide.MF
Mf tide.
|
static Tide |
Tide.MM
Mm tide.
|
static Tide |
Tide.N2
N₂ tide.
|
static Tide |
Tide.O1
O₁ tide.
|
static Tide |
Tide.P1
P₁ tide.
|
static Tide |
Tide.Q1
Q₁ tide.
|
static Tide |
Tide.S2
S₂ tide.
|
static Tide |
Tide.SSA
Ssa tide.
|
Modifier and Type | Method and Description |
---|---|
Tide |
OceanLoadingCoefficients.getTide(int i,
int j)
Get the tide.
|
Constructor and Description |
---|
OceanLoadingCoefficients(String siteName,
GeodeticPoint siteLocation,
Tide[][] tides,
double[][] zAmplitude,
double[][] zPhase,
double[][] wAmplitude,
double[][] wPhase,
double[][] sAmplitude,
double[][] sPhase)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.