| Package | Description |
|---|---|
| ucar.nc2.ft.fmrc |
| Modifier and Type | Method and Description |
|---|---|
static VertCoord |
VertCoord.findVertCoord(java.util.List<VertCoord> vertCoords,
VertCoord want) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VertCoord> |
GridDatasetInv.getVertCoords()
Get a list of unique VertCoords.
|
java.util.List<VertCoord> |
FmrInv.getVertCoords() |
java.util.List<VertCoord> |
FmrcInv.getVertCoords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VertCoord.equalsData(VertCoord other) |
static VertCoord |
VertCoord.findVertCoord(java.util.List<VertCoord> vertCoords,
VertCoord want) |
static void |
VertCoord.normalize(VertCoord result,
java.util.List<VertCoord> vcList)
Extend result with all the values in the list of VertCoord
Sort the values and recreate the double[] values array.
|
| Modifier and Type | Method and Description |
|---|---|
static VertCoord |
VertCoord.findVertCoord(java.util.List<VertCoord> vertCoords,
VertCoord want) |
static void |
VertCoord.normalize(VertCoord result,
java.util.List<VertCoord> vcList)
Extend result with all the values in the list of VertCoord
Sort the values and recreate the double[] values array.
|