Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.parser.jdom | |
thredds.client.catalog | |
thredds.client.catalog.builder | |
thredds.client.catalog.writer | |
ucar.nc2.units |
Utility classes for scientific units and ucar.units package.
|
Modifier and Type | Field and Description |
---|---|
protected DateType |
InvCatalog.expires |
Modifier and Type | Field and Description |
---|---|
protected List<DateType> |
InvDataset.dates |
protected List<DateType> |
ThreddsMetadata.dates |
Modifier and Type | Method and Description |
---|---|
DateType |
InvCatalog.getExpires()
Get date catalog expires, or null if none given.
|
DateType |
InvDatasetImpl.getLastModifiedDate() |
Modifier and Type | Method and Description |
---|---|
List<DateType> |
InvDatasetImplProxy.getDates() |
List<DateType> |
InvDataset.getDates()
get any DateType metadata
|
List<DateType> |
InvCatalogRef.getDates() |
List<DateType> |
ThreddsMetadata.getDates() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
InvCatalogImpl(String name,
String version,
DateType expires,
URI baseURI)
Construct an InvCatalog.
|
Modifier and Type | Method and Description |
---|---|
protected DateType |
InvCatalogFactory10.makeDateType(String text,
String format,
String type) |
protected DateType |
InvCatalogFactory10.readDate(org.jdom2.Element elem) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
InvCatalogFactory10.writeDate(String name,
DateType date) |
Modifier and Type | Method and Description |
---|---|
DateType |
Dataset.getLastModifiedDate() |
Modifier and Type | Method and Description |
---|---|
List<DateType> |
Dataset.getDates() |
Modifier and Type | Method and Description |
---|---|
protected DateType |
CatalogBuilder.makeDateType(String text,
String format,
String type) |
protected DateType |
CatalogBuilder.readDate(org.jdom2.Element elem) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
CatalogXmlWriter.writeDate(String name,
DateType date) |
Modifier and Type | Method and Description |
---|---|
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.setType(String type)
Set the type of Date.
|
DateType |
DateType.subtract(TimeDuration d) |
DateType |
DateType.subtract(TimeUnit d) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.