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

Packages that use GridPointValuePair
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of GridPointValuePair in org.opengis.coverage
 

Methods in org.opengis.coverage that return GridPointValuePair
 GridPointValuePair DiscreteGridPointCoverage.point(GridCoordinates g)
          Uses data from the associated grid values matrix to construct and return the grid point value pair associated with the specified grid position.
 

Methods in org.opengis.coverage that return types with arguments of type GridPointValuePair
 List<GridPointValuePair> DiscreteGridPointCoverage.find(DirectPosition p, int limit)
          Returns the sequence of point-value pairs that include the domain objects nearest to the direct position and their distances from the direction position.
 Set<GridPointValuePair> DiscreteGridPointCoverage.getElements()
          Returns the set of point-value pairs included in this coverage.
 Set<GridPointValuePair> DiscreteGridPointCoverage.list()
          Returns the dictionary of point-value pairs that contain the objects in the domain of the coverage each paired with its record of feature attribute values.
 Set<GridPointValuePair> DiscreteGridPointCoverage.locate(DirectPosition p)
          Returns the set of point-value pairs that include the domain objects containing the specified direct position.
 Set<GridPointValuePair> DiscreteGridPointCoverage.select(Geometry s)
          Returns the set of point-value pairs that contain domain objects that lie within the specified geometry and period.
 

Uses of GridPointValuePair in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return types with arguments of type GridPointValuePair
 Set<GridPointValuePair> ValueHexagon.getControlValues()
          Returns the grid point-value pairs at the ValueHexagon centre.
 Set<GridPointValuePair> GridValueCell.getControlValues()
          Returns the set of grid point-value pairs at the corners of this GridValueCell.
 



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