Package noaa.coastwatch.net
package noaa.coastwatch.net
Provides classes for network operations: database, catalog, software update, and data download.
-
ClassDescriptionA
CatalogQueryAgent
is an abstract class for performing queries of earth data catalogs.TheEntry
class holds information about one catalog entry.The NetworkServices class defines various static methods relating to network operations.AOpendapQueryAgent
uses 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.TheUpdateCheck
class checks for updates of the CoastWatch utilities software package online.TheURLTransfer
class initiates a connection to an Internet host specified by a URL and downloads the content provided by the URL.