<h2>org.das2.catalog.DasSrcNode</h2><p>Source nodes add extra functions to generic catalog nodes</p> <hr> <a name="query"></a> <h2>query</h2> query( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> dQuery ) → <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/qds/QDataSet.html'>QDataSet</a> <p>Given a parameter query string, get the access information. In an ideal world this would just return the dataset itself. But that is the point of the org.autoplot.DataSource interface and it's on the fly factory discovery.</p> <h3>Parameters</h3> dQuery - a java.util.Map <h3>Returns:</h3> a QDataSet <br><br> <a href="https://github.com/autoplot/dev/search?q=query&unscoped_q=query">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/catalog/DasSrcNode.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/catalog/DasSrcNode.html#query">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/catalog/DasSrcNode.java">[view source]</a> <br> <br> <hr> <a name="queryVerify"></a> <h2>queryVerify</h2> queryVerify( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> dQuery ) → boolean <p>Determine if the given list of query parameters are valid</p> <h3>Parameters</h3> dQuery - a java.util.Map <h3>Returns:</h3> True if this set of parameters is valid, false otherwise <br><br> <a href="https://github.com/autoplot/dev/search?q=queryVerify&unscoped_q=queryVerify">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/catalog/DasSrcNode.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/catalog/DasSrcNode.html#queryVerify">[view on old javadoc]</a> <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCore/src/org/das2/catalog/DasSrcNode.java">[view source]</a> <br> <br>