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
-
HDFRIS24()
- Constructs an HDFRIS24 with default parameters
-
HDFRIS24(HDFObjectNode, String)
- Construct an HDFRIS24 with specified HDFObjectNode and filename
-
getRis24Info(HDFLibrary, String, HDFObjectNode)
- get HDF 24-bit raster image information for the selected HDF file
-
service()
- overwrites HDFGR
-
toClient()
- create a message for sending to the client
HDFRIS24
public HDFRIS24()
- Constructs an HDFRIS24 with default parameters
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
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
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