<h2>org.autoplot.dods.SPDFUtil</h2><p>static methods for helping to use the SPDF dods server.</p>
<h2>SPDFUtil( )</h2>
<p></p>

<hr>
<a name="interpretAttributes"></a>
<h2>interpretAttributes</h2>
interpretAttributes( <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/autoplot/dods/DodsAdapter.html'>org.autoplot.dods.DodsAdapter</a> da ) &rarr; void

<p>set up the DodsAdapter based on the metadata returned from the dods server,
 interpreting the metadata provided by the SPDF server.</p>

<h3>Parameters</h3>
da - a DodsAdapter

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=interpretAttributes&unscoped_q=interpretAttributes">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dods/SPDFUtil.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dods/SPDFUtil.html#interpretAttributes">[view on old javadoc]</a>
<br>
<br>
<hr>
<a name="interpretProps"></a>
<h2>interpretProps</h2>
interpretProps( <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a> attr ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/util/Map.html'>java.util.Map</a>

<p>return the properties in a canonical way.  Presumably this will be done for other data sources, to unify the metadata for use with das2.
 For keys supported, see QDataSet.</p>

<h3>Parameters</h3>
attr - a java.util.Map

<h3>Returns:</h3>
a Map of the properties.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=interpretProps&unscoped_q=interpretProps">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/dods/SPDFUtil.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/dods/SPDFUtil.html#interpretProps">[view on old javadoc]</a>
<br>
<br>