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.

DisplayRealType ClassCastException

Hi,

Why is it that these work:

ScalarType type = (ScalarType) ScalarType.getScalarTypeByName("XAxis");
RealType type   = (RealType)   ScalarType.getScalarTypeByName("XAxis");

but 

DisplayRealType type = (DisplayRealType)
ScalarType.getScalarTypeByName("XAxis");

gives:

java.lang.ClassCastException: visad.RealType

Is this a bug or a feature?

Thanks,
Doug

-- 
*----------------------------------------------------------------------*
| Doug Lindholm, Software Engineer          |  E-mail: lind@xxxxxxxx   |
| Research Applications Program             |   Phone: 303-497-8374    |
| National Center for Atmospheric Research  |                          |
| P.O. Box 3000                             |     There's no place     |
| Boulder, Colorado 80307-3000              |        like $HOME        |
*----------------------------------------------------------------------*

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