Package | Description |
---|---|
ucar.coord | |
ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
ucar.nc2.time |
Calendar Date handling.
|
ucar.nc2.units |
Utility classes for scientific units and ucar.units package.
|
Modifier and Type | Method and Description |
---|---|
abstract CalendarDateRange |
CoordinateTimeAbstract.makeCalendarDateRange(Calendar cal) |
CalendarDateRange |
CoordinateTime.makeCalendarDateRange(Calendar cal) |
CalendarDateRange |
CoordinateTimeIntv.makeCalendarDateRange(Calendar cal)
Make calendar date range, using the first and last ending bounds
|
CalendarDateRange |
CoordinateTime2D.makeCalendarDateRange(Calendar cal) |
Modifier and Type | Method and Description |
---|---|
protected Calendar |
CoordinateAxis.getCalendarFromAttribute() |
Constructor and Description |
---|
CoordinateAxisTimeHelper(Calendar calendar,
String unitString) |
Modifier and Type | Method and Description |
---|---|
static Calendar |
Calendar.get(String s) |
Calendar |
CalendarDateUnit.getCalendar() |
Calendar |
CalendarDate.getCalendar() |
static Calendar |
Calendar.getDefault() |
static Calendar |
Calendar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Calendar[] |
Calendar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Calendar.isDefaultChronology(Calendar cal) |
static CalendarDate |
CalendarDateFormatter.isoStringToCalendarDate(Calendar calt,
String iso)
Convert an ISO formatted String to a CalendarDate.
|
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 CalendarDate |
CalendarDate.of(Calendar cal,
int year,
int monthOfYear,
int dayOfMonth,
int hourOfDay,
int minuteOfHour,
int secondOfMinute)
Get Calendar date from fields.
|
static CalendarDate |
CalendarDate.of(Calendar cal,
long msecs)
Create CalendarDate from msecs since epoch
Uses the given Calendar.
|
static CalendarDateUnit |
CalendarDateUnit.withCalendar(Calendar calt,
String udunitString)
Create a CalendarDateUnit from a calendar and a udunit string = "unit since calendarDate"
|
static CalendarDate |
CalendarDate.withDoy(Calendar cal,
int year,
int doy,
int hourOfDay,
int minuteOfHour,
int secondOfMinute) |
Constructor and Description |
---|
CalendarDateFormatter(String pattern,
CalendarTimeZone tz,
Calendar cal) |
Constructor and Description |
---|
DateType(String text,
String format,
String type,
Calendar cal2)
Constructor.
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.