Interface GridCell4D

    • Method Detail

      • getCentre

        HorizontalPosition getCentre()
        Returns:
        the centre of the grid cell in horizontal space
      • getFootprint

        Polygon getFootprint()
        Returns:
        the footprint of this grid cell in horizontal space.
      • getTimeExtent

        Extent<org.joda.time.DateTime> getTimeExtent()
        Returns:
        the range of valid times in the time axis of parent grid
      • getChronology

        org.joda.time.Chronology getChronology()
        Returns:
        the Chronology used in this grid cell
      • getVerticalExtent

        Extent<Double> getVerticalExtent()
        Returns:
        the range of valid integers in the vertical axis of parent grid
      • getGrid

        GridDomain getGrid()
        Returns:
        the parent grid of this grid cell