Uses of Class
org.geotools.imageio.netcdf.utilities.NetCDFUtilities.ParameterBehaviour
-
Packages that use NetCDFUtilities.ParameterBehaviour Package Description org.geotools.imageio.netcdf.utilities -
-
Uses of NetCDFUtilities.ParameterBehaviour in org.geotools.imageio.netcdf.utilities
Methods in org.geotools.imageio.netcdf.utilities that return NetCDFUtilities.ParameterBehaviour Modifier and Type Method Description static NetCDFUtilities.ParameterBehaviour
NetCDFUtilities. getParameterBehaviour(String parameter)
static NetCDFUtilities.ParameterBehaviour
NetCDFUtilities.ParameterBehaviour. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetCDFUtilities.ParameterBehaviour[]
NetCDFUtilities.ParameterBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-