@Immutable public class GridVariable extends Object implements Grid
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes() |
ArrayType |
getArrayType() |
GridCoordinateSystem |
getCoordinateSystem() |
String |
getDescription() |
String |
getName() |
String |
getUnits() |
boolean |
hasMissing()
true if there may be missing data
|
boolean |
isMissing(double val)
Test if val is a missing data value
|
GridReferencedArray |
readData(GridSubset subset)
Read the specified subset of data, return result as a Georeferenced Array.
|
String |
toString() |
public GridCoordinateSystem getCoordinateSystem()
getCoordinateSystem in interface Gridpublic String getDescription()
getDescription in interface Gridpublic AttributeContainer attributes()
attributes in interface Gridpublic ArrayType getArrayType()
getArrayType in interface Gridpublic boolean hasMissing()
IsMissingEvaluatorhasMissing in interface IsMissingEvaluatorpublic boolean isMissing(double val)
IsMissingEvaluatorisMissing in interface IsMissingEvaluatorpublic GridReferencedArray readData(GridSubset subset) throws IOException, InvalidRangeException
GridreadData in interface GridIOExceptionInvalidRangeException