public abstract class GridEnsembleCoord extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
GridEnsembleCoord.EnsCoord |
Modifier and Type | Field and Description |
---|---|
protected 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(Object o) |
String |
getName()
Get the name
|
int |
getNEnsembles()
Get the number of Ensembles
|
int |
hashCode() |
void |
setSequence(int seq)
Set the sequence number
|
protected List<GridEnsembleCoord.EnsCoord> ensCoords
protected int seq
public void setSequence(int seq)
seq
- the sequence numberpublic 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()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.