public interface Coordinate
| Modifier and Type | Interface and Description |
|---|---|
static class |
Coordinate.Type
Enumerated list of coordinate types
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getIndex(Object val) |
String |
getName() |
int |
getSize() |
Coordinate.Type |
getType() |
String |
getUnit() |
Object |
getValue(int idx) |
List<? extends Object> |
getValues() |
void |
showCoords(Formatter info) |
void |
showInfo(Formatter info,
Indent indent) |
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.