<h2>org.autoplot.datasource.TimeRangeTool</h2><p>GUI for creating valid time ranges by calendar times, orbit, or NRT</p> <h2>TimeRangeTool( )</h2> <p>Creates new form TimeRangeTool</p> <hr> <a name="getSelectedRange"></a> <h2>getSelectedRange</h2> getSelectedRange( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p>return the range selected, the type of which will depend on which tab is visible.</p> <h3>Returns:</h3> the range selected <br><br> <a href="https://github.com/autoplot/dev/search?q=getSelectedRange&unscoped_q=getSelectedRange">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/TimeRangeTool.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/TimeRangeTool.html#getSelectedRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.java#l309">[view source]</a> <br> <br> <hr> <a name="main"></a> <h2>main</h2> main( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> args ) → void <p></p> <h3>Parameters</h3> args - a java.lang.String[] <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=main&unscoped_q=main">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/TimeRangeTool.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/TimeRangeTool.html#main">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.java#l1112">[view source]</a> <br> <br> <hr> <a name="setAdditionalSpacecraftForOrbit"></a> <h2>setAdditionalSpacecraftForOrbit</h2> setAdditionalSpacecraftForOrbit( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> scs ) → void <p>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.</p> <h3>Parameters</h3> scs - a java.lang.String[] <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setAdditionalSpacecraftForOrbit&unscoped_q=setAdditionalSpacecraftForOrbit">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/TimeRangeTool.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/TimeRangeTool.html#setAdditionalSpacecraftForOrbit">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.java#l404">[view source]</a> <br> <br> <hr> <a name="setSelectedRange"></a> <h2>setSelectedRange</h2> setSelectedRange( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> s ) → void <p>set the selected range. When the range is an orbit range (for example orbit:rbspa-pp:300), the orbit list will be set.</p> <h3>Parameters</h3> s - a timerange parseable with <code>DatumRangeUtil.parseTimeRange(s);</code> <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setSelectedRange&unscoped_q=setSelectedRange">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/TimeRangeTool.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/TimeRangeTool.html#setSelectedRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/TimeRangeTool.java#l244">[view source]</a> <br> <br>