Package | Description |
---|---|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
opendap.servers.test |
This package contains the OPeNDAP Test Server (DTS).
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoolFunction
Represents a server-side function, which evaluates to a boolean value.
|
interface |
BTFunction
Represents a server-side function, which evaluates to a BaseType.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionLibrary.add(ServerSideFunction function)
Adds a function to the library.
|
Modifier and Type | Class and Description |
---|---|
class |
SSFdummy |
class |
SSFdummyval |