@Immutable public class CoordinateEns extends Object implements Coordinate
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateEns.Builder1 |
static class |
CoordinateEns.Builder2 |
Coordinate.Type| Constructor and Description |
|---|
CoordinateEns(int code,
List<EnsCoordValue> ensSorted) |
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.internal.util.Counters |
calcDistributions() |
boolean |
equals(Object o) |
int |
estMemorySize() |
int |
getCode() |
List<EnsCoordValue> |
getEnsSorted() |
int |
getIndex(Object val) |
int |
getIndexByMember(double need) |
String |
getName() |
int |
getNCoords() |
int |
getSize() |
Coordinate.Type |
getType() |
String |
getUnit() |
Object |
getValue(int idx) |
List<?> |
getValues() |
int |
hashCode() |
void |
setName(String name) |
void |
showCoords(Formatter info) |
void |
showInfo(Formatter info,
ucar.nc2.util.Indent indent) |
public CoordinateEns(int code,
List<EnsCoordValue> ensSorted)
public List<EnsCoordValue> getEnsSorted()
public List<?> getValues()
getValues in interface Coordinatepublic int getIndex(Object val)
getIndex in interface Coordinatepublic Object getValue(int idx)
getValue in interface Coordinatepublic int getIndexByMember(double need)
public int getSize()
getSize in interface Coordinatepublic int getNCoords()
getNCoords in interface Coordinatepublic int estMemorySize()
estMemorySize in interface Coordinatepublic Coordinate.Type getType()
getType in interface Coordinatepublic String getUnit()
getUnit in interface Coordinatepublic int getCode()
getCode in interface Coordinatepublic String getName()
getName in interface Coordinatepublic void setName(String name)
public void showInfo(Formatter info, ucar.nc2.util.Indent indent)
showInfo in interface Coordinatepublic void showCoords(Formatter info)
showCoords in interface Coordinatepublic ucar.nc2.internal.util.Counters calcDistributions()
calcDistributions in interface Coordinate