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
- Version:
- 1.1.3 September 22 1997
- Author:
- Peter X. Cao
-
HDFRIS8()
- Constructs an HDFRIS8 with default parameters
-
HDFRIS8(HDFObjectNode, String)
- Construct an HDFRIS8 with specified HDFObjectNode and filename
-
readInfo(HDFLibrary, String, HDFObjectNode)
- get HDF RIS8 image information for the selected HDF file
-
service()
- overwrites HDFGR
-
toClient()
- create a message for sending to the client
HDFRIS8
public HDFRIS8()
- Constructs an HDFRIS8 with default parameters
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
toClient
public HDFMessage toClient()
- create a message for sending to the client
- Returns:
- the HDFMessage created by this object
- Overrides:
- toClient in class HDFGR
service
public void service()
- overwrites HDFGR
- Overrides:
- service in class HDFGR
readInfo
public static String readInfo(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