org.opengis.coverage.grid
Interface GridCell

Show UML class diagram
All Known Subinterfaces:
GridCell

@UML(identifier="CV_GridCell",
     specification=ISO_19123)
public interface GridCell

A grid cell delineated by the grid lines of a grid. Its corners are associated with the grid points at the intersections of the grid lines that bound it

Since:
GeoAPI 2.1

Method Summary
 Set<GridPoint> getCorners()
          Returns the collection of grid points at the corners of the grid cell.
 Grid getFramework()
          Returns the grid of which this cell is a component.
 

Method Detail

getCorners

@UML(identifier="corner",
     obligation=MANDATORY,
     specification=ISO_19123)
Set<GridPoint> getCorners()
Returns the collection of grid points at the corners of the grid cell. The size of this collection has no upper bound, to allow for grids of any dimension. In a quadrilateral grid, the multiplicity of corner equals 2×d, where d is the value of Grid.getDimension().

Returns:
The corners of the grid cell.
See Also:
GridPoint.getCells()

getFramework

@UML(identifier="framework",
     obligation=MANDATORY,
     specification=ISO_19123)
Grid getFramework()
Returns the grid of which this cell is a component.

Returns:
The grid of which this cell is a component.
See Also:
Grid.getCells()


Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.