| Modifier and Type | Method and Description |
|---|---|
java.util.List<TimeInterval> |
InventoryDescription.getInventory()
Gets the time intervals when data is available.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TimeInterval.compareTo(TimeInterval value)
Compares this object with the specified object for order.
|
boolean |
TimeInterval.contains(TimeInterval value)
Determines if the given TimeInterval is inclusively contained
within this TimeInterval.
|
ResultDescription |
CoordinatedDataAnalysisSystem.getCdasDataFile(java.lang.String dataset,
TimeInterval[] timeIntervals)
Provides a description of the data file for the specified data.
|
ResultDescription |
CoordinatedDataAnalysisSystem.getCdasDataFile(java.lang.String dataset,
TimeInterval[] timeIntervals,
int cdfVersion)
Provides a description of the data file for the specified data.
|
ResultDescription |
CoordinatedDataAnalysisSystem.getCdasDataFile(java.lang.String dataset,
TimeInterval[] timeIntervals,
java.lang.String[] variables)
Provides a description of the data file for the specified data.
|
ResultDescription |
CoordinatedDataAnalysisSystem.getCdasDataFile(java.lang.String dataset,
TimeInterval[] timeIntervals,
java.lang.String[] variables,
int cdfVersion)
Provides a description of the data file for the specified data.
|
DatasetDescription[] |
CoordinatedDataAnalysisSystem.getDatasets(java.lang.String[] missionGroups,
java.lang.String[] instrumentTypes,
TimeInterval timeInterval,
java.lang.String idPattern,
java.lang.String labelPattern,
java.lang.String notesPattern)
Provides a description of all the data sets available for the
given mission group, instrument types, time interval, and
search patterns.
|
DatasetDescription[] |
CoordinatedDataAnalysisSystem.getDatasetsByInstrument(java.lang.String[] missionGroups,
java.lang.String[] instruments,
TimeInterval timeInterval,
java.lang.String idPattern,
java.lang.String labelPattern,
java.lang.String notesPattern)
Provides the names of all the data sets available for the the
given source, instruments, time interval, and search pattern.
|
DatasetDescription[] |
CoordinatedDataAnalysisSystem.getDatasetsBySource(java.lang.String[] sources,
java.lang.String[] instrumentTypes,
TimeInterval timeInterval,
java.lang.String idPattern,
java.lang.String labelPattern,
java.lang.String notesPattern)
Provides a description of all the data sets available for the
given data source,instrument types, time interval, and search
pattern.
|
boolean |
TimeInterval.overlaps(TimeInterval value)
Determines if the given TimeInterval overlaps in time with this
TimeInterval.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryDescription.setInventory(java.util.List<TimeInterval> value)
Sets the inventory.
|
| Constructor and Description |
|---|
InventoryDescription(int status,
java.lang.String id,
java.util.List<TimeInterval> inventory)
Constructs a InventoryDescription with the given attribute values.
|
CDAS Feedback.
Copyright © 2003-2021 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.