Uses of Interface
uk.ac.rdg.resc.edal.grid.RegularGrid
-
Packages that use RegularGrid Package Description uk.ac.rdg.resc.edal.feature uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.grid Classes for handling gridded data. -
-
Uses of RegularGrid in uk.ac.rdg.resc.edal.feature
Methods in uk.ac.rdg.resc.edal.feature with parameters of type RegularGrid Modifier and Type Method Description MapFeature
GridFeature. extractMapFeature(Set<String> varIds, RegularGrid targetGrid, Double elevation, org.joda.time.DateTime time)
Extracts aMapFeature
from thisGridFeature
-
Uses of RegularGrid in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return RegularGrid Modifier and Type Method Description RegularGrid
PlottingDomainParams. getImageGrid()
Creates aRegularGrid
based on the width, height andBoundingBox
of these parametersConstructors in uk.ac.rdg.resc.edal.graphics.utils with parameters of type RegularGrid Constructor Description PlottingDomainParams(RegularGrid imageGrid, Extent<Double> zExtent, Extent<org.joda.time.DateTime> tExtent, HorizontalPosition targetPos, Double targetZ, org.joda.time.DateTime targetT)
-
Uses of RegularGrid in uk.ac.rdg.resc.edal.grid
Classes in uk.ac.rdg.resc.edal.grid that implement RegularGrid Modifier and Type Class Description class
RegularGridImpl
Immutable implementation of aRegularGrid
.
-