|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCoordinates | |
---|---|
org.opengis.coverage | Coverages (generate a value for any point). |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
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()
Returns the valid minimum inclusive grid coordinate. |
GridCoordinates |
GridValuesMatrix.getStartSequence()
Identifies the grid point to be associated with the first record in the values sequence. |
GridCoordinates |
GridRange.getUpper()
Returns the valid maximum exclusive grid coordinate. |
GridCoordinates |
RectifiedGrid.inverseConvertCoordinates(DirectPosition p)
Converts through an affine transform a direct position to the grid coordinates of the nearest grid point. |
GridCoordinates |
ReferenceableGrid.inverseTransformCoordinates(DirectPosition p)
Transforms from 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)
Converts through an affine transform grid coordinates to a direct position. |
DirectPosition |
ReferenceableGrid.transformCoordinates(GridCoordinates g)
Transforms a grid coordinates to a direct position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |