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.
> >To: address@hidden > >From: James Wiley <> > >Subject: Java NetcdfFile.add > >Organization: Univ. of Texas at Austin > >Keywords: 199912021646.JAA13367 > > How do I construct an Accessor variable for the second argument in > NetcdfFile.add? Hi James: I beileve you must use the NetcdfFile method protected Accessor ioFactory(ProtoVariable proto); which implies you are subclassing NetcdfFile, so you must be creating a diferent kind of netcdf file? I am interested in what purposes you might do that?