Package opendap.dts

Class SSFdummyval

  • All Implemented Interfaces:
    opendap.servers.BTFunction, opendap.servers.ServerSideFunction

    public class SSFdummyval
    extends Object
    implements opendap.servers.BTFunction
    • Constructor Detail

      • SSFdummyval

        public SSFdummyval()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface opendap.servers.ServerSideFunction
      • getReturnType

        public opendap.dap.BaseType getReturnType​(List args)
        Specified by:
        getReturnType in interface opendap.servers.BTFunction
      • evaluate

        public opendap.dap.BaseType evaluate​(List args)
                                      throws opendap.servers.DAP2ServerSideException
        Specified by:
        evaluate in interface opendap.servers.BTFunction
        Throws:
        opendap.servers.DAP2ServerSideException