Package ucar.nc2.grib.collection
Class PartitionCollectionMutable.Partition
- java.lang.Object
-
- ucar.nc2.grib.collection.PartitionCollectionMutable.Partition
-
- All Implemented Interfaces:
Comparable<PartitionCollectionMutable.Partition>
- Enclosing class:
- PartitionCollectionMutable
public class PartitionCollectionMutable.Partition extends Object implements Comparable<PartitionCollectionMutable.Partition>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PartitionCollectionMutable.Partition o)thredds.featurecollection.FeatureCollectionConfiggetConfig()thredds.inventory.MCollectiongetDcm()StringgetDirectory()StringgetFilename()GribCollectionImmutablegetGribCollection()longgetLastModified()org.slf4j.LoggergetLogger()StringgetName()booleanisGrib1()GribCollectionMutablemakeGribCollection()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getFilename
public String getFilename()
-
getDirectory
public String getDirectory()
-
getLastModified
public long getLastModified()
-
isGrib1
public boolean isGrib1()
-
getConfig
public thredds.featurecollection.FeatureCollectionConfig getConfig()
-
getLogger
public org.slf4j.Logger getLogger()
-
getDcm
public thredds.inventory.MCollection getDcm()
-
getGribCollection
public GribCollectionImmutable getGribCollection() throws IOException
- Throws:
IOException
-
makeGribCollection
@Nullable public GribCollectionMutable makeGribCollection()
-
compareTo
public int compareTo(@Nonnull PartitionCollectionMutable.Partition o)- Specified by:
compareToin interfaceComparable<PartitionCollectionMutable.Partition>
-
-