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: Depracated warning message

aruba wrote:

Hello,

I'm using the NetCDF library (v2.2.08) but when I compile my project I have a 
warning message telling me that the create() method from 
ucar.nc2.NetcdfFileWriteable is now deprecated.
I am surprised since it is not the case in the online documentation and since 
it does not seem possible to avoid this create method.
|Just the default constructor is deprecated, use |NetcdfFileWriteable(String filename)

From the javadoc:

||

|NetcdfFileWriteable <cid:part1.03060502.07070309@unidata.ucar.edu>()|

Deprecated. use NetcdfFileWriteable(String filename) or NetcdfFileWriteable(String filename, boolean fill)



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