All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.hdf.message.HDFVdata
java.lang.Object
|
+----ncsa.hdf.message.HDFObject
|
+----ncsa.hdf.message.HDFVdata
- public class HDFVdata
- extends HDFObject
HDFSDS holds HDF Vdata information
- Version:
- 1.1.3 September 22 1997
- Author:
- Peter X. Cao
-
HDFVdata()
- Constructs an HDFVdata with default parameters
-
HDFVdata(HDFObjectNode, String)
- Construct an HDFVdata with specified HDFObjectNode and filename
-
fromServer(HDFMessage)
- process the message received from the server
-
getFieldNames()
- return the array of fields names
-
getFieldOrders()
- return the array of the field orders
-
getFields()
- return the Vdata fields
-
getFieldTypes()
- return the array of the fields types
-
getRecords()
- return the records range
-
getVdata()
- return the Vdata
-
getVdataName()
- return the name of the Vdata
-
readInfo(HDFLibrary, String, HDFObjectNode)
- get HDF Vdata image information for the selected HDF file
-
service()
- serve the client request on the server
-
toClient()
- create a message for sending to the client
HDFVdata
public HDFVdata()
- Constructs an HDFVdata with default parameters
HDFVdata
public HDFVdata(HDFObjectNode node,
String filename)
- Construct an HDFVdata 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 HDFObject
service
public void service()
- serve the client request on the server
- Overrides:
- service in class HDFObject
fromServer
public void fromServer(HDFMessage message)
- process the message received from the server
- Parameters:
- message - the message from the server
- Overrides:
- fromServer in class HDFObject
readInfo
public static String readInfo(HDFLibrary hdf,
String filename,
HDFObjectNode node) throws HDFException
- get HDF Vdata image information for the selected HDF file
- Parameters:
- hdf - the HDFLibrary
- filename - the string of the hdf file name
- node - the HDFObjectNode
- Returns:
- the string containing the HDF Vdata image information
getRecords
public int[] getRecords()
- return the records range
getFields
public int[] getFields()
- return the Vdata fields
getFieldNames
public String[] getFieldNames()
- return the array of fields names
getFieldOrders
public int[] getFieldOrders()
- return the array of the field orders
getFieldTypes
public int[] getFieldTypes()
- return the array of the fields types
getVdata
public String[][] getVdata()
- return the Vdata
getVdataName
public String getVdataName()
- return the name of the Vdata
All Packages Class Hierarchy This Package Previous Next Index