Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SDURL
Holds a OPeNDAP Server
URL value. |
Modifier and Type | Class and Description |
---|---|
class |
asciiURL |
Modifier and Type | Method and Description |
---|---|
DURL |
asciiFactory.newDURL()
Construct a new DURL.
|
DURL |
asciiFactory.newDURL(java.lang.String n)
Construct a new DURL with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
test_SDURL
Holds a OPeNDAP Server
Byte value. |
Modifier and Type | Method and Description |
---|---|
DURL |
test_ServerFactory.newDURL()
Construct a new DURL.
|
DURL |
test_ServerFactory.newDURL(java.lang.String n)
Construct a new DURL with name n.
|
Modifier and Type | Class and Description |
---|---|
class |
wwwURL |
Modifier and Type | Method and Description |
---|---|
DURL |
wwwFactory.newDURL()
Construct a new DURL.
|
DURL |
wwwFactory.newDURL(java.lang.String n)
Construct a new DURL with name n.
|