Package ucar.nc2.write
Class Ncdump.Builder
java.lang.Object
ucar.nc2.write.Ncdump.Builder
- Enclosing class:
- Ncdump
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setCancelTask(CancelTask cancelTask) allow task to be cancelledsetLocationName(String locationName) setNcml(boolean ncml) set true if outout should be ncml, otherwise CDL.show all Variable's valuesshow Coordinate Variable's values onlysetStrict(boolean strict) strict CDL representation, default falsesetVarNames(String varNames) setWantValues(Ncdump.WantValues wantValues) set what Variables' values you want output.
-
Method Details
-
setShowAllValues
show all Variable's values -
setShowCoordValues
show Coordinate Variable's values only -
setLocationName
-
setWantValues
set what Variables' values you want output. -
setNcml
set true if outout should be ncml, otherwise CDL. -
setStrict
strict CDL representation, default false -
setVarNames
- Parameters:
varNames- semicolon delimited list of variables whose data should be printed. May have Fortran90 like selector: eg varName(1:2,*,2)
-
setCancelTask
allow task to be cancelled -
build
-