hi all -
I am trying to thredds.catalog API to generate a customized catalog,
one thing is not clear to me by looking at Java doc is how to
associate a metadata section to a dataset. For example, one sample
catalog I want to generate is:
<dataset>
<properties> ... </property>
<metadata inherited="true">
<dataType> GRID </dataType>
<variables> ...
</metadata>
<dataset> ... </dataset>
</dataset>
As I look at the the java API for InvDatasetImpl, I don't see how I
can put in this metadata structure.
Am I missing something here?
Thanks for help.
Oliver