Uses of Class
org.geotools.parameter.ParameterGroup
-
Packages that use ParameterGroup Package Description org.geotools.coverageio.gdal Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.org.geotools.parameter Parameter implementation. -
-
Uses of ParameterGroup in org.geotools.coverageio.gdal
Methods in org.geotools.coverageio.gdal that return ParameterGroup Modifier and Type Method Description protected static ParameterGroup
BaseGDALGridFormat. getDefaultParameterGroup(Map<String,String> mInfo)
Return a ParameterGroup with default General Parameter Descriptors. -
Uses of ParameterGroup in org.geotools.parameter
Subclasses of ParameterGroup in org.geotools.parameter Modifier and Type Class Description class
MatrixParameters
The values for a group of matrix parameters.Methods in org.geotools.parameter that return ParameterGroup Modifier and Type Method Description ParameterGroup
ParameterGroup. clone()
Returns a deep copy of this group of parameter values.
-