Package uk.ac.rdg.resc.edal.grid
Interface HorizontalCell
-
- All Superinterfaces:
Domain<HorizontalPosition>
- All Known Subinterfaces:
GridCell2D
- All Known Implementing Classes:
GridCell2DImpl
public interface HorizontalCell extends Domain<HorizontalPosition>
A cell in a horizontalDomain
.- Author:
- Guy Griffiths
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HorizontalPosition
getCentre()
Polygon
getFootprint()
DiscreteHorizontalDomain<? extends HorizontalCell>
getParentDomain()
-
-
-
Method Detail
-
getCentre
HorizontalPosition getCentre()
- Returns:
- the centre of the cell in horizontal space
-
getFootprint
Polygon getFootprint()
- Returns:
- the footprint of this cell in horizontal space.
-
getParentDomain
DiscreteHorizontalDomain<? extends HorizontalCell> getParentDomain()
- Returns:
- the parent
DiscreteHorizontalDomain
of which this cell is a part
-
-