Package uk.ac.rdg.resc.edal.grid
Interface GridCell2D
-
- All Superinterfaces:
Domain<HorizontalPosition>
,HorizontalCell
- All Known Implementing Classes:
GridCell2DImpl
public interface GridCell2D extends HorizontalCell
A cell in aHorizontalGrid
.- Author:
- Jon Blower
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridCoordinates2D
getGridCoordinates()
HorizontalGrid
getParentDomain()
-
Methods inherited from interface uk.ac.rdg.resc.edal.grid.HorizontalCell
getCentre, getFootprint
-
-
-
-
Method Detail
-
getGridCoordinates
GridCoordinates2D getGridCoordinates()
- Returns:
- the coordinates within the parent
HorizontalGrid
-
getParentDomain
HorizontalGrid getParentDomain()
- Specified by:
getParentDomain
in interfaceHorizontalCell
- Returns:
- the grid of which this cell is a part
-
-