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<EnsCoord.Coord> ensSorted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCode() |
List<EnsCoord.Coord> |
getEnsSorted() |
int |
getIndex(Object val) |
String |
getName() |
int |
getSize() |
Coordinate.Type |
getType() |
String |
getUnit() |
Object |
getValue(int idx) |
List<? extends Object> |
getValues() |
int |
hashCode() |
void |
setName(String name) |
void |
showCoords(Formatter info) |
void |
showInfo(Formatter info,
Indent indent) |
public CoordinateEns(int code,
List<EnsCoord.Coord> ensSorted)
public List<EnsCoord.Coord> getEnsSorted()
public List<? extends Object> getValues()
getValues in interface Coordinatepublic int getIndex(Object val)
getIndex in interface Coordinatepublic Object getValue(int idx)
getValue in interface Coordinatepublic int getSize()
getSize 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, Indent indent)
showInfo in interface Coordinatepublic void showCoords(Formatter info)
showCoords in interface CoordinateCopyright © 1999–2015 UCAR/Unidata. All rights reserved.