|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateType | |
|---|---|
| thredds.catalog | Reads and writes THREDDS Dataset Inventory Catalog XML documents. |
| thredds.catalog.parser.jdom | |
| thredds.catalog2 | |
| thredds.catalog2.builder | |
| thredds.catalog2.simpleImpl | |
| thredds.catalog2.util | |
| thredds.cataloggen | |
| ucar.nc2.units | Utility classes for scientific units and ucar.units package. |
| Uses of DateType in thredds.catalog |
|---|
| Fields in thredds.catalog declared as DateType | |
|---|---|
protected DateType |
InvCatalog.expires
|
| Fields in thredds.catalog with type parameters of type DateType | |
|---|---|
protected List<DateType> |
InvDataset.dates
|
protected List<DateType> |
ThreddsMetadata.dates
|
| Methods in thredds.catalog that return DateType | |
|---|---|
DateType |
InvCatalog.getExpires()
Get date catalog expires, or null if none given. |
DateType |
InvDatasetImpl.getLastModifiedDate()
|
| Methods in thredds.catalog that return types with arguments of type DateType | |
|---|---|
List<DateType> |
InvDatasetImplProxy.getDates()
|
List<DateType> |
InvCatalogRef.getDates()
|
List<DateType> |
InvDataset.getDates()
get any DateType metadata |
List<DateType> |
ThreddsMetadata.getDates()
|
| Methods in thredds.catalog with parameters of type DateType | |
|---|---|
void |
ThreddsMetadata.addDate(DateType d)
Add a date |
void |
InvCatalogImpl.setExpires(DateType expiresDate)
Set the expires date after which the catalog is no longer valid. |
void |
InvDatasetImpl.setLastModifiedDate(DateType lastModDate)
|
| Constructors in thredds.catalog with parameters of type DateType | |
|---|---|
InvCatalogImpl(String name,
String version,
DateType expires,
URI baseURI)
Construct an InvCatalog. |
|
| Uses of DateType in thredds.catalog.parser.jdom |
|---|
| Methods in thredds.catalog.parser.jdom that return DateType | |
|---|---|
protected DateType |
InvCatalogFactory10.makeDateType(String text,
String format,
String type)
|
protected DateType |
InvCatalogFactory10.readDate(org.jdom.Element elem)
|
| Methods in thredds.catalog.parser.jdom with parameters of type DateType | |
|---|---|
protected org.jdom.Element |
InvCatalogFactory10.writeDate(String name,
DateType date)
|
| Uses of DateType in thredds.catalog2 |
|---|
| Methods in thredds.catalog2 that return DateType | |
|---|---|
DateType |
Catalog.getExpires()
|
DateType |
Catalog.getLastModified()
|
| Uses of DateType in thredds.catalog2.builder |
|---|
| Methods in thredds.catalog2.builder that return DateType | |
|---|---|
DateType |
CatalogBuilder.getExpires()
|
DateType |
CatalogBuilder.getLastModified()
|
| Methods in thredds.catalog2.builder with parameters of type DateType | |
|---|---|
CatalogBuilder |
ThreddsBuilderFactory.newCatalogBuilder(String name,
URI docBaseUri,
String version,
DateType expires,
DateType lastModified)
|
void |
CatalogBuilder.setExpires(DateType expires)
|
void |
CatalogBuilder.setLastModified(DateType lastModified)
|
| Uses of DateType in thredds.catalog2.simpleImpl |
|---|
| Methods in thredds.catalog2.simpleImpl with parameters of type DateType | |
|---|---|
CatalogBuilder |
ThreddsBuilderFactoryImpl.newCatalogBuilder(String name,
URI docBaseUri,
String version,
DateType expires,
DateType lastModified)
|
| Uses of DateType in thredds.catalog2.util |
|---|
| Methods in thredds.catalog2.util that return DateType | |
|---|---|
static DateType |
ThreddsCatalogUtils.datePointBuilderToDateType(ThreddsMetadataBuilder.DatePointBuilder datePoint)
|
static DateType |
ThreddsCatalogUtils.datePointToDateType(ThreddsMetadata.DatePoint datePoint)
|
| Uses of DateType in thredds.cataloggen |
|---|
| Methods in thredds.cataloggen with parameters of type DateType | |
|---|---|
void |
CatalogGen.setCatalogExpiresDate(DateType expiresDate)
|
| Uses of DateType in ucar.nc2.units |
|---|
| Methods in ucar.nc2.units that return DateType | |
|---|---|
DateType |
DateType.add(TimeDuration d)
|
DateType |
DateType.add(TimeUnit d)
|
DateType |
DateRange.getEnd()
Get the ending Date. |
DateType |
DateRange.getStart()
Get the starting Date. |
DateType |
DateType.subtract(TimeDuration d)
|
DateType |
DateType.subtract(TimeUnit d)
|
| Methods in ucar.nc2.units with parameters of type DateType | |
|---|---|
boolean |
DateType.before(DateType d)
Is this date before the given date. |
void |
DateRange.setEnd(DateType end)
Set the ending Date. |
void |
DateRange.setStart(DateType start)
Set the starting Date. |
| Constructors in ucar.nc2.units with parameters of type DateType | |
|---|---|
DateRange(DateType start,
DateType end,
TimeDuration duration,
TimeDuration resolution)
Encapsolates a range of dates, using DateType start/end, and/or a TimeDuration. |
|
DateType(DateType src)
copy constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||