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 HorizontalMeshHorizontalMesh. fromBounds(List<HorizontalPosition> positions, List<Polygon> boundaries)static HorizontalMeshHorizontalMesh. 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 HorizontalMeshHorizontalMesh4dVariableMetadata. getHorizontalDomain()Returns theHorizontalGridof 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)
-