| Package | Description |
|---|---|
| ucar.nc2.grib.collection |
| Modifier and Type | Class and Description |
|---|---|
class |
Grib1Collection
Grib1 specific part of GribCollection
|
class |
Grib1Partition
PartitionCollection for Grib1.
|
class |
Grib2Collection
Grib2 specific part of GribCollection
|
class |
Grib2Partition
PartitionCollection for Grib2.
|
class |
PartitionCollectionImmutable
An Immutable PartitionCollection
|
| Modifier and Type | Field and Description |
|---|---|
protected GribCollectionImmutable |
GribIosp.gribCollection |
| Modifier and Type | Method and Description |
|---|---|
static GribCollectionImmutable |
GribCdmIndex.acquireGribCollection(FileFactory factory,
Object hashKey,
String location,
int buffer_size,
CancelTask cancelTask,
Object spiObject) |
GribCollectionImmutable |
PartitionCollectionMutable.Partition.getGribCollection() |
GribCollectionImmutable |
PartitionCollectionImmutable.Partition.getGribCollection() |
GribCollectionImmutable |
GribCollectionImmutable.GroupGC.getGribCollection() |
GribCollectionImmutable |
PartitionCollectionImmutable.getLatestGribCollection(List<String> paths) |
static GribCollectionImmutable |
GribCdmIndex.openCdmIndex(String indexFilename,
FeatureCollectionConfig config,
boolean useCache,
org.slf4j.Logger logger) |
static GribCollectionImmutable |
GribCdmIndex.openCdmIndex(String indexFilename,
FeatureCollectionConfig config,
org.slf4j.Logger logger) |
static GribCollectionImmutable |
GribCdmIndex.openGribCollection(FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger)
Open GribCollection from config.
|
static GribCollectionImmutable |
GribCdmIndex.openGribCollectionFromDataFile(boolean isGrib1,
MFile mfile,
CollectionUpdateType updateType,
FeatureCollectionConfig config,
Formatter errlog,
org.slf4j.Logger logger) |
static GribCollectionImmutable |
GribCdmIndex.openGribCollectionFromIndexFile(RandomAccessFile indexRaf,
FeatureCollectionConfig config,
org.slf4j.Logger logger)
Create a grib collection / partition collection from an existing ncx2 file.
|
static GribCollectionImmutable |
GribCdmIndex.openGribCollectionFromRaf(RandomAccessFile raf,
FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Grib2Iosp.makeVariableNameFromTable(Grib2Customizer tables,
GribCollectionImmutable gribCollection,
GribCollectionImmutable.VariableIndex vindex,
boolean useGenType) |
| Constructor and Description |
|---|
Grib1Iosp(GribCollectionImmutable gc) |
Grib2Iosp(GribCollectionImmutable gc) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.