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.ResultDescription
 
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.
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

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.
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. As of CDAS Web Service 1.6.7, replaced by CoordinatedDataAnalysisSystem.getCdfmlDataFiles(String, Date, Date, int)
getCdfmlDataUrls(String, Date, Date, String[], int) - Method in interface gov.nasa.gsfc.spdf.cdas.CoordinatedDataAnalysisSystem
Deprecated. As of CDAS Web Service 1.6.7, replaced by CoordinatedDataAnalysisSystem.getCdfmlDataFiles(String, Date, Date, String[], int)
getDataAsText(String, Date, Date, 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, 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.
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.
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.
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. As of CDAS Web Service 1.6.7, replaced by CoordinatedDataAnalysisSystem.getDataFiles(String, Date, Date, String[])
getEndTime() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the end time of the file's contents.
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.
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.
getMimeType() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's MIME-type value.
getName() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the file's name.
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.
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.
getStartTime() - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Gets the start time of the file's contents.
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.
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 (http://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.

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

messages - Variable in class gov.nasa.gsfc.spdf.cdas.ResultDescription
Messages from the software that produced the result.

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

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.

S

setDataset(String) - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Sets the dataset's name.
setEndTime(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the end time of the file's contents.
setLastModified(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's name.
setLength(long) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the file's length.
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.
setStartTime(Date) - Method in class gov.nasa.gsfc.spdf.cdas.FileDescription
Sets the start time of the file's contents.
setVariables(String[]) - Method in class gov.nasa.gsfc.spdf.cdas.GraphVariableDescription
Sets the variables.
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).
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.

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. This method will be eliminated in a future release.
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

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

CDAS Feedback.

Copyright © 2003-2007 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.