Uses of Interface
org.geotools.api.coverage.grid.GridCoordinates
-
Packages that use GridCoordinates Package Description org.geotools.api.coverage.grid Quadrilateral grid coverages.org.geotools.coverage.grid GridCoverage2D implementation. -
-
Uses of GridCoordinates in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return GridCoordinates Modifier and Type Method Description 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. -
Uses of GridCoordinates in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement GridCoordinates Modifier and Type Class Description class
GeneralGridCoordinates
Holds the set of grid coordinates that specifies the location of the grid point within the grid.static class
GeneralGridCoordinates.Immutable
An immutableGridCoordinates
.class
GridCoordinates2D
Holds the set of two-dimensional grid coordinates that specifies the location of the grid point within the grid.Methods in org.geotools.coverage.grid that return GridCoordinates Modifier and Type Method Description GridCoordinates
GeneralGridEnvelope. getHigh()
Returns the valid maximum inclusive grid coordinates.GridCoordinates
GeneralGridEnvelope. getLow()
Returns the valid minimum inclusive grid coordinates.Constructors in org.geotools.coverage.grid with parameters of type GridCoordinates Constructor Description GeneralGridCoordinates(GridCoordinates coordinates)
Creates a grid coordinates which is a copy of the specified one.Immutable(GridCoordinates coordinates)
Creates an immutable grid coordinates with the specified values.
-