public class TutorialStationDisplacement extends Object
Data are read from a YAML file. Station displacement are:
Tidal displacement
: displacement of reference points due to tidal effects.Ocean loading
: displacement of reference points due to ocean loading.Constructor and Description |
---|
TutorialStationDisplacement() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWithOceanLoadingCorrection()
Get the flag for the computation of ocean loading correction.
|
boolean |
isWithTidalCorrection()
Get the flag for the computation of the tidal displacement.
|
boolean |
removePermanentDeformation()
Get the flag for permanent deformation.
|
void |
setRemovePermanentDeformation(boolean removePermanentDeformation)
Set the flag for permanent deformation.
|
void |
setWithOceanLoadingCorrection(boolean withOceanLoadingCorrection)
Set the flag for the computation of ocean loading correction.
|
void |
setWithTidalCorrection(boolean withTidalCorrection)
Set the flag for the computation of the tidal displacement.
|
public boolean isWithTidalCorrection()
public void setWithTidalCorrection(boolean withTidalCorrection)
withTidalCorrection
- true if tidal displacement are computedpublic boolean removePermanentDeformation()
public void setRemovePermanentDeformation(boolean removePermanentDeformation)
removePermanentDeformation
- if true, the station coordinates are considered mean tide
and already include the permanent deformation, hence it should be
removed from the displacement to avoid considering it twice;
if false, the station coordinates are considered conventional tide free
so the permanent deformation must be included in the displacementpublic boolean isWithOceanLoadingCorrection()
public void setWithOceanLoadingCorrection(boolean withOceanLoadingCorrection)
withOceanLoadingCorrection
- true if ocean loading correction is computedCopyright © 2002–2020 CS Systèmes d'Information. All rights reserved.