ucar.nc2.dataset.conv
Class IFPSConvention

java.lang.Object
  extended by ucar.nc2.dataset.CoordSysBuilder
      extended by ucar.nc2.dataset.conv.IFPSConvention
All Implemented Interfaces:
CoordSysBuilderIF

public class IFPSConvention
extends CoordSysBuilder

IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV.

Author:
Burks

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess
 
Field Summary
 
Fields inherited from class ucar.nc2.dataset.CoordSysBuilder
resourcesDir
 
Constructor Summary
IFPSConvention()
           
 
Method Summary
 void augmentDataset(NetcdfDataset ds, CancelTask cancelTask)
          This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc.
static boolean isMine(NetcdfFile ncfile)
           
 
Methods inherited from class ucar.nc2.dataset.CoordSysBuilder
addCoordinateSystems, addUserAdvice, buildCoordinateSystems, factory, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFPSConvention

public IFPSConvention()
Method Detail

isMine

public static boolean isMine(NetcdfFile ncfile)
Parameters:
ncfile - the NetcdfFile to test
Returns:
true if we think this is a IFPSConvention file.

augmentDataset

public void augmentDataset(NetcdfDataset ds,
                           CancelTask cancelTask)
                    throws java.io.IOException
Description copied from class: CoordSysBuilder
This is where subclasses make changes to the dataset, like adding new variables, attribuites, etc.

Specified by:
augmentDataset in interface CoordSysBuilderIF
Overrides:
augmentDataset in class CoordSysBuilder
Parameters:
ds - modify this dataset
cancelTask - give user a chance to bail out
Throws:
java.io.IOException - on error