Re: [netcdf-java] Any relationship between dimension's length and isUnlimited?

On 1/17/2014 11:35 AM, Farrukh Najmi wrote:

Any relationship between dimension's length and isUnlimited? For example, does a variable's length of -1 that implies its unlimited length?


length = -1 is a convention that the CDM uses, but you want to call Dimension.isUnlimited().