| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnumTypedef> |
Group.enumTypedefs |
| Modifier and Type | Method and Description |
|---|---|
EnumTypedef |
Group.findEnumeration(java.lang.String name)
Find an Enumeration Typedef using its (short) name.
|
EnumTypedef |
Variable.getEnumTypedef() |
| Modifier and Type | Method and Description |
|---|---|
java.util.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
|
void |
Variable.setEnumTypedef(EnumTypedef enumTypedef)
Public by accident.
|