org.autoplot.datasource.TimeRangeTool
GUI for creating valid time ranges by calendar times, orbit, or NRT
TimeRangeTool( )
Creates new form TimeRangeTool
getSelectedRange
getSelectedRange( ) → String
return the range selected, the type of which will depend on which tab is visible.
Returns:
the range selected
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
main
main( String[] args ) → void
Parameters
args - a java.lang.String[]
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setAdditionalSpacecraftForOrbit
setAdditionalSpacecraftForOrbit( String[] scs ) → void
Add additional spacecraft and orbit files to the
this must be called before the GUI is created.
These will be the names of local orbit/event files or missions not
hard-coded into Autoplot.
Parameters
scs - a java.lang.String[]
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setSelectedRange
setSelectedRange( String s ) → void
set the selected range. When the range is an orbit range (for example orbit:rbspa-pp:300),
the orbit list will be set.
Parameters
s - a timerange parseable with DatumRangeUtil.parseTimeRange(s);
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]