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 int
endTimeIndex
end time index (0 based)protected int
numTimes
number of timesprotected int
startTimeIndex
start time index (0 based)protected String
subString
substitution 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
-
-