Uses of Class
gov.nasa.gsfc.spdf.ssc.FileResult
-
-
Uses of FileResult in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return FileResult Modifier and Type Method Description FileResult
SatelliteSituationCenterInterface. getAcknowledgements()
This method provides a list of URLs that can be used by clients to acknowledge the use of these Web Services.FileResult
SatelliteSituationCenterInterface. getDataFiles(DataFileRequest request)
Requests various information (seeDataFileRequest
) about a set of satellites and returns the information in one or more files.FileResult
SatelliteSituationCenterInterface. getGraphs(GraphRequest request)
Requests a graph (seeGraphRequest
) of a set of satellites.FileResult
SatelliteSituationCenterInterface. getKmlFiles(KmlRequest request)
Requests various information (seeKmlRequest
) about a set of satellites and returns the information in one or more Open Geospatial Consortium Keyhole Markup Language (KML) files.FileResult
SatelliteSituationCenterInterface. getPrivacyAndImportantNotices()
This method provides a list of URLs to privacy and important notices concerning the use of these Web Services.
-