Uses of Class
ucar.nc2.ParsedSectionSpec

Packages that use ParsedSectionSpec
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.iosp General classes for I/O Service Providers 
 

Uses of ParsedSectionSpec in ucar.nc2
 

Fields in ucar.nc2 declared as ParsedSectionSpec
 ParsedSectionSpec ParsedSectionSpec.child
           
 

Methods in ucar.nc2 that return ParsedSectionSpec
static ParsedSectionSpec ParsedSectionSpec.parseVariableSection(NetcdfFile ncfile, java.lang.String variableSection)
          Parse a section specification String.
 

Uses of ParsedSectionSpec in ucar.nc2.iosp
 

Methods in ucar.nc2.iosp with parameters of type ParsedSectionSpec
static Array IospHelper.readSection(ParsedSectionSpec cer)
           
 Array IOServiceProvider.readSection(ParsedSectionSpec cer)
          Allows reading sections of nested variables
 Array AbstractIOServiceProvider.readSection(ParsedSectionSpec cer)