Uses of Interface
uk.ac.rdg.resc.edal.domain.GridDomain
-
Packages that use GridDomain Package Description uk.ac.rdg.resc.edal.domain uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of GridDomain in uk.ac.rdg.resc.edal.domain
Classes in uk.ac.rdg.resc.edal.domain that implement GridDomain Modifier and Type Class Description class
SimpleGridDomain
-
Uses of GridDomain in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature that return GridDomain Modifier and Type Method Description GridDomain
GridFeature. getDomain()
Constructors in uk.ac.rdg.resc.edal.feature with parameters of type GridDomain Constructor Description GridFeature(String id, String name, String description, GridDomain domain, Map<String,Parameter> parameters, Map<String,Array4D<Number>> valuesMap)
-
Uses of GridDomain in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return GridDomain Modifier and Type Method Description GridDomain
GridCell4D. getGrid()
GridDomain
SimpleGridCell4D. getGrid()
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type GridDomain Constructor Description SimpleGridCell4D(GridCell2D hGridCell, Extent<Double> vExtent, VerticalCrs vCrs, Extent<org.joda.time.DateTime> tExtent, org.joda.time.Chronology chronology, GridDomain grid)
-