public class OutputConfig extends Object
Constructor and Description |
---|
OutputConfig(org.orekit.frames.Frame outputFrame,
org.orekit.frames.LOFType loftType,
double outputFrequency)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.orekit.frames.LOFType |
getLOType()
Get the LOF type.
|
String |
getOutputDirectory()
Get the output directory to store the results.
|
org.orekit.frames.Frame |
getOutputFrame()
Get the output frame.
|
double |
getOutputFrequency()
Get the output frequency.
|
void |
setOutputDirectory(String outputDirectory)
Set the output directory to store the results.
|
public OutputConfig(org.orekit.frames.Frame outputFrame, org.orekit.frames.LOFType loftType, double outputFrequency)
outputFrame
- output frameloftType
- local orbital output frame typeoutputFrequency
- output frequency (s)public void setOutputDirectory(String outputDirectory)
outputDirectory
- the output directory to store the results.public String getOutputDirectory()
public org.orekit.frames.LOFType getLOType()
public org.orekit.frames.Frame getOutputFrame()
public double getOutputFrequency()
Copyright © 2017. All rights reserved.