public static class MeasurementGenerator.TutorialMeasurementGeneration extends Object
Constructor and Description |
---|
TutorialMeasurementGeneration() |
Modifier and Type | Method and Description |
---|---|
TutorialBody |
getBody()
Get the body data.
|
String |
getEndDate()
Get the end date for measurement generation.
|
TutorialMeasurements |
getMeasurements()
Get the measurement data.
|
TutorialOrbit |
getOrbit()
Get the orbit data.
|
String |
getOutputBaseName()
Get the name of the output measurement file.
|
TutorialPropagator |
getPropagator()
Get the propagator data.
|
TutorialSpacecraft |
getSpacecraft()
Get the spacecraft data.
|
String |
getStartDate()
Get the start date for measurement generation.
|
double |
getStep()
Get the step for the measurement generation.
|
void |
setBody(TutorialBody body)
Set the body data.
|
void |
setEndDate(String endDate)
Set the end date for measurement generation.
|
void |
setMeasurements(TutorialMeasurements measurements)
Set the measurement data.
|
void |
setOrbit(TutorialOrbit orbit)
Set the orbit data.
|
void |
setOutputBaseName(String outputBaseName)
Set the name of the output measurement file.
|
void |
setPropagator(TutorialPropagator propagator)
Set the propagator data.
|
void |
setSpacecraft(TutorialSpacecraft spacecraft)
Set the spacecraft data.
|
void |
setStartDate(String startDate)
Set the start date for measurement generation.
|
void |
setStep(double step)
Set the step for the measurement generation.
|
public String getStartDate()
public void setStartDate(String startDate)
startDate
- start date for measurement generationpublic String getEndDate()
public void setEndDate(String endDate)
endDate
- end date for measurement generationpublic double getStep()
public void setStep(double step)
step
- step for the measurement generation (s)public TutorialOrbit getOrbit()
public void setOrbit(TutorialOrbit orbit)
orbit
- orbit datapublic TutorialSpacecraft getSpacecraft()
public void setSpacecraft(TutorialSpacecraft spacecraft)
spacecraft
- spacecraft datapublic TutorialPropagator getPropagator()
public void setPropagator(TutorialPropagator propagator)
propagator
- propagator datapublic TutorialBody getBody()
public void setBody(TutorialBody body)
body
- body datapublic TutorialMeasurements getMeasurements()
public void setMeasurements(TutorialMeasurements measurements)
measurements
- measurement datapublic String getOutputBaseName()
public void setOutputBaseName(String outputBaseName)
outputBaseName
- name of the output measurement fileCopyright © 2002–2020 CS Systèmes d'Information. All rights reserved.