Uses of Interface
org.geotools.api.coverage.grid.GridCoordinates
Packages that use GridCoordinates
-
Uses of GridCoordinates in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return GridCoordinates -
Uses of GridCoordinates in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement GridCoordinatesModifier and TypeClassDescriptionclass
Holds the set of grid coordinates that specifies the location of the grid point within the grid.static final class
An immutableGridCoordinates
.class
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 GridCoordinatesModifier and TypeMethodDescriptionGeneralGridEnvelope.getHigh()
Returns the valid maximum inclusive grid coordinates.GeneralGridEnvelope.getLow()
Returns the valid minimum inclusive grid coordinates.Constructors in org.geotools.coverage.grid with parameters of type GridCoordinatesModifierConstructorDescriptionGeneralGridCoordinates
(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.