Uses of Interface
au.csiro.netcdf.cli.Command

Packages that use Command
au.csiro.netcdf Provides a set of commands that allow the manipulation of netCDF files. 
 

Uses of Command in au.csiro.netcdf
 

Classes in au.csiro.netcdf that implement Command
 class NcCSVExtract
          The ncextractcsv command reads a specified column of data from a comma separated file and then writes this column to standard output.
 class NcDefineAttributes
          The ncdefineAtt command defines global or variable Attributes in a netCDF file.
 class NcDefineDimension
          The ncdefineDim command defines a Dimension in a netCDF file.
 class NcDefineVariable
          The ncdefineVar command defines a Variable object in a netCDF file.
 class NcWriteVariable
          The ncwriteVar command writes a specified portion of data to a Variable object in a netCDF file.
 



Copyright © 2010. All Rights Reserved.