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.

Re: [netcdf-java] Groups and inheritance of variable, dimension and attribute definitions

On 1/17/2014 10:57 AM, Farrukh Najmi wrote:

On a related note, is there some way in the netcdf-java API to distinguish between a reference to an inherited dimension vs. the definition of a nested dimension within a variable?

dimensions are either shared or not, you call Dimension.isShared() to find out.