| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.parser.jdom | |
| thredds.catalog2 | |
| thredds.cataloggen | |
| 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 java.util.List<DateType> |
ThreddsMetadata.dates |
protected java.util.List<DateType> |
InvDataset.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 |
|---|---|
java.util.List<DateType> |
ThreddsMetadata.getDates() |
java.util.List<DateType> |
InvDatasetImplProxy.getDates() |
java.util.List<DateType> |
InvDataset.getDates()
get any DateType metadata
|
java.util.List<DateType> |
InvCatalogRef.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(java.lang.String name,
java.lang.String version,
DateType expires,
java.net.URI baseURI)
Construct an InvCatalog.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateType |
InvCatalogFactory10.makeDateType(java.lang.String text,
java.lang.String format,
java.lang.String type) |
protected DateType |
InvCatalogFactory10.readDate(org.jdom.Element elem) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom.Element |
InvCatalogFactory10.writeDate(java.lang.String name,
DateType date) |
| Modifier and Type | Method and Description |
|---|---|
DateType |
Catalog.getExpires() |
DateType |
Catalog.getLastModified() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogGen.setCatalogExpiresDate(DateType expiresDate) |
| 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.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
|