Skip navigation links
A C D E F G I L M N O P R S T U V W 

A

addErrors(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Adds the given errors to those already defined.
addMessages(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Adds the given messages to those already defined.
addStatuses(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Adds the given statuses to those already defined.
addUrls(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Adds the given URLs to those already defined.
addWarnings(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Adds the given warnings to those already defined.

C

clone() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.ResultDescription
 
clone() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Creates and returns a copy of this object.
clone() - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
 
clone() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Creates and returns a copy of this object.
compareTo(Object) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Compares this object with the specified object for order.
compareTo(Object) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Compares this object with the specified object for order.
compareTo(TimeInterval) - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Compares this object with the specified object for order.
contains(TimeInterval) - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Determines if the given TimeInterval is inclusively contained within this TimeInterval.
CoordinatedDataAnalysisSystem - Interface in gov.nasa.gsfc.spdf.cdas
This interface defines the remote interface to NASA's Coordinated Data Analysis System.

D

DatasetDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System dataset.
DatasetDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Constructs a DatasetDescription with a null value.
DatasetDescription(String, String, Date, Date, String, String, String, DatasetLink[]) - Constructor for class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Constructs a DatasetDescription with the given attribute values.
DatasetDescription(DatasetDescription2) - Constructor for class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Constructs a DatasetDescription from the given DatasetDescription2 object.
DatasetLink - Class in gov.nasa.gsfc.spdf.cdas
This class represents pointer or link to a dataset.
DatasetLink() - Constructor for class gov.nasa.gsfc.spdf.cdas.DatasetLink
Constructs a DatasetLink with a null value.
DatasetLink(String, String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.DatasetLink
Constructs a DatasetLink with the given attribute values.

E

endpointAddress - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Endpoint address for web services dealing with this view.
endTime - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Latest time of dataset.
errors - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Explanation for why urls is null.

F

FileDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System data file.
FileDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.FileDescription
Constructs a FileDescription with a null value.
FileDescription(String, String, Date, Date, long, Date) - Constructor for class gov.nasa.gsfc.spdf.cdas.FileDescription
Constructs a FileDescription with the given attribute values.

G

getAllInstrumentDescriptions() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of all instruments available in this view.
getAllInstruments() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all instruments available in this view.
getAllInstrumentTypes() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all instrument types available in this view.
getAllMissionGroups() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the mission groups in this view.
getAllViewDescriptions() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the data views available.
getCdasDataFile(String, TimeInterval[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of the data file for the specified data.
getCdasDataFile(String, TimeInterval[], String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of the data file for the specified data.
getCdasDataFile(String, TimeInterval[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of the data file for the specified data.
getCdasDataFile(String, TimeInterval[], String[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of the data file for the specified data.
getCdfmlDataFiles(String, Date, Date, int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the CDFML-format data files for the given data set and time range.
getCdfmlDataFiles(String, Date, Date, String[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of CDFML-format data files for the specified data.
getCdfmlDataUrls(String, Date, Date, int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated.
getCdfmlDataUrls(String, Date, Date, String[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated.
getChildren() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Gets the names of child variables.
getDataAsText(String, Date, Date, String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the specified data in a textual representation.
getDataAsText(String, Date, Date, String[], Set<String>) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the specified data in a textual representation.
getDataFiles(String, Date, Date) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the data files for the given data set and time range.
getDataFiles(String, Date, Date, Date) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the data files for the given data set and time range.
getDataFiles(String, Date, Date, String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the data files for the specified data.
getDataFiles(String, Date, Date, String[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the data files for the specified data.
getDataGraph(String, Date, Date, String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a graph of the specified data.
getDataGraph(String, Date, Date, String[], long) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a graph of the specified data.
getDataGraph(Date, Date, GraphVariableDescription[], long, String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a graph of the specified data.
getDataset() - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Gets the dataset's name.
getDatasets(String[], String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the data sets available for the given mission group and instrument types.
getDatasets(String[], String[], TimeInterval, String, String, String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the data sets available for the given mission group, instrument types, time interval, and search patterns.
getDatasetsByInstrument(String[], String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the data sets available for the the given source and instruments.
getDatasetsByInstrument(String[], String[], TimeInterval, String, String, String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the data sets available for the the given source, instruments, time interval, and search pattern.
getDatasetsBySource(String[], String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the data sets available for the given data source and instrument types.
getDatasetsBySource(String[], String[], TimeInterval, String, String, String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the data sets available for the given data source,instrument types, time interval, and search pattern.
getDatasetVariables(String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the name, DICT_KEY attribute, and CATDESC attribute of the variables available in the given data set.
getDataUrls(String, Date, Date) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated.
As of CDAS Web Service 1.6.7, replaced by CoordinatedDataAnalysisSystem.getDataFiles(String, Date, Date)
getDataUrls(String, Date, Date, String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated.
getEnd() - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Provides the end Date of this time interval.
getEndTime() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the end time of the file's contents.
getId() - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Gets the dataset identifier.
getInstrTypesForGroups(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the instrument types available for the specified mission groups.
getInstrumentDescriptions(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the instruments available for the specified data sources.
getInstruments(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the instruments available for the specified mission sources.
getInstrumentTypes(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the instrument types available for the specified mission sources.
getIntervalMilliseconds() - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Provides the number of milliseconds in this time interval.
getInventory(String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the time intervals when data is available for this dataset.
getInventory() - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Gets the time intervals when data is available.
getLastModified() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's lastModified value.
getLength() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's length.
getLongDescription() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets a long description of the instrument.
getLongDescription() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets a long description of the source.
getLongDescription() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Gets the long description of the variable.
getMimeType() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's MIME-type value.
getMissionGroupDescriptions() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of all the mission groups in this view.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's name.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets the instrument's name.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Gets the mission group's name.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets the source's name.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Gets the variable's name.
getNssdcId() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets NSSDC master catalog identifier of the instrument.
getNssdcId() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets NSSDC master catalog identifier of this source.
getParent() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Gets the variable's parent.
getProviderId() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets the data provider's identifier (name) of instrument.
getProviderId() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets the data provider's identifier (name) of this source.
getShortDescription() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets a short description of the instrument.
getShortDescription() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets a short description of the source.
getShortDescription() - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Gets the short description of the variable.
getSourceDescriptions(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of the mission data sources at the specified sites providing this specified instrument type data.
getSourceDescriptionsByInstrument(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides descriptions of the mission data sources providing the specified instrument data.
getSources(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the mission data sources providing this specified instrument type data.
getSources() - Method in class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Gets the data sources associated with this group.
getSourcesByInstrument(String[]) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the names of all the mission data sources providing the specified instrument data.
getSpaseId() - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Gets Space Physics Archive Search and Extract (SPASE) Spase/Instrument/ResourceID of the instrument.
getSpaseId() - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Gets Space Physics Archive Search and Extract (SPASE) Spase/Observatory/ResourceID of this source.
getStart() - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Provides the start Date of this time interval.
getStartTime() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the start time of the file's contents.
getStatus() - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Gets the status value.
getThumbnailExpansion(ThumbnailDescription, int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides the full size image of a thumbnail image previously returned by a call to getDataGraph.
getVariableDescriptions(String) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Provides a description of the variables within the given dataset.
getVariables() - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Gets the variables.
gov.nasa.gsfc.spdf.cdas - package gov.nasa.gsfc.spdf.cdas
Provides classes for NASA's Coordinated Data Anaylsis System (https://cdaweb.gsfc.nasa.gov/).
GraphVariableDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System variable used for a graphing request.
GraphVariableDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Constructs a GraphVariableDescription with a default values.
GraphVariableDescription(String, String[]) - Constructor for class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Constructs a GraphVariableDescription with the given attribute values.

I

id - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Dataset identifier.
id - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
View identifier.
InstrumentDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System instrument.
InstrumentDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Constructs a InstrumentDescription with a null value.
InstrumentDescription(String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Constructs a InstrumentDescription with the given attribute values.
InstrumentDescription(String, String, String, String, String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Constructs a InstrumentDescription with the given attribute values.
InventoryDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of the data inventory for a Coordinated Data Analysis System dataset.
InventoryDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Constructs a InventoryDescription with a null value.
InventoryDescription(int, String, List<TimeInterval>) - Constructor for class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Constructs a InventoryDescription with the given attribute values.

L

label - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Dataset label.
links - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Links to the dataset data.

M

main(String[]) - Static method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Provides a method of testing this class.
messages - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Messages from the software that produced the result.
MissionGroupDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System mission group.
MissionGroupDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Constructs a MissionGroupDescription with a null value.
MissionGroupDescription(String, List<String>) - Constructor for class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Constructs a MissionGroupDescription with the given attribute values.

N

notesUrl - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
URL to notes about the dataset.
noticeUrl - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
URL to an HTML page containing addition information about this group.

O

overlaps(TimeInterval) - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Determines if the given TimeInterval overlaps in time with this TimeInterval.
overview - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Overview (often HTML containing an <A> tag) description of view.

P

piAffiliation - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
PI Affiliation.
piName - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Principle Investigator (PI) name.
publicAccess - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Boolean indicating whether access to view is restricted and requires authentication or is available to public without authentication.

R

ResultDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of the results of various Coordinated Data Analysis System Web services.
ResultDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.ResultDescription
Constructs a ResultDescription with a null value.
ResultDescription(String[], String[], String[], String[], String[]) - Constructor for class gov.nasa.gsfc.spdf.cdas.ResultDescription
Constructs a ResultDescription with the given attribute values.
ResultDescription(String[], String[], String[], String[], String[], ThumbnailDescription) - Constructor for class gov.nasa.gsfc.spdf.cdas.ResultDescription
Constructs a ResultDescription with the given attribute values.
ResultDescription(ResultDescription2) - Constructor for class gov.nasa.gsfc.spdf.cdas.ResultDescription
Creates a ResultDescription with the given initial value.

S

setChildren(List<String>) - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Sets the names of child variables.
setDataset(String) - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Sets the dataset's name.
setEnd(Date) - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Sets the end Date of this time interval.
setEndTime(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the end time of the file's contents.
setId(String) - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Sets the dataset identifier.
setInventory(List<TimeInterval>) - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Sets the inventory.
setLastModified(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's lastModified value.
setLength(long) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's length.
setLongDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the instrument's long description.
setLongDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the source's long description.
setLongDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Sets the variable's long description.
setMimeType(String) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's MIME-type value.
setName(String) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's name.
setName(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the instrument's name.
setName(String) - Method in class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Sets the mission group's name.
setName(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the source's name.
setName(String) - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Sets the variable's name.
setNssdcId(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the instrument's NSSDC master catalog identifier.
setNssdcId(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the source's NSSDC master catalog identifier.
setParent(String) - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Sets the variable's parent.
setProviderId(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the data provider's identifier for the instrument.
setProviderId(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the data provider's identifier for this source.
setShortDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the instrument's short description.
setShortDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the source's short description.
setShortDescription(String) - Method in class gov.nasa.gsfc.spdf.cdas.VariableDescription
Sets the variable's short description.
setSources(List<String>) - Method in class gov.nasa.gsfc.spdf.cdas.MissionGroupDescription
Sets the sources.
setSpaseId(String) - Method in class gov.nasa.gsfc.spdf.cdas.InstrumentDescription
Sets the instrument's SPASE identifier.
setSpaseId(String) - Method in class gov.nasa.gsfc.spdf.cdas.SourceDescription
Sets the source's SPASE identifier.
setStart(Date) - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Sets the start Date of this time interval.
setStartTime(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the start time of the file's contents.
setStatus(int) - Method in class gov.nasa.gsfc.spdf.cdas.InventoryDescription
Sets the status value.
setVariables(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Sets the variables.
SourceDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System data source (SPASE observatory).
SourceDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.SourceDescription
Constructs a SourceDescription with a null value.
SourceDescription(String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.SourceDescription
Constructs a SourceDescription with the given name and short description values.
SourceDescription(String, String, String, String, String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.SourceDescription
Constructs a SourceDescription with the given attribute values.
startTime - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetDescription
Earliest time of dataset.
statuses - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Status information concerning result.
subtitle - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Optional, subtitle description of view.

T

text - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetLink
Textual description of link.
thumbnailDescription - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Thumbnail description (null if urls doesn't contain a URL that points to a thumbnail image).
TimeInterval - Class in gov.nasa.gsfc.spdf.cdas
This class represents a time interval.
TimeInterval() - Constructor for class gov.nasa.gsfc.spdf.cdas.TimeInterval
Default constructor that produces an infinite TimeInterval.
TimeInterval(Date, Date) - Constructor for class gov.nasa.gsfc.spdf.cdas.TimeInterval
Constructs a TimeInterval from the given start and end time values.
title - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetLink
Title of link.
title - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Title (short descriptive text) of view.
toString() - Method in class gov.nasa.gsfc.spdf.cdas.TimeInterval
Returns a String object representing this TimeInterval's value.

U

underConstruction - Variable in class gov.nasa.gsfc.spdf.cdas.ViewDescription
Boolean indicating that this view is under construction and that caution should be used in interpeting results from this view.
updateMetadataIndex() - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated.
As of CDAS Web Services 1.6.18, this method does nothing.
url - Variable in class gov.nasa.gsfc.spdf.cdas.DatasetLink
URL to dataset source.
urls - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
URLs of files containing the results of the Web service call.

V

VariableDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System dataset variable.
VariableDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.VariableDescription
Constructs a VariableDescription with a null value.
VariableDescription(String, String, String) - Constructor for class gov.nasa.gsfc.spdf.cdas.VariableDescription
Constructs a VariableDescription with the given attribute values.
VariableDescription(String, String, String, String, List<String>) - Constructor for class gov.nasa.gsfc.spdf.cdas.VariableDescription
Constructs a VariableDescription with the given attribute values.
ViewDescription - Class in gov.nasa.gsfc.spdf.cdas
This class represents the description of a Coordinated Data Analysis System data view.
ViewDescription() - Constructor for class gov.nasa.gsfc.spdf.cdas.ViewDescription
Constructs a ViewDescription with a null value.
ViewDescription(String, String, String, String, String, boolean, String, boolean) - Constructor for class gov.nasa.gsfc.spdf.cdas.ViewDescription
Constructs a ViewDescription with the given attribute values.

W

warnings - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Warning information concerning result.
A C D E F G I L M N O P R S T U V W 
Skip navigation links

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.