Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

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: