public class EnsCoord extends Object implements Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equalsData(EnsCoord other) |
static EnsCoord |
findEnsCoord(List<EnsCoord> ensCoords,
EnsCoord want) |
int[] |
getEnsTypes() |
int |
getId() |
String |
getName() |
int |
getNEnsembles() |
int |
getPDN() |
int |
getSize() |
static void |
normalize(EnsCoord result,
List<EnsCoord> ecList)
Extend result with all the values in the list of EnsCoord
|
void |
setEnsTypes(int[] ensTypes) |
void |
setId(int id) |
void |
setName(String name) |
void |
setNEnsembles(int ensembles) |
void |
setPDN(int pdn) |
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public int getNEnsembles()
public void setNEnsembles(int ensembles)
public int getPDN()
public void setPDN(int pdn)
public int[] getEnsTypes()
public void setEnsTypes(int[] ensTypes)
public int getSize()
public boolean equalsData(EnsCoord other)
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.