| Package | Description |
|---|---|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses polar coordinate system.
|
| ucar.nc2.time |
Calendar Date handling.
|
| Modifier and Type | Field and Description |
|---|---|
protected CalendarDateUnit |
RadialDatasetSweepAdapter.calDateUnits |
| Modifier and Type | Method and Description |
|---|---|
CalendarDateUnit |
RadialDatasetSweepAdapter.getCalendarDateUnit() |
| Modifier and Type | Method and Description |
|---|---|
static CalendarDateUnit |
CalendarDateUnit.of(Calendar calt,
CalendarPeriod.Field periodField,
CalendarDate baseDate)
Create a CalendarDateUnit from a calendar, a CalendarPeriod.Field, and a base date
|
static CalendarDateUnit |
CalendarDateUnit.of(String calendarName,
String udunitString)
Create a CalendarDateUnit from a calendar name and a udunit string = "unit since calendarDate"
|
static CalendarDateUnit |
CalendarDateUnit.withCalendar(Calendar calt,
String udunitString)
Create a CalendarDateUnit from a calendar and a udunit string = "unit since calendarDate"
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.