|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.CdfContent
public class CdfContent
Provides all the data and metadata in a CDF file in a high-level read-only easy to use form.
Constructor Summary | |
---|---|
CdfContent(CdfReader crdr)
Constructs a CdfContent from a CdfReader. |
Method Summary | |
---|---|
CdfInfo |
getCdfInfo()
Returns some global information about the CDF file. |
GlobalAttribute[] |
getGlobalAttributes()
Returns the global attributes. |
VariableAttribute[] |
getVariableAttributes()
Returns the variable attributes. |
Variable[] |
getVariables()
Returns the variables. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CdfContent(CdfReader crdr) throws java.io.IOException
crdr
- object which knows how to read CDF records
java.io.IOException
Method Detail |
---|
public GlobalAttribute[] getGlobalAttributes()
public VariableAttribute[] getVariableAttributes()
public Variable[] getVariables()
public CdfInfo getCdfInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |