Class GpmIosp

java.lang.Object
ucar.nc2.iosp.AbstractIOServiceProvider
edu.wisc.ssec.mcidasv.data.GpmIosp
All Implemented Interfaces:
ucar.nc2.iosp.IOServiceProvider

public class GpmIosp extends ucar.nc2.iosp.AbstractIOServiceProvider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private ucar.nc2.NetcdfFile
     
    private static final String
     
    private static final org.slf4j.Logger
     
    private static final String
     
    private static final String
     

    Fields inherited from class ucar.nc2.iosp.AbstractIOServiceProvider

    location, ncfile, raf, rafOrder
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static void
    addLatitude(ucar.nc2.NetcdfFile nc, ucar.nc2.Group g)
     
    private static void
    addLongitude(ucar.nc2.NetcdfFile nc, ucar.nc2.Group g)
     
    private static void
    addVar(ucar.nc2.NetcdfFile nc, ucar.nc2.Group g, int channel)
     
    void
     
    private void
    createGroupFromHdf(ucar.nc2.NetcdfFile ncOut, String groupName)
     
    private static int[]
    getDimensionLengths(ucar.nc2.NetcdfFile hdf, String groupName)
     
     
     
    boolean
    isValidFile(ucar.unidata.io.RandomAccessFile raf)
     
    static void
    main(String[] args)
     
    void
    open(ucar.unidata.io.RandomAccessFile raf, ucar.nc2.NetcdfFile ncfile, ucar.nc2.util.CancelTask cancelTask)
     
    private ucar.ma2.Array
    readChannel(ucar.nc2.Variable v, int lines, int elements, int channel)
     
    ucar.ma2.Array
    readData(ucar.nc2.Variable variable, ucar.ma2.Section section)
     
    private static int
    variableToChannel(String variableName)
     

    Methods inherited from class ucar.nc2.iosp.AbstractIOServiceProvider

    build, buildFinish, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, isBuilder, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, setNetcdfFile, streamToByteChannel, syncExtend, toStringDebug

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait