public class GridVariable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GridVariable.Belongs |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump()
Dump this variable
|
boolean |
equals(java.lang.Object oo)
Check for equality
|
ucar.grid.GridRecord |
findRecord(int ens,
int time,
int level)
Find the grid record for the time and level indices
Canonical ordering is ens, time, level
|
java.lang.String |
getName()
Get the name
|
int |
getNEnsembles()
Get the number of Ensemble
|
int |
hashCode()
Override Object.hashCode() to implement equals.
|
void |
showMissing(java.util.Formatter f)
Dump out the missing data
|
int |
showMissingSummary(java.util.Formatter f)
Dump out the missing data as a summary
|
void |
showRecord(int recnum,
java.util.Formatter f) |
java.lang.String |
toString() |
public int getNEnsembles()
public void showRecord(int recnum,
java.util.Formatter f)
public void showMissing(java.util.Formatter f)
f - write to thispublic int showMissingSummary(java.util.Formatter f)
f - write to thispublic ucar.grid.GridRecord findRecord(int ens,
int time,
int level)
ens - ensemble indextime - time indexlevel - level indexpublic boolean equals(java.lang.Object oo)
equals in class java.lang.Objectoo - object in questionpublic java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dump()