Uses of Class
uk.ac.rdg.resc.edal.grid.HorizontalMesh
-
Packages that use HorizontalMesh Package Description uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.metadata -
-
Uses of HorizontalMesh in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return HorizontalMesh Modifier and Type Method Description static HorizontalMesh
HorizontalMesh. fromBounds(List<HorizontalPosition> positions, List<Polygon> boundaries)
static HorizontalMesh
HorizontalMesh. fromConnections(List<HorizontalPosition> positions, List<int[]> connections, int connectionsStartFrom)
Create a newHorizontalMesh
-
Uses of HorizontalMesh in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return HorizontalMesh Modifier and Type Method Description HorizontalMesh
HorizontalMesh4dVariableMetadata. getHorizontalDomain()
Returns theHorizontalGrid
of the variable.Constructors in uk.ac.rdg.resc.edal.metadata with parameters of type HorizontalMesh Constructor Description HorizontalMesh4dVariableMetadata(Parameter parameter, HorizontalMesh hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)
-