Uses of Interface
uk.ac.rdg.resc.edal.domain.DiscreteHorizontalDomain
-
Packages that use DiscreteHorizontalDomain Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.grid.cdm uk.ac.rdg.resc.edal.metadata -
-
Uses of DiscreteHorizontalDomain in uk.ac.rdg.resc.edal.domain
Classes in uk.ac.rdg.resc.edal.domain that implement DiscreteHorizontalDomain Modifier and Type Class Description class
MapDomain
Implementation of aMapDomain
class
PointCollectionDomain
The domain of aPointCollectionFeature
: a set ofHorizontalPosition
s with a fixed vertical position and time -
Uses of DiscreteHorizontalDomain in uk.ac.rdg.resc.edal.grid
Subinterfaces of DiscreteHorizontalDomain in uk.ac.rdg.resc.edal.grid Modifier and Type Interface Description interface
HorizontalGrid
A two-dimensional grid in the horizontal plane that is referenced to a 2D horizontal coordinate reference system.interface
RectilinearGrid
AHorizontalGrid
whose axes in theexternal CRS
are aligned with the axes in grid space and are hence separable.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.interface
StaggeredHorizontalGrid
AHorizontalGrid
which has a staggered relationship to another grid.Classes in uk.ac.rdg.resc.edal.grid that implement DiscreteHorizontalDomain Modifier and Type Class Description class
AbstractCurvilinearGrid
Partial implementation of aHorizontalGrid
that is based upon a curvilinear coordinate system (i.e. one which is defined by explicitly specifying the latitude and longitude coordinates of each grid point.class
AbstractHorizontalGrid
class
AbstractTransformedGrid
This is an abstract implementation of aHorizontalGrid
for which there exists a transformation to convert WGS84 to the native CRS.class
DefinedStaggeredGrid
AStaggeredHorizontalGrid
which tracks the original grid and the x/y paddings used, but defers to an explictly-defined grid for referencingclass
DerivedStaggeredGrid
AStaggeredHorizontalGrid
which is derived from its original grid.class
HorizontalMesh
An unstructured mesh in the horizontal plane.class
LookUpTableGrid
A HorizontalGrid that is created from a "curvilinear" coordinate system, i.e. one in which the latitude/longitude coordinates of each grid point are specified using two-dimensional coordinate axes, which explicitly give the lat/lon of each point in the horizontal plane.class
RectilinearGridImpl
Immutable implementation of aRectilinearGrid
usingDouble
s.class
RegularGridImpl
Immutable implementation of aRegularGrid
.Methods in uk.ac.rdg.resc.edal.grid that return DiscreteHorizontalDomain Modifier and Type Method Description DiscreteHorizontalDomain<? extends HorizontalCell>
HorizontalCell. getParentDomain()
-
Uses of DiscreteHorizontalDomain in uk.ac.rdg.resc.edal.grid.cdm
Classes in uk.ac.rdg.resc.edal.grid.cdm that implement DiscreteHorizontalDomain Modifier and Type Class Description class
CdmTransformedGrid
A two-dimensionalHorizontalGrid
that uses aProjection
to convert from lat-lon coordinates to grid coordinates. -
Uses of DiscreteHorizontalDomain in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return DiscreteHorizontalDomain Modifier and Type Method Description DiscreteHorizontalDomain<? extends HorizontalCell>
DiscreteLayeredVariableMetadata. getHorizontalDomain()
Constructors in uk.ac.rdg.resc.edal.metadata with parameters of type DiscreteHorizontalDomain Constructor Description DiscreteLayeredVariableMetadata(Parameter parameter, DiscreteHorizontalDomain<? extends HorizontalCell> hDomain, VerticalAxis zDomain, TimeAxis tDomain, boolean scalar)
-