All Methods Static Methods Instance Methods Concrete Methods
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) |
static Grib2Partition |
createTimePartitionFromIndex(java.lang.String name,
RandomAccessFile raf,
FeatureCollectionConfig config,
org.slf4j.Logger logger) |
protected java.lang.String |
getLevelNameShort(int levelCode) |
java.lang.String |
getMagicStart() |
protected int |
getMinVersion() |
protected int |
getVersion() |
protected GribTables |
makeCustomizer() |
static GribCollectionMutable |
openMutableGCFromIndex(java.lang.String name,
RandomAccessFile raf,
FeatureCollectionConfig config,
org.slf4j.Logger logger) |
static PartitionCollectionMutable |
openMutablePCFromIndex(java.lang.String name,
RandomAccessFile raf,
FeatureCollectionConfig config,
org.slf4j.Logger logger) |
protected boolean |
readExtensions(GribCollectionProto.GribCollection proto) |
static Grib2Collection |
readFromIndex(java.lang.String name,
RandomAccessFile raf,
FeatureCollectionConfig config,
org.slf4j.Logger logger) |
protected void |
readGds(GribCollectionProto.Gds p) |
protected GribCollectionMutable.GroupGC |
readGroup(GribCollectionProto.Group p) |
protected boolean |
readIndex(RandomAccessFile raf) |
protected GribCollectionMutable.VariableIndex |
readVariable(GribCollectionMutable.GroupGC group,
GribCollectionProto.Variable pv) |
protected GribCollectionMutable.VariableIndex |
readVariableExtensions(GribCollectionMutable.GroupGC group,
GribCollectionProto.Variable proto,
GribCollectionMutable.VariableIndex vi) |