Uses of Class
uk.ac.rdg.resc.edal.util.CurvilinearCoords
-
Packages that use CurvilinearCoords Package Description uk.ac.rdg.resc.edal.grid Classes for handling gridded data.uk.ac.rdg.resc.edal.util -
-
Uses of CurvilinearCoords in uk.ac.rdg.resc.edal.grid
Fields in uk.ac.rdg.resc.edal.grid declared as CurvilinearCoords Modifier and Type Field Description protected CurvilinearCoords
AbstractCurvilinearGrid. curvCoords
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type CurvilinearCoords Constructor Description AbstractCurvilinearGrid(CurvilinearCoords curvCoords)
-
Uses of CurvilinearCoords in uk.ac.rdg.resc.edal.util
Constructors in uk.ac.rdg.resc.edal.util with parameters of type CurvilinearCoords Constructor Description LookUpTable(CurvilinearCoords curvCoords, double minResolution)
Creates an empty look-up table (with all indices set to -1).
-