public abstract class GridEnsembleCoord
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GridEnsembleCoord.EnsCoord |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GridEnsembleCoord.EnsCoord> |
ensCoords |
protected int |
seq |
| Constructor and Description |
|---|
GridEnsembleCoord() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDimensionsToNetcdfFile(NetcdfFile ncfile,
Group g)
Add this as a dimension to a netCDF file
|
protected void |
addToNetcdfFile(NetcdfFile ncfile,
Group g) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Get the name
|
int |
getNEnsembles()
Get the number of Ensembles
|
int |
hashCode() |
void |
setSequence(int seq)
Set the sequence number
|
protected java.util.List<GridEnsembleCoord.EnsCoord> ensCoords
protected int seq
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setSequence(int seq)
seq - the sequence numberpublic java.lang.String getName()
public void addDimensionsToNetcdfFile(NetcdfFile ncfile, Group g)
ncfile - the netCDF fileg - the group in the fileprotected void addToNetcdfFile(NetcdfFile ncfile, Group g)
public int getNEnsembles()