public class Grib2PartitionBuilderFromIndex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FeatureCollectionConfig |
config |
protected Grib2Tables |
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) |
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 proto,
GribCollectionMutable.VariableIndex vi) |
protected Grib2Tables cust
protected static final boolean debug
protected GribCollectionMutable gc
protected final org.slf4j.Logger logger
protected final FeatureCollectionConfig config
protected GribTables tables
public java.lang.String getMagicStart()
protected boolean readExtensions(GribCollectionProto.GribCollection proto)
protected GribCollectionMutable.VariableIndex readVariableExtensions(GribCollectionMutable.GroupGC group, GribCollectionProto.Variable proto, GribCollectionMutable.VariableIndex vi)
protected int getVersion()
protected int getMinVersion()
protected GribTables makeCustomizer()
protected java.lang.String getLevelNameShort(int levelCode)
protected GribHorizCoordSystem readGds(GribCollectionProto.Gds p)
protected boolean readIndex(RandomAccessFile raf)
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)