Package uk.ac.rdg.resc.edal.metadata
Class GridVariableMetadata
- java.lang.Object
-
- uk.ac.rdg.resc.edal.metadata.VariableMetadata
-
- uk.ac.rdg.resc.edal.metadata.DiscreteLayeredVariableMetadata
-
- uk.ac.rdg.resc.edal.metadata.GridVariableMetadata
-
- All Implemented Interfaces:
Serializable
public class GridVariableMetadata extends DiscreteLayeredVariableMetadata
This is aVariableMetadata
object specialised for discrete 4D grids. This is used to ensure thatVariableMetadata
supplied toGriddedDataset
s have gridded domains, but it will not be used to constrain any return types (which are all justVariableMetadata
)- Author:
- Guy Griffiths
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridVariableMetadata(Parameter parameter, HorizontalGrid hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalGrid
getHorizontalDomain()
Returns theHorizontalGrid
of the variable.-
Methods inherited from class uk.ac.rdg.resc.edal.metadata.DiscreteLayeredVariableMetadata
getTemporalDomain, getVerticalDomain
-
Methods inherited from class uk.ac.rdg.resc.edal.metadata.VariableMetadata
getChildren, getChildWithRole, getDataset, getId, getParameter, getParent, getVariableProperties, isScalar, setDataset, setParent
-
-
-
-
Constructor Detail
-
GridVariableMetadata
public GridVariableMetadata(Parameter parameter, HorizontalGrid hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)
-
-
Method Detail
-
getHorizontalDomain
public HorizontalGrid getHorizontalDomain()
Returns theHorizontalGrid
of the variable.- Overrides:
getHorizontalDomain
in classDiscreteLayeredVariableMetadata
-
-