All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFRIS24

java.lang.Object
   |
   +----ncsa.hdf.message.HDFObject
           |
           +----ncsa.hdf.message.HDFGR
                   |
                   +----ncsa.hdf.message.HDFRIS24

public class HDFRIS24
extends HDFGR
HDFRIS24 holds HDF RIS24 information


Constructor Index

 o HDFRIS24()
Constructs an HDFRIS24 with default parameters
 o HDFRIS24(HDFObjectNode, String)
Construct an HDFRIS24 with specified HDFObjectNode and filename

Method Index

 o getRis24Info(HDFLibrary, String, HDFObjectNode)
get HDF 24-bit raster image information for the selected HDF file
 o service()
overwrites HDFGR
 o toClient()
create a message for sending to the client

Constructors

 o HDFRIS24
 public HDFRIS24()
Constructs an HDFRIS24 with default parameters

 o HDFRIS24
 public HDFRIS24(HDFObjectNode node,
                 String filename)
Construct an HDFRIS24 with specified HDFObjectNode and filename

Parameters:
node - the HDFObjectNode to be transfered to the server
filename - the requested HDF file

Methods

 o toClient
 public HDFMessage toClient()
create a message for sending to the client

Returns:
the HDFMessage created by this object
Overrides:
toClient in class HDFGR
 o service
 public void service()
overwrites HDFGR

Overrides:
service in class HDFGR
 o getRis24Info
 public static String getRis24Info(HDFLibrary hdf,
                                   String filename,
                                   HDFObjectNode node) throws HDFException
get HDF 24-bit raster image information for the selected HDF file

Parameters:
filename - the string of the hdf file name
node - the HDFObjectNode
Returns:
the string the HDF 24-bit raster image information

All Packages  Class Hierarchy  This Package  Previous  Next  Index