|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.IFPSConvention
public class IFPSConvention
IFPS Convention Allows Local NWS forecast office generated forecast datasets to be brought into IDV.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
CoordSysBuilder.VarProcess |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
conventionName, debug, parseInfo, resourcesDir, showRejects, userAdvice, varList |
| 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. |
protected java.lang.String |
getZisPositive(NetcdfDataset ds,
CoordinateAxis v)
|
static boolean |
isMine(NetcdfFile ncfile)
return true if we think this is a IFPS file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IFPSConvention()
| Method Detail |
|---|
public static boolean isMine(NetcdfFile ncfile)
public void augmentDataset(NetcdfDataset ds,
CancelTask cancelTask)
CoordSysBuilder
augmentDataset in interface CoordSysBuilderIFaugmentDataset in class CoordSysBuilderds - modify this datasetcancelTask - give user a chance to bail out
protected java.lang.String getZisPositive(NetcdfDataset ds,
CoordinateAxis v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||