public class CoordinateVert extends Object implements Coordinate
| Modifier and Type | Class and Description |
|---|---|
static class |
CoordinateVert.Builder1 |
static class |
CoordinateVert.Builder2 |
Coordinate.Type| Constructor and Description |
|---|
CoordinateVert(int code,
VertCoord.VertUnit vunit,
List<VertCoord.Level> levelSorted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCode() |
int |
getIndex(Object val) |
List<VertCoord.Level> |
getLevelSorted() |
String |
getName() |
int |
getSize() |
Coordinate.Type |
getType() |
String |
getUnit() |
Object |
getValue(int idx) |
List<? extends Object> |
getValues() |
VertCoord.VertUnit |
getVertUnit() |
int |
hashCode() |
boolean |
isLayer() |
boolean |
isPositiveUp() |
void |
setName(String name) |
void |
showCoords(Formatter info) |
void |
showInfo(Formatter info,
Indent indent) |
public CoordinateVert(int code,
VertCoord.VertUnit vunit,
List<VertCoord.Level> levelSorted)
public List<VertCoord.Level> getLevelSorted()
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 VertCoord.VertUnit getVertUnit()
public boolean isLayer()
public boolean isPositiveUp()
public 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–2014 UCAR/Unidata. All rights reserved.