Package ucar.nc2.iosp.grads
Class GradsDataDescriptorFile.Chsub
- java.lang.Object
-
- ucar.nc2.iosp.grads.GradsDataDescriptorFile.Chsub
-
- Enclosing class:
- GradsDataDescriptorFile
protected static class GradsDataDescriptorFile.Chsub extends Object
Class to handle the CHSUB parameters
-
-
Field Summary
Fields Modifier and Type Field Description protected intendTimeIndexend time index (0 based)protected intnumTimesnumber of timesprotected intstartTimeIndexstart time index (0 based)protected StringsubStringsubstitution string
-
-
-
Field Detail
-
startTimeIndex
protected int startTimeIndex
start time index (0 based)
-
endTimeIndex
protected int endTimeIndex
end time index (0 based)
-
numTimes
protected int numTimes
number of times
-
subString
protected String subString
substitution string
-
-