Uses of Class
dods.dap.DURL

Packages that use DURL
dods.dap This package contains the DODS core classes, known as the Data Access Protocol (DAP). 
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.ascii This package contains the DODS ASCII client. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
dods.servers.www This package contains the DODS WWW client. 
 

Uses of DURL in dods.dap
 

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

Uses of DURL in dods.dap.Server
 

Subclasses of DURL in dods.dap.Server
 class SDURL
          Holds a DODS Server URL value.
 

Uses of DURL in dods.servers.ascii
 

Subclasses of DURL in dods.servers.ascii
 class asciiURL
           
 

Methods in dods.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 dods.servers.sql
 

Subclasses of DURL in dods.servers.sql
 class sqlURL
          Holds a DODS Server sqlURL value.
 

Methods in dods.servers.sql that return DURL
 DURL sqlServerFactory.newDURL()
          Construct a new DURL.
 DURL sqlServerFactory.newDURL(java.lang.String n)
          Construct a new DURL with name n.
 

Uses of DURL in dods.servers.test
 

Subclasses of DURL in dods.servers.test
 class test_SDURL
          Holds a DODS Server Byte value.
 

Methods in dods.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 dods.servers.www
 

Subclasses of DURL in dods.servers.www
 class wwwURL
           
 

Methods in dods.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.