Uses of Class
uk.ac.rdg.resc.edal.util.GridCoordinates2D
-
Packages that use GridCoordinates2D Package Description uk.ac.rdg.resc.edal.dataset.cdm Interface to datasets through the Unidata Common Data Model.uk.ac.rdg.resc.edal.domain 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.uk.ac.rdg.resc.edal.grid.cdm -
-
Uses of GridCoordinates2D in uk.ac.rdg.resc.edal.dataset.cdm
Method parameters in uk.ac.rdg.resc.edal.dataset.cdm with type arguments of type GridCoordinates2D Modifier and Type Method Description static void
CdmFeatureWrite. gridFeatureToNetCDF(GridFeature f, File outFile, Set<GridCoordinates2D> cellsToMask, Float fillValue)
Writes aGridFeature
to file, masking out specified (horizontal) grid cells -
Uses of GridCoordinates2D in uk.ac.rdg.resc.edal.domain
Methods in uk.ac.rdg.resc.edal.domain that return GridCoordinates2D Modifier and Type Method Description GridCoordinates2D
MapDomain. findIndexOf(HorizontalPosition position)
-
Uses of GridCoordinates2D in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return GridCoordinates2D Modifier and Type Method Description GridCoordinates2D
PlottingDatum. getGridCoords()
Constructors in uk.ac.rdg.resc.edal.graphics.utils with parameters of type GridCoordinates2D Constructor Description PlottingDatum(GridCoordinates2D gridCoords, Number value)
-
Uses of GridCoordinates2D in uk.ac.rdg.resc.edal.grid
Methods in uk.ac.rdg.resc.edal.grid that return GridCoordinates2D Modifier and Type Method Description GridCoordinates2D
DefinedStaggeredGrid. findIndexOf(HorizontalPosition position)
GridCoordinates2D
DerivedStaggeredGrid. findIndexOf(HorizontalPosition position)
GridCoordinates2D
HorizontalGrid. findIndexOf(HorizontalPosition position)
Finds the index of the specified position within this domainGridCoordinates2D
LookUpTableGrid. findIndexOf(HorizontalPosition position)
GridCoordinates2D
RectilinearGridImpl. findIndexOf(HorizontalPosition position)
GridCoordinates2D
GridCell2D. getGridCoordinates()
GridCoordinates2D
GridCell2DImpl. getGridCoordinates()
Constructors in uk.ac.rdg.resc.edal.grid with parameters of type GridCoordinates2D Constructor Description GridCell2DImpl(GridCoordinates2D gridCoords, HorizontalPosition centre, Polygon footprint, HorizontalGrid parentGrid)
-
Uses of GridCoordinates2D in uk.ac.rdg.resc.edal.grid.cdm
Methods in uk.ac.rdg.resc.edal.grid.cdm that return GridCoordinates2D Modifier and Type Method Description GridCoordinates2D
CdmTransformedGrid. findIndexOf(HorizontalPosition position)
-