<h2>org.autoplot.datasource.jython.JythonDataSourceTimeSeriesBrowse</h2><p>container for the state simply manages the timerange argument.</p> <hr> <a name="blurURI"></a> <h2>blurURI</h2> blurURI( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p></p> <h3>Returns:</h3> java.lang.String <br><br> <a href="https://github.com/autoplot/dev/search?q=blurURI&unscoped_q=blurURI">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#blurURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l100">[view source]</a> <br> <br> <hr> <a name="getTimeRange"></a> <h2>getTimeRange</h2> getTimeRange( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/DatumRange.html'>DatumRange</a> <p></p> <h3>Returns:</h3> org.das2.datum.DatumRange <br><br> <a href="https://github.com/autoplot/dev/search?q=getTimeRange&unscoped_q=getTimeRange">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#getTimeRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l75">[view source]</a> <br> <br> <hr> <a name="getTimeResolution"></a> <h2>getTimeResolution</h2> getTimeResolution( ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> <p></p> <h3>Returns:</h3> org.das2.datum.Datum <br><br> <a href="https://github.com/autoplot/dev/search?q=getTimeResolution&unscoped_q=getTimeResolution">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#getTimeResolution">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l85">[view source]</a> <br> <br> <hr> <a name="getURI"></a> <h2>getURI</h2> getURI( ) → <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> <p>get the URI, bluring it if we discover it didn't need time series browse. TODO: This is experimental.</p> <h3>Returns:</h3> a String <br><br> <a href="https://github.com/autoplot/dev/search?q=getURI&unscoped_q=getURI">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#getURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l95">[view source]</a> <br> <br> <hr> <a name="setTimeRange"></a> <h2>setTimeRange</h2> setTimeRange( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/DatumRange.html'>DatumRange</a> dr ) → void <p></p> <h3>Parameters</h3> dr - a DatumRange <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setTimeRange&unscoped_q=setTimeRange">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#setTimeRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l45">[view source]</a> <br> <br> <hr> <a name="setTimeResolution"></a> <h2>setTimeResolution</h2> setTimeResolution( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Datum.html'>Datum</a> d ) → void <p></p> <h3>Parameters</h3> d - a Datum <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setTimeResolution&unscoped_q=setTimeResolution">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#setTimeResolution">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l80">[view source]</a> <br> <br> <hr> <a name="setURI"></a> <h2>setURI</h2> setURI( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> suri ) → void <p></p> <h3>Parameters</h3> suri - a String <h3>Returns:</h3> void (returns nothing) <br><br> <a href="https://github.com/autoplot/dev/search?q=setURI&unscoped_q=setURI">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.html#setURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/jython/JythonDataSourceTimeSeriesBrowse.java#l109">[view source]</a> <br> <br>