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 GridCoordinatesGridEnvelope. getHigh()Returns the maximal coordinate values for all grid points within the grid.GridCoordinatesGridEnvelope. 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 classGeneralGridCoordinatesHolds the set of grid coordinates that specifies the location of the grid point within the grid.static classGeneralGridCoordinates.ImmutableAn immutableGridCoordinates.classGridCoordinates2DHolds 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 GridCoordinatesGeneralGridEnvelope. getHigh()Returns the valid maximum inclusive grid coordinates.GridCoordinatesGeneralGridEnvelope. 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.
-