|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.grads.GradsDimension
ucar.nc2.iosp.grads.GradsEnsembleDimension
public class GradsEnsembleDimension
Extension of GradsDimension to handle the complexities of ensembles
| Field Summary | |
|---|---|
static String |
ENS_TEMPLATE_ID
ensemble filename template |
static String |
NAMES
ensemble names identifier |
| Fields inherited from class ucar.nc2.iosp.grads.GradsDimension |
|---|
LEVELS, LINEAR |
| Constructor Summary | |
|---|---|
GradsEnsembleDimension(String name,
int size,
String mapping)
Create a new ensemble dimension holder |
|
| Method Summary | |
|---|---|
List<String> |
getEnsembleNames()
Get the ensemble member names |
protected double[] |
makeLevelValues()
Make the level values from the specifications |
String |
replaceFileTemplate(String filespec,
int ensIndex)
Replace the ensemble template parameter in a filename |
| Methods inherited from class ucar.nc2.iosp.grads.GradsDimension |
|---|
addLevel, getLevels, getName, getSize, getType, getUnit, getValues, setUnit, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMES
public static final String ENS_TEMPLATE_ID
| Constructor Detail |
|---|
public GradsEnsembleDimension(String name,
int size,
String mapping)
name - the dimension namesize - the dimension sizemapping - the dimension mapping type| Method Detail |
|---|
public List<String> getEnsembleNames()
protected double[] makeLevelValues()
makeLevelValues in class GradsDimension
public String replaceFileTemplate(String filespec,
int ensIndex)
filespec - the file templateensIndex - the ensemble index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||