Package | Description |
---|---|
dap4.cdm | |
dap4.servlet | |
ucar.nc2 |
The public API to the Java-NetCDF library.
|
ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
Modifier and Type | Method and Description |
---|---|
protected EnumTypedef |
DSPToCDM.createEnum(DapEnum dapenum,
Group cdmparent,
NodeMap nodemap) |
Modifier and Type | Method and Description |
---|---|
protected EnumTypedef |
CDMDSP.findMatchingEnum(EnumTypedef varenum)
Unfortunately, the CDM Iosp does not
actually use the declared enums.
|
Modifier and Type | Method and Description |
---|---|
protected DapEnum |
CDMDSP.buildenum(EnumTypedef cdmenum) |
protected EnumTypedef |
CDMDSP.findMatchingEnum(EnumTypedef varenum)
Unfortunately, the CDM Iosp does not
actually use the declared enums.
|
Modifier and Type | Field and Description |
---|---|
protected List<EnumTypedef> |
Group.enumTypedefs |
Modifier and Type | Method and Description |
---|---|
EnumTypedef |
NetcdfFileWriter.addTypedef(Group g,
EnumTypedef td)
Add a EnumTypedef to the file.
|
EnumTypedef |
Group.findEnumeration(String name)
Find an Enumeration Typedef using its (short) name.
|
EnumTypedef |
Variable.getEnumTypedef()
Get the EnumTypedef, only use if getDataType.isEnum()
|
EnumTypedef |
VariableIF.getEnumTypedef() |
Modifier and Type | Method and Description |
---|---|
List<EnumTypedef> |
Group.getEnumTypedefs()
Get the enumerations contained directly in this group.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addEnumeration(EnumTypedef e)
Add an Enumeration
|
EnumTypedef |
NetcdfFileWriter.addTypedef(Group g,
EnumTypedef td)
Add a EnumTypedef to the file.
|
void |
Variable.setEnumTypedef(EnumTypedef enumTypedef)
Public by accident.
|
Modifier and Type | Method and Description |
---|---|
static org.jdom2.Element |
NcMLWriter.writeEnumTypedef(EnumTypedef etd,
org.jdom2.Namespace ns) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.