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

Re: DataType class strangeness?

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: Re: DataType class strangeness?
  • Date: Mon, 29 Aug 2005 09:19:16 -0600

DataType was moved to ucar.ma2 in 2.2.10
sorry about the javadocs, i was overwriting 2.2.9

Stuart Maclean wrote:
Hmm, the online javadocs suggest that the class is ucar.ma2.DataType. Yet the ncCore-2.2.jar has the compiled class as ucar.nc2.DataType.

I can't be the first to find this, yet I don't see any mention of DataType on the mailing list??

I guess since I'm normally doing

import ucar.ma2.*;
import ucar.nc2.*;

then I'm getting the class, just not exactly named as I had thought...

Stuart