| Package | Description |
|---|---|
| thredds.featurecollection | |
| ucar.nc2.time |
Calendar Date handling.
|
| Modifier and Type | Field and Description |
|---|---|
CalendarPeriod |
FeatureCollectionConfig.timePeriod |
CalendarPeriod |
FeatureCollectionConfig.GribConfig.userTimeUnit |
| Modifier and Type | Field and Description |
|---|---|
static CalendarPeriod |
CalendarPeriod.Hour |
| Modifier and Type | Method and Description |
|---|---|
CalendarPeriod |
CalendarDateUnit.getTimeUnit() |
CalendarPeriod |
CalendarPeriod.multiply(int value)
Multiply the period by an integer
|
static CalendarPeriod |
CalendarPeriod.of(int value,
CalendarPeriod.Field field) |
static CalendarPeriod |
CalendarPeriod.of(String udunit)
Convert a udunit period string into a CalendarPeriod
|
| Modifier and Type | Method and Description |
|---|---|
CalendarDate |
CalendarDate.add(CalendarPeriod period) |
static CalendarDateFormatter |
CalendarDateFormatter.factory(CalendarPeriod period) |
double |
CalendarPeriod.getConvertFactor(CalendarPeriod from)
Get the conversion factor of the other CalendarPeriod to this one
|
CalendarDate |
CalendarDate.subtract(CalendarPeriod period) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.