public class DodsNetcdfFiles extends Object
| Constructor and Description |
|---|
DodsNetcdfFiles() |
| Modifier and Type | Method and Description |
|---|---|
static String |
canonicalURL(String urlName)
Create the canonical form of the URL.
|
static int |
convertToDODSType(ucar.ma2.DataType dataType)
Get the DODS data class corresponding to the Netcdf data type.
|
static ucar.ma2.DataType |
convertToNCType(BaseType dtype,
boolean isUnsigned)
Get the Netcdf data type corresponding to the DODS BaseType class.
|
static ucar.ma2.DataType |
convertToNCType(int dodsDataType,
boolean isUnsigned)
Get the Netcdf data type corresponding to the DODS data type.
|
static boolean |
isUnsigned(BaseType dtype)
Get whether this is an unsigned type.
|
static String |
makeDODSname(ucar.nc2.dods.DodsV dodsV) |
static String |
makeDODSName(String name) |
static String |
makeShortName(String name) |
static void |
setDebugFlags(ucar.nc2.util.DebugFlags debugFlag)
Debugging
|
public static void setDebugFlags(ucar.nc2.util.DebugFlags debugFlag)
public static String canonicalURL(String urlName)
urlName - the url stringpublic static String makeDODSname(ucar.nc2.dods.DodsV dodsV)
public static int convertToDODSType(ucar.ma2.DataType dataType)
dataType - Netcdf data type.public static ucar.ma2.DataType convertToNCType(int dodsDataType,
boolean isUnsigned)
dodsDataType - DODS type enum, from dods.dap.Attribute.XXXX.isUnsigned(opendap.dap.BaseType)public static ucar.ma2.DataType convertToNCType(BaseType dtype, boolean isUnsigned)
dtype - DODS BaseType.isUnsigned(opendap.dap.BaseType)public static boolean isUnsigned(BaseType dtype)
dtype - DODS BaseType.