All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFRIS8

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

public class HDFRIS8
extends HDFGR
HDFRIS8 holds HDF RIS8 information


Constructor Index

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

Method Index

 o getRis8Info(HDFLibrary, String, HDFObjectNode)
get HDF RIS8 image information for the selected HDF file
 o service()
overwrites HDFGR
 o toClient()
create a message for sending to the client

Constructors

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

 o HDFRIS8
 public HDFRIS8(HDFObjectNode node,
                String filename)
Construct an HDFRIS8 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 getRis8Info
 public static String getRis8Info(HDFLibrary hdf,
                                  String filename,
                                  HDFObjectNode node) throws HDFException
get HDF RIS8 image information for the selected HDF file

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index