|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.iosp.grid.GridVariable
public class GridVariable
A Variable for a Grid dataset.
| Nested Class Summary | |
|---|---|
class |
GridVariable.Belongs
|
| Method Summary | |
|---|---|
String |
dump()
Dump this variable |
boolean |
equals(Object oo)
Check for equality |
GridRecord |
findRecord(int ens,
int time,
int level)
Find the grid record for the time and level indices Canonical ordering is ens, time, level |
String |
getName()
Get the name |
int |
getNEnsembles()
Get the number of Ensemble |
int |
hashCode()
Override Object.hashCode() to implement equals. |
void |
showMissing(Formatter f)
Dump out the missing data |
int |
showMissingSummary(Formatter f)
Dump out the missing data as a summary |
void |
showRecord(int recnum,
Formatter f)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getNEnsembles()
public void showRecord(int recnum,
Formatter f)
public void showMissing(Formatter f)
f - write to thispublic int showMissingSummary(Formatter f)
f - write to this
public GridRecord findRecord(int ens,
int time,
int level)
ens - ensemble indextime - time indexlevel - level index
public boolean equals(Object oo)
equals in class Objectoo - object in question
public String getName()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String dump()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||