|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCoordinates | |
---|---|
org.opengis.coverage.grid.quadrilateral |
Uses of GridCoordinates in org.opengis.coverage.grid.quadrilateral |
---|
Methods in org.opengis.coverage.grid.quadrilateral that return GridCoordinates | |
---|---|
GridCoordinates |
GridCoordinatesFactory.createCoordinates(int dimensions)
Allows the user to specify the dimensionality of the desired GridCoordinates object, but does not specify the initial values. |
GridCoordinates |
GridCoordinatesFactory.createCoordinates(int x0,
int x1)
|
GridCoordinates |
GridCoordinatesFactory.createCoordinates(int x0,
int x1,
int x2)
|
GridCoordinates |
GridCoordinatesFactory.createCoordinates(int x0,
int x1,
int x2,
int x3)
|
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 |
GridValuesMatrix.getStartSequence()
Identifies the grid point to be associated with the first record in the values sequence. |
GridCoordinates |
RectifiableGrid.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.quadrilateral with parameters of type GridCoordinates | |
---|---|
DirectPosition |
RectifiableGrid.convertCoordinates(GridCoordinates g)
Converts grid coordinates through an affine transform to a direct position. |
DirectPosition |
ReferenceableGrid.transformCoordinates(GridCoordinates g)
Transforms the specified GridCoordinates to a location in an external CRS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |