public abstract static class NetcdfFile.Builder<T extends NetcdfFile.Builder<T>> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | location | 
| Group.Builder | rootGroup | 
| Constructor and Description | 
|---|
| Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| NetcdfFile | build() | 
| T | setId(String id) | 
| T | setIosp(AbstractIOServiceProvider iosp) | 
| T | setLocation(String location)Set the location, a URL or local filename. | 
| T | setRootGroup(Group.Builder rootGroup) | 
| T | setTitle(String title)Set the dataset "human readable" title. | 
public String location
public Group.Builder rootGroup
public NetcdfFile build()
public T setIosp(AbstractIOServiceProvider iosp)
public T setRootGroup(Group.Builder rootGroup)