Package | Description |
---|---|
it.geosolutions.imageio.plugins.netcdf |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.