<h2>org.autoplot.datasource.DefaultTimeSeriesBrowse</h2><p>Default implementation commonly found, which handles the resolution parameter but doesn't implement it. This uses URISplit.PARAM_TIME_RANGE='timerange' and URISplit.PARAM_TIME_RESOLUTION='resolution' for representing the TSB state.</p> <h2>DefaultTimeSeriesBrowse( )</h2> <p></p> <hr> <a name="uri"></a> <h2>uri</h2> <p></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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#blurURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l131">[view source]</a> <br> <br> <hr> <a name="create"></a> <h2>create</h2> create( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> uri, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> timerange ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/datasource/capability/TimeSeriesBrowse.html'>org.autoplot.datasource.capability.TimeSeriesBrowse</a> <p>create the TimeSeriesBrowse with the initial URI which may contain the parameter "timerange." The timerange may also be specified using the second parameter.</p> <h3>Parameters</h3> uri - the URI <br> timerange - if non-null, then reset with this timerange. <h3>Returns:</h3> TimeSeriesBrowse implementation. <h3>See Also:</h3> <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/DatumRangeUtil.html#parseTimeRange'>org.das2.datum.DatumRangeUtil#parseTimeRange(java.lang.String)</a> <br> <br><br> <a href="https://github.com/autoplot/dev/search?q=create&unscoped_q=create">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#create">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l42">[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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#getTimeRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l89">[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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#getTimeResolution">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l105">[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></p> <h3>Returns:</h3> java.lang.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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#getURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l65">[view source]</a> <br> <br> <hr> <a name="reject"></a> <h2>reject</h2> reject( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> map, <a href='https://docs.oracle.com/javase/8/docs/api/java/util/List.html'>java.util.List</a> problems ) → boolean <p></p> <h3>Parameters</h3> map - a java.util.Map <br> problems - a java.util.List <h3>Returns:</h3> boolean <br><br> <a href="https://github.com/autoplot/dev/search?q=reject&unscoped_q=reject">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/datasource/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#reject">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l109">[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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#setTimeRange">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l73">[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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#setTimeResolution">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l94">[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/DefaultTimeSeriesBrowse.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/datasource/DefaultTimeSeriesBrowse.html#setURI">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/DataSource/src/org/autoplot/datasource/DefaultTimeSeriesBrowse.java#l50">[view source]</a> <br> <br>