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.gridFields in org.geotools.coverage.grid with type parameters of type GridCoverageBuilder.Variable Modifier and Type Field Description protected List<GridCoverageBuilder.Variable>GridCoverageBuilder. variablesThe list of variables created.Methods in org.geotools.coverage.grid that return GridCoverageBuilder.Variable Modifier and Type Method Description GridCoverageBuilder.VariableGridCoverageBuilder. newVariable(CharSequence name, Unit<?> units)Creates a new variable, which will be mapped to a sample dimension.
 
-