public interface Coordinate
| Modifier and Type | Interface and Description |
|---|---|
static class |
Coordinate.Type
Enumerated list of coordinate types
|
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.util.Counters |
calcDistributions() |
int |
estMemorySize() |
int |
getCode() |
int |
getIndex(Object val) |
String |
getName() |
int |
getNCoords() |
int |
getSize() |
Coordinate.Type |
getType() |
String |
getUnit() |
Object |
getValue(int idx) |
List<? extends Object> |
getValues() |
void |
showCoords(Formatter info) |
void |
showInfo(Formatter info,
ucar.nc2.util.Indent indent) |
Object getValue(int idx)
int getIndex(Object val)
int getSize()
int getCode()
Coordinate.Type getType()
String getName()
String getUnit()
int getNCoords()
void showInfo(Formatter info, ucar.nc2.util.Indent indent)
void showCoords(Formatter info)
ucar.nc2.util.Counters calcDistributions()
int estMemorySize()