Package ucar.nc2.grib.collection
Class PartitionCollectionImmutable.VariableIndexPartitioned
- java.lang.Object
-
- ucar.nc2.grib.collection.GribCollectionImmutable.VariableIndex
-
- ucar.nc2.grib.collection.PartitionCollectionImmutable.VariableIndexPartitioned
-
- Enclosing class:
- PartitionCollectionImmutable
@Immutable public class PartitionCollectionImmutable.VariableIndexPartitioned extends GribCollectionImmutable.VariableIndex
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.grib.collection.GribCollectionImmutable.VariableIndex
GribCollectionImmutable.VariableIndex.Info
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNparts()GribCollectionImmutable.TypegetType()voidshow(Formatter sb)voidshowSparseArray(Formatter f)-
Methods inherited from class ucar.nc2.grib.collection.GribCollectionImmutable.VariableIndex
countNRecords, equals, getCategory, getCoordinate, getCoordinate, getCoordinateIndex, getCoordinates, getDiscipline, getEnsDerivedType, getGenProcessType, getGribParameter, getGroup, getIntvName, getIntvType, getLevelType, getNdups, getNmissing, getNrecords, getParameter, getPercentileValue, getProbabilityName, getProbType, getRank, getSize, getSparseArray, getSpatialStatisticalProcessType, getStatType, getTableVersion, hashCode, isEnsemble, isLayer, makeVariableDescription, makeVariableName, makeVariableUnits, readRecords, toString, toStringFrom
-
-
-
-
Method Detail
-
getNparts
public int getNparts()
-
getType
public GribCollectionImmutable.Type getType()
-
show
public void show(Formatter sb)
-
showSparseArray
public void showSparseArray(Formatter f) throws IOException
- Throws:
IOException
-
-