Package ucar.nc2
Class NetcdfFile.Builder<T extends NetcdfFile.Builder<T>>
java.lang.Object
ucar.nc2.NetcdfFile.Builder<T>
- Direct Known Subclasses:
NetcdfDataset.Builder
- Enclosing class:
- NetcdfFile
A builder of NetcdfFile objects.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setLocation(String location) Set the location, a URL or local filename.setRootGroup(Group.Builder rootGroup) Set the dataset "human readable" title.
-
Field Details
-
rootGroup
-
location
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setRootGroup
-
setIosp
-
setId
-
setTitle
Set the dataset "human readable" title. -
setLocation
Set the location, a URL or local filename. -
build
-