org.autoplot.dods.SPDFUtil
static methods for helping to use the SPDF dods server.
SPDFUtil( )
interpretAttributes
interpretAttributes( org.autoplot.dods.DodsAdapter da ) → void
set up the DodsAdapter based on the metadata returned from the dods server,
interpreting the metadata provided by the SPDF server.
Parameters
da - a DodsAdapter
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
interpretProps
interpretProps( java.util.Map attr ) → java.util.Map
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.
Parameters
attr - a java.util.Map
Returns:
a Map of the properties.
[search for examples]
[view on GitHub]
[view on old javadoc]