| Package | Description |
|---|---|
| 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 | 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 |
VariableIF.getEnumTypedef() |
EnumTypedef |
Variable.getEnumTypedef()
Get the EnumTypedef, only use if getDataType.isEnum()
|
| 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-2015 UCAR/Unidata. All Rights Reserved.