Uses of Interface
uk.ac.rdg.resc.edal.grid.GridCell2D
-
Packages that use GridCell2D 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 -
-
Uses of GridCell2D in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return types with arguments of type GridCell2D Modifier and Type Method Description Array2D<GridCell2D>
MapDomain. getDomainObjects()
-
Uses of GridCell2D in uk.ac.rdg.resc.edal.grid
Classes in uk.ac.rdg.resc.edal.grid that implement GridCell2D Modifier and Type Class Description class
GridCell2DImpl
Simple immutable implementation of a GridCell2D.Methods in uk.ac.rdg.resc.edal.grid that return types with arguments of type GridCell2D Modifier and Type Method Description Array2D<GridCell2D>
AbstractCurvilinearGrid. getDomainObjects()
Array2D<GridCell2D>
DefinedStaggeredGrid. getDomainObjects()
Array2D<GridCell2D>
DerivedStaggeredGrid. getDomainObjects()
Array2D<GridCell2D>
HorizontalGrid. getDomainObjects()
Array2D<GridCell2D>
RectilinearGridImpl. getDomainObjects()
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type GridCell2D Constructor Description SimpleGridCell4D(GridCell2D hGridCell, Extent<Double> vExtent, VerticalCrs vCrs, Extent<org.joda.time.DateTime> tExtent, org.joda.time.Chronology chronology, GridDomain grid)
-
Uses of GridCell2D in uk.ac.rdg.resc.edal.grid.cdm
Methods in uk.ac.rdg.resc.edal.grid.cdm that return types with arguments of type GridCell2D Modifier and Type Method Description Array2D<GridCell2D>
CdmTransformedGrid. getDomainObjects()
-