Package opendap.dts

Class SSFdummyval

java.lang.Object
opendap.dts.SSFdummyval
All Implemented Interfaces:
opendap.servers.BTFunction, opendap.servers.ServerSideFunction

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

    • SSFdummyval

      public SSFdummyval()
  • Method Details

    • getName

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

      public void checkArgs(List args) throws InvalidParameterException
      Specified by:
      checkArgs in interface opendap.servers.ServerSideFunction
      Throws:
      InvalidParameterException
    • 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