|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.CdfInfo
public class CdfInfo
Encapsulates some global information about a CDF file.
Constructor Summary | |
---|---|
CdfInfo(boolean rowMajor,
int[] rDimSizes,
int leapSecondLastUpdated)
Constructor. |
Method Summary | |
---|---|
int |
getLeapSecondLastUpdated()
Returns the date of the last leap second the CDF file knows about. |
int[] |
getRDimSizes()
Returns array dimensions for rVariables. |
boolean |
getRowMajor()
Indicates majority of CDF arrays. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CdfInfo(boolean rowMajor, int[] rDimSizes, int leapSecondLastUpdated)
rowMajor
- true for row majority, false for column majorityrDimSizes
- array of dimension sizes for rVariablesleapSecondLastUpdated
- value of the GDR LeapSecondLastUpdated
fieldMethod Detail |
---|
public boolean getRowMajor()
public int[] getRDimSizes()
public int getLeapSecondLastUpdated()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |