Constructor and Description |
---|
TutorialPhasing() |
Modifier and Type | Method and Description |
---|---|
TutorialForceModel.TutorialGravity |
getGravity()
Get the gravity data.
|
List<Phasing.TutorialGrid> |
getGrids()
Get the list of grid data.
|
String |
getMeanSolarTime()
Get the string representation of the mean solar time.
|
TutorialOrbit |
getOrbit()
Get the orbit data.
|
String |
getOutputBaseName()
Get the name of the ground track grid file.
|
int |
getPhasingDaysNumer()
Get the number of days in the phasing cycle.
|
int |
getPhasingOrbitsNumber()
Get the number of orbits in the phasing cycle.
|
double |
getReferenceLatitude()
Get the reference latitude for Sun synchronous orbit.
|
boolean |
isReferenceAscending()
Get the reference indicator for latitude crossing direction.
|
void |
setGravity(TutorialForceModel.TutorialGravity gravity)
Set the gravity data.
|
void |
setGrids(List<Phasing.TutorialGrid> grids)
Set the list of grid data.
|
void |
setMeanSolarTime(String meanSolarTime)
Set the string representation of the mean solar time.
|
void |
setOrbit(TutorialOrbit orbit)
Set the orbit data.
|
void |
setOutputBaseName(String outputBaseName)
Set the name of the ground track grid file.
|
void |
setPhasingDaysNumer(int phasingDaysNumer)
Set the number of days in the phasing cycle.
|
void |
setPhasingOrbitsNumber(int phasingOrbitsNumber)
Set the number of orbits in the phasing cycle.
|
void |
setReferenceAscending(boolean referenceAscending)
Set the reference indicator for latitude crossing direction.
|
void |
setReferenceLatitude(double referenceLatitude)
Set the reference latitude for Sun synchronous orbit.
|
public TutorialOrbit getOrbit()
public void setOrbit(TutorialOrbit orbit)
orbit
- orbit datapublic int getPhasingOrbitsNumber()
public void setPhasingOrbitsNumber(int phasingOrbitsNumber)
phasingOrbitsNumber
- number of orbits in the phasing cyclepublic int getPhasingDaysNumer()
public void setPhasingDaysNumer(int phasingDaysNumer)
phasingDaysNumer
- number of days in the phasing cyclepublic double getReferenceLatitude()
public void setReferenceLatitude(double referenceLatitude)
referenceLatitude
- reference latitude for Sun synchronous orbit (°)public boolean isReferenceAscending()
public void setReferenceAscending(boolean referenceAscending)
referenceAscending
- if true, crossing latitude is from South to Northpublic String getMeanSolarTime()
public void setMeanSolarTime(String meanSolarTime)
meanSolarTime
- string representation of the mean solar timepublic TutorialForceModel.TutorialGravity getGravity()
public void setGravity(TutorialForceModel.TutorialGravity gravity)
gravity
- gravity datapublic List<Phasing.TutorialGrid> getGrids()
public void setGrids(List<Phasing.TutorialGrid> grids)
grids
- list of grid datapublic String getOutputBaseName()
public void setOutputBaseName(String outputBaseName)
outputBaseName
- name of the ground track grid fileCopyright © 2002–2020 CS Systèmes d'Information. All rights reserved.