Uses of Interface
uk.ac.rdg.resc.edal.grid.HorizontalCell
-
Packages that use HorizontalCell Package Description uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.metadata -
-
Uses of HorizontalCell in uk.ac.rdg.resc.edal.grid
Subinterfaces of HorizontalCell in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interfaceGridCell2DA cell in aHorizontalGrid.Classes in uk.ac.rdg.resc.edal.grid that implement HorizontalCell Modifier and Type Class Description classGridCell2DImplSimple immutable implementation of a GridCell2D.Methods in uk.ac.rdg.resc.edal.grid that return types with arguments of type HorizontalCell Modifier and Type Method Description Array<HorizontalCell>HorizontalMesh. getDomainObjects()DiscreteHorizontalDomain<? extends HorizontalCell>HorizontalCell. getParentDomain() -
Uses of HorizontalCell in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return types with arguments of type HorizontalCell Modifier and Type Method Description DiscreteHorizontalDomain<? extends HorizontalCell>DiscreteLayeredVariableMetadata. getHorizontalDomain()Constructor parameters in uk.ac.rdg.resc.edal.metadata with type arguments of type HorizontalCell Constructor Description DiscreteLayeredVariableMetadata(Parameter parameter, DiscreteHorizontalDomain<? extends HorizontalCell> hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)
-