Uses of Interface
org.opengis.coverage.grid.GridValueCell

Packages that use GridValueCell
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of GridValueCell in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return GridValueCell
 GridValueCell ContinuousQuadrilateralGridCoverage.locateCell(DirectPosition p)
          Returns the grid value cell that contains the specified direct position.
 

Methods in org.opengis.coverage.grid that return types with arguments of type GridValueCell
 Set<GridValueCell> ContinuousQuadrilateralGridCoverage.getElements()
          Returns the set of grid value cells that provide the structure to support the evaluate operation.
 Set<GridValueCell> ContinuousQuadrilateralGridCoverage.locate(DirectPosition p)
          Returns the grid value cell that contains the specified direct position.
 



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