Package noaa.coastwatch.net
package noaa.coastwatch.net
Provides classes for network operations: database, catalog, software update, and data download.
-
ClassesClassDescriptionA
CatalogQueryAgentis an abstract class for performing queries of earth data catalogs.TheEntryclass holds information about one catalog entry.The NetworkServices class defines various static methods relating to network operations.AOpendapQueryAgentuses OPeNDAP to query a network server for catalog entries.A server query interfaces to a CoastWatch data server and handles the query URL connection and response text.A timeout allows the user to perform a certain task after some amount of time has passed.TheUpdateCheckclass checks for updates of the CoastWatch utilities software package online.TheURLTransferclass initiates a connection to an Internet host specified by a URL and downloads the content provided by the URL.