Package ucar.nc2.grib.collection
Class Grib2PartitionBuilderFromIndex
- java.lang.Object
-
- ucar.nc2.grib.collection.Grib2PartitionBuilderFromIndex
-
public class Grib2PartitionBuilderFromIndex extends Object
Read Grib2Partition From ncx Index, Data file never opened.- Since:
- 12/7/13
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureCollectionConfig
config
protected Grib2Tables
cust
protected static boolean
debug
protected GribCollectionMutable
gc
protected org.slf4j.Logger
logger
protected GribTables
tables
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
assignRuntimeNames(Map<CoordinateRuntime,CoordinateRuntime> runtimes, List<CoordinateTime2D> time2DCoords, String groupId)
void
assignVertNames(List<CoordinateVert> vertCoords)
protected String
getLevelNameShort(int levelCode)
String
getMagicStart()
protected int
getMinVersion()
protected int
getVersion()
protected GribTables
makeCustomizer()
protected boolean
readExtensions(GribCollectionProto.GribCollection proto)
protected GribHorizCoordSystem
readGds(GribCollectionProto.Gds p)
protected GribCollectionMutable.GroupGC
readGroup(GribCollectionProto.Group p)
protected boolean
readIndex(RandomAccessFile raf)
protected GribCollectionMutable.VariableIndex
readVariableExtensions(GribCollectionMutable.GroupGC group, GribCollectionProto.Variable proto, GribCollectionMutable.VariableIndex vi)
-
-
-
Field Detail
-
cust
protected Grib2Tables cust
-
debug
protected static final boolean debug
- See Also:
- Constant Field Values
-
gc
protected GribCollectionMutable gc
-
logger
protected final org.slf4j.Logger logger
-
config
protected final FeatureCollectionConfig config
-
tables
protected GribTables tables
-
-
Method Detail
-
getMagicStart
public String getMagicStart()
-
readExtensions
protected boolean readExtensions(GribCollectionProto.GribCollection proto)
-
readVariableExtensions
protected GribCollectionMutable.VariableIndex readVariableExtensions(GribCollectionMutable.GroupGC group, GribCollectionProto.Variable proto, GribCollectionMutable.VariableIndex vi)
-
getVersion
protected int getVersion()
-
getMinVersion
protected int getMinVersion()
-
makeCustomizer
protected GribTables makeCustomizer()
-
getLevelNameShort
protected String getLevelNameShort(int levelCode)
-
readGds
protected GribHorizCoordSystem readGds(GribCollectionProto.Gds p)
-
readIndex
protected boolean readIndex(RandomAccessFile raf)
-
readGroup
protected GribCollectionMutable.GroupGC readGroup(GribCollectionProto.Group p)
-
assignVertNames
public void assignVertNames(List<CoordinateVert> vertCoords)
-
assignRuntimeNames
public void assignRuntimeNames(Map<CoordinateRuntime,CoordinateRuntime> runtimes, List<CoordinateTime2D> time2DCoords, String groupId)
-
-