|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.jmet.MetGridDirectory visad.data.mcidas.McIDASGridDirectory
public class McIDASGridDirectory
McIDASGridDirectory for McIDAS 'grid' directory entries
Field Summary |
---|
Fields inherited from class visad.jmet.MetGridDirectory |
---|
columns, levelName, levels, levelUnit, levelValue, paramLongName, paramName, paramUnit, referenceTime, rows, secondLevelName, secondLevelValue, secondTime, validHour, validTime, xType, yType |
Constructor Summary | |
---|---|
McIDASGridDirectory(byte[] h)
Construct a McIDASGridDirectory from the byte representation of a the McIDAS grid directory block |
|
McIDASGridDirectory(GridDirectory directory)
Construct a McIDASGridDirectory from a GridDirectory |
Method Summary | |
---|---|
CoordinateSystem |
getCoordinateSystem()
Get the GRIDCoordinateSystem associated with this grid |
GridDirectory |
getGridDirectory()
Get the grid directory used to create this beast. |
int |
getGridType()
Get the raw navigation block from the directory. |
int[] |
getNavBlock()
Get the raw navigation block from the directory. |
double |
getParamScale()
Get the scale of the parameter values |
String |
toString()
Return a String representation of the McIDASGridDirectory |
Methods inherited from class visad.jmet.MetGridDirectory |
---|
getColumns, getLevelName, getLevels, getLevelUnit, getLevelValue, getParamLongName, getParamName, getParamUnit, getReferenceTime, getRows, getSecondLevelName, getSecondLevelValue, getSecondTime, getValidHour, getValidTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public McIDASGridDirectory(GridDirectory directory)
directory
- the grid directory cannot be nullpublic McIDASGridDirectory(byte[] h)
h
- header as a byte arrayMethod Detail |
---|
public double getParamScale()
public CoordinateSystem getCoordinateSystem()
getCoordinateSystem
in class MetGridDirectory
public int[] getNavBlock()
public int getGridType()
public GridDirectory getGridDirectory()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |