Uses of Class
opendap.dap.DURL

Packages that use DURL
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.servers.ascii This package contains the OPeNDAP ASCII client. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
opendap.servers.www This package contains the OPeNDAP WWW client. 
 

Uses of DURL in opendap.dap
 

Methods in opendap.dap that return DURL
 DURL BaseTypeFactory.newDURL()
          Construct a new DURL.
 DURL DefaultFactory.newDURL()
          Construct a new DURL.
 DURL BaseTypeFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.
 DURL DefaultFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.
 

Uses of DURL in opendap.dap.Server
 

Subclasses of DURL in opendap.dap.Server
 class SDURL
          Holds a OPeNDAP Server URL value.
 

Uses of DURL in opendap.servers.ascii
 

Subclasses of DURL in opendap.servers.ascii
 class asciiURL
           
 

Methods in opendap.servers.ascii that return DURL
 DURL asciiFactory.newDURL()
          Construct a new DURL.
 DURL asciiFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.
 

Uses of DURL in opendap.servers.test
 

Subclasses of DURL in opendap.servers.test
 class test_SDURL
          Holds a OPeNDAP Server Byte value.
 

Methods in opendap.servers.test that return DURL
 DURL test_ServerFactory.newDURL()
          Construct a new DURL.
 DURL test_ServerFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.
 

Uses of DURL in opendap.servers.www
 

Subclasses of DURL in opendap.servers.www
 class wwwURL
           
 

Methods in opendap.servers.www that return DURL
 DURL wwwFactory.newDURL()
          Construct a new DURL.
 DURL wwwFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.