Uses of Interface
opendap.dap.Server.ServerMethods

Packages that use ServerMethods
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
 

Uses of ServerMethods in opendap.dap.Server
 

Subinterfaces of ServerMethods in opendap.dap.Server
 interface ServerArrayMethods
          This interface extends the ArrayMethods for OPeNDAP types that extend DArray and DGrid classes.
 

Classes in opendap.dap.Server that implement ServerMethods
 class SDArray
          Holds a OPeNDAP Server Array value.
 class SDByte
          Holds a OPeNDAP Server Byte value.
 class SDFloat32
          Holds a OPeNDAP Server Float32 value.
 class SDFloat64
          Holds a OPeNDAP Server Float64 value.
 class SDGrid
          Holds a OPeNDAP Server Grid value.
 class SDInt16
          Holds a OPeNDAP Server Int16 value.
 class SDInt32
          Holds a OPeNDAP Server Int32 value.
 class SDList
          Holds a OPeNDAP Server List value.
 class SDSequence
          Holds a OPeNDAP Server Sequence value.
 class SDString
          Holds a OPeNDAP Server String value.
 class SDStructure
          Holds a OPeNDAP Server Structure value.
 class SDUInt16
          Holds a OPeNDAP Server Unsigned Int16 value.
 class SDUInt32
          Holds a OPeNDAP Server Unsigned Int32 value.
 class SDURL
          Holds a OPeNDAP Server URL value.
 

Uses of ServerMethods in opendap.servers.test
 

Classes in opendap.servers.test that implement ServerMethods
 class test_SDArray
          Holds a OPeNDAP Server Array value.
 class test_SDByte
          Holds a OPeNDAP Server Byte value.
 class test_SDFloat32
          Holds a OPeNDAP Server Float32 value.
 class test_SDFloat64
          Holds a OPeNDAP Server Float64 value.
 class test_SDGrid
          Holds a OPeNDAP Server Grid value.
 class test_SDInt16
          Holds a OPeNDAP Server Int16 value.
 class test_SDInt32
          Holds a OPeNDAP Server Int32 value.
 class test_SDSequence
          Holds a OPeNDAP Server Sequence value.
 class test_SDString
           
 class test_SDStructure
          Holds a OPeNDAP Server Structure value.
 class test_SDUInt16
          Holds a OPeNDAP Server UInt16 value.
 class test_SDUInt32
          Holds a OPeNDAP Server UInt32 value.
 class test_SDURL
          Holds a OPeNDAP Server Byte value.