public class Grib1CollectionBuilderFromIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FeatureCollectionConfig |
config |
protected Grib1Customizer |
cust |
protected static boolean |
debug |
protected GribCollectionMutable |
gc |
protected org.slf4j.Logger |
logger |
protected GribTables |
tables |
Modifier and Type | Method and Description |
---|---|
void |
assignRuntimeNames(java.util.Map<CoordinateRuntime,CoordinateRuntime> runtimes,
java.util.List<CoordinateTime2D> time2DCoords,
java.lang.String groupId) |
void |
assignVertNames(java.util.List<CoordinateVert> vertCoords) |
protected java.lang.String |
getLevelNameShort(int levelCode) |
protected java.lang.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 pv,
GribCollectionMutable.VariableIndex vi) |
protected Grib1Customizer cust
protected static final boolean debug
protected GribCollectionMutable gc
protected final org.slf4j.Logger logger
protected final FeatureCollectionConfig config
protected GribTables tables
protected int getVersion()
protected int getMinVersion()
protected java.lang.String getMagicStart()
protected GribTables makeCustomizer() throws java.io.IOException
java.io.IOException
protected java.lang.String getLevelNameShort(int levelCode)
protected GribHorizCoordSystem readGds(GribCollectionProto.Gds p)
protected boolean readIndex(RandomAccessFile raf)
protected boolean readExtensions(GribCollectionProto.GribCollection proto)
protected GribCollectionMutable.VariableIndex readVariableExtensions(GribCollectionMutable.GroupGC group, GribCollectionProto.Variable pv, GribCollectionMutable.VariableIndex vi)
protected GribCollectionMutable.GroupGC readGroup(GribCollectionProto.Group p)
public void assignVertNames(java.util.List<CoordinateVert> vertCoords)
public void assignRuntimeNames(java.util.Map<CoordinateRuntime,CoordinateRuntime> runtimes, java.util.List<CoordinateTime2D> time2DCoords, java.lang.String groupId)