public static class NetCdfWriter.Var<T> extends Object
Constructor and Description |
---|
Var(NetCdfWriter writer,
ucar.nc2.Variable variable,
Class<T> cls) |
Modifier and Type | Method and Description |
---|---|
NetCdfWriter.Var<T> |
add(T t) |
Class<T> |
cls() |
ucar.nc2.Variable |
variable() |
NetCdfWriter |
writer() |
public Var(NetCdfWriter writer, ucar.nc2.Variable variable, Class<T> cls)
public ucar.nc2.Variable variable()
public NetCdfWriter writer()
public NetCdfWriter.Var<T> add(T t)
Copyright © 2020. All rights reserved.