Package noaa.coastwatch.net


package noaa.coastwatch.net

Provides classes for network operations: database, catalog, software update, and data download.

  • Classes
    Class
    Description
    A CatalogQueryAgent is an abstract class for performing queries of earth data catalogs.
    The Entry class holds information about one catalog entry.
    The NetworkServices class defines various static methods relating to network operations.
    A OpendapQueryAgent 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.
    The UpdateCheck class checks for updates of the CoastWatch utilities software package online.
    The URLTransfer class initiates a connection to an Internet host specified by a URL and downloads the content provided by the URL.