public static class VisibilityCircle.TutorialVisibilityCircle extends Object
Data are read from a YAML file.
| Constructor and Description |
|---|
TutorialVisibilityCircle() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMinElevation()
Get the minimum elevation for defining visibility above ground.
|
int |
getPointsNumber()
Get the number of points to compute.
|
double |
getSpacecraftAltitude()
Get the satellite altitude.
|
TutorialStation |
getStation()
Get the ground station.
|
void |
setMinElevation(double minElevation)
Set the minimum elevation for defining visibility above ground.
|
void |
setPointsNumber(int pointsNumber)
Set the number of points to compute.
|
void |
setSpacecraftAltitude(double spacecraftAltitude)
Set the satellite altitude.
|
void |
setStation(TutorialStation station)
Set the ground station.
|
public TutorialStation getStation()
public void setStation(TutorialStation station)
station - ground stationpublic double getMinElevation()
public void setMinElevation(double minElevation)
minElevation - minimum elevation for defining visibility above ground (°)public double getSpacecraftAltitude()
public void setSpacecraftAltitude(double spacecraftAltitude)
spacecraftAltitude - satellite altitude (m)public int getPointsNumber()
public void setPointsNumber(int pointsNumber)
pointsNumber - number of points to computeCopyright © 2002–2022 CS GROUP. All rights reserved.