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 class
MapDomain
Implementation of aMapDomain
Methods in uk.ac.rdg.resc.edal.domain that return RectilinearGrid Modifier and Type Method Description RectilinearGrid
MapDomain. 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 aMapDomain
from aRectilinearGrid
and z/t values, with no specified vertical CRS.MapDomain(RectilinearGrid hGrid, Double z, VerticalCrs vCrs, org.joda.time.DateTime time)
Instantiates aMapDomain
from aRectilinearGrid
and 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 interface
RegularGrid
A 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 class
RectilinearGridImpl
Immutable implementation of aRectilinearGrid
usingDouble
s.class
RegularGridImpl
Immutable implementation of aRegularGrid
.
-