NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [thredds] Nesting serviceType="Compound"??

Hi Nathan,

Nathan Potter wrote:
> 
> Another question, about service inheritance.
> 
> Example:
> 
>     <dataset name="level1" ID="SingleFileWcs">
>         <serviceName>dap</serviceName>
> 
>          <dataset name="level2_a" urlPath="wcs/foo" ID="wcs/foo" />
>          <dataset name="level2_b" urlPath="wcs/foo" ID="wcs/foo" >
>             <serviceName>otherService</serviceName>
>          </dataset>
>     </dataset>
> 
> 
> Is the dataset "level2_a" associated with the "dap" service??

No. Though it would be if the "dap" serviceName element were enclosed in
an inherited metadata element, like this
<metadata inherited='true'><serviceName>dap</serviceName></metadata>

> Is the dataset "level2_b" associated with the "dap" service??

No. Not even if the "dap" serviceName was inherited, because the
"otherService" association overrides any inherited association.

> Is the dataset "level2_b" associated with the "otherService" service??

Yes, it is.

Ethan

> 
> 
> Nathan



  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: