[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #DVW-638736]: IDV question...

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [IDV #DVW-638736]: IDV question...
  • Date: Tue, 29 Jul 2008 14:33:07 -0600

> Is there a reason that ParamDefaultsEditor.getParamRange
> doesen't check the DataAlias table?  getParamColorTable
> does.
> 
> 
> 

Hi Tom,
I think it does use the data aliases. It calls getParamInfo which does check 
for the canonical name:

      if (info == null) {
            String canonicalName = DataAlias.aliasToCanonical(paramName);
            ...

-Jeff


Ticket Details
===================
Ticket ID: DVW-638736
Department: Support IDV
Priority: Normal
Status: Closed