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

Packages that use GridCoordinates
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.coverage.grid Quadrilateral grid coverages. 
org.opengis.coverage.grid.quadrilateral Proposed extensions to ISO 19123 grid package. 
 

Uses of GridCoordinates in org.opengis.coverage
 

Methods in org.opengis.coverage with parameters of type GridCoordinates
 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.
 

Uses of GridCoordinates in org.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return GridCoordinates
 GridCoordinates GridPoint.getGridCoordinates()
          Returns the set of grid coordinates that specifies the location of the grid point within the grid.
 GridCoordinates GridEnvelope.getHigh()
          Returns the maximal coordinate values for all grid points within the grid.
 GridCoordinates GridEnvelope.getLow()
          Returns the minimal coordinate values for all grid points within the grid.
 GridCoordinates GridRange.getLower()
          Deprecated. Renamed as GridEnvelope.getLow().
 GridCoordinates GridValuesMatrix.getStartSequence()
          Identifies the grid point to be associated with the first record in the values sequence.
 GridCoordinates GridRange.getUpper()
          Deprecated. Replaced as GridEnvelope.getHigh() with 1 added to all ordinate values.
 GridCoordinates RectifiedGrid.inverseConvertCoordinates(DirectPosition p)
          Deprecated. Renamed as RectifiedGrid.inverseTransformCoordinates(org.opengis.geometry.DirectPosition).
 GridCoordinates ReferenceableGrid.inverseTransformCoordinates(DirectPosition p)
          Transforms from a direct position to the grid coordinates of the nearest grid point.
 GridCoordinates RectifiedGrid.inverseTransformCoordinates(DirectPosition p)
          Converts through an affine transform a direct position to the grid coordinates of the nearest grid point.
 

Methods in org.opengis.coverage.grid with parameters of type GridCoordinates
 DirectPosition RectifiedGrid.convertCoordinates(GridCoordinates g)
          Deprecated. Renamed as RectifiedGrid.transformCoordinates(org.opengis.coverage.grid.GridCoordinates).
 DirectPosition ReferenceableGrid.transformCoordinates(GridCoordinates g)
          Transforms a grid coordinates to a direct position.
 DirectPosition RectifiedGrid.transformCoordinates(GridCoordinates g)
          Converts through an affine transform grid coordinates to a direct position.
 

Uses of GridCoordinates in org.opengis.coverage.grid.quadrilateral
 

Subinterfaces of GridCoordinates in org.opengis.coverage.grid.quadrilateral
 interface GridCoordinates
          Proposed extension of ISO GridCoordinates.
 



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