Uses of Interface
uk.ac.rdg.resc.edal.grid.RectilinearGrid
-
Packages that use RectilinearGrid Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of RectilinearGrid in uk.ac.rdg.resc.edal.domain
Classes in uk.ac.rdg.resc.edal.domain that implement RectilinearGrid Modifier and Type Class Description classMapDomainImplementation of aMapDomainMethods in uk.ac.rdg.resc.edal.domain that return RectilinearGrid Modifier and Type Method Description RectilinearGridMapDomain. getHorizontalGrid()Constructors in uk.ac.rdg.resc.edal.domain with parameters of type RectilinearGrid Constructor Description MapDomain(RectilinearGrid hGrid, Double z, org.joda.time.DateTime time)Instantiates aMapDomainfrom aRectilinearGridand z/t values, with no specified vertical CRS.MapDomain(RectilinearGrid hGrid, Double z, VerticalCrs vCrs, org.joda.time.DateTime time)Instantiates aMapDomainfrom aRectilinearGridand z/t values -
Uses of RectilinearGrid in uk.ac.rdg.resc.edal.grid
Subinterfaces of RectilinearGrid in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interfaceRegularGridA two-dimensional grid whose coordinate values are equally-spaced along each axis, and whose axes in real space are aligned with the axes in grid space.Classes in uk.ac.rdg.resc.edal.grid that implement RectilinearGrid Modifier and Type Class Description classRectilinearGridImplImmutable implementation of aRectilinearGridusingDoubles.classRegularGridImplImmutable implementation of aRegularGrid.
-