| Package | Description |
|---|---|
| ucar.nc2.grib |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeCoordUnion
A union of TimeCoords that tracks where each coord came from in the original List
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeCoordUnion.equalsData(TimeCoord tother) |
boolean |
TimeCoord.equalsData(TimeCoord tother)
Instances that have the same runtime, timeUnit and coordinates are equal
|
static int |
TimeCoord.findCoord(List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
TimeCoord.findCoord(List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
| Constructor and Description |
|---|
TimeCoordUnion(int code,
List<TimeCoord> timeCoords,
TimeCoord canon) |
| Constructor and Description |
|---|
TimeCoordUnion(int code,
List<TimeCoord> timeCoords,
TimeCoord canon) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.