Uses of Class
org.geotools.coverage.grid.GridCoverageBuilder.Variable
-
Packages that use GridCoverageBuilder.Variable Package Description org.geotools.coverage.grid GridCoverage2D implementation. -
-
Uses of GridCoverageBuilder.Variable in org.geotools.coverage.grid
Fields in org.geotools.coverage.grid with type parameters of type GridCoverageBuilder.Variable Modifier and Type Field Description protected List<GridCoverageBuilder.Variable>
GridCoverageBuilder. variables
The list of variables created.Methods in org.geotools.coverage.grid that return GridCoverageBuilder.Variable Modifier and Type Method Description GridCoverageBuilder.Variable
GridCoverageBuilder. newVariable(CharSequence name, Unit<?> units)
Creates a new variable, which will be mapped to a sample dimension.
-