|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetCDFUtilities.CheckType | |
|---|---|
| it.geosolutions.imageio.plugins.netcdf | |
| Uses of NetCDFUtilities.CheckType in it.geosolutions.imageio.plugins.netcdf |
|---|
| Methods in it.geosolutions.imageio.plugins.netcdf that return NetCDFUtilities.CheckType | |
|---|---|
static NetCDFUtilities.CheckType |
NetCDFUtilities.getCheckType(NetcdfDataset dataset)
Depending on the type of model/netcdf file, we will check for the presence of some variables rather than some others. |
static NetCDFUtilities.CheckType |
NetCDFUtilities.CheckType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetCDFUtilities.CheckType[] |
NetCDFUtilities.CheckType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in it.geosolutions.imageio.plugins.netcdf with parameters of type NetCDFUtilities.CheckType | |
|---|---|
static boolean |
NetCDFUtilities.isVariableAccepted(String name,
NetCDFUtilities.CheckType checkType)
NetCDF files may contains a wide set of variables. |
static boolean |
NetCDFUtilities.isVariableAccepted(Variable var,
NetCDFUtilities.CheckType checkType)
NetCDF files may contains a wide set of variables. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||