public class PartitionCollectionMutable.Partition extends Object implements Comparable<PartitionCollectionMutable.Partition>
Constructor and Description |
---|
Partition(MCollection dcm) |
Partition(String name,
String filename,
long lastModified,
long fileSize,
String directory,
CalendarDate partitionDate) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartitionCollectionMutable.Partition o) |
FeatureCollectionConfig |
getConfig() |
MCollection |
getDcm() |
String |
getDirectory() |
String |
getFilename() |
GribCollectionImmutable |
getGribCollection() |
String |
getIndexFilenameInCache() |
long |
getLastModified() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
boolean |
isGrib1() |
GribCollectionMutable |
makeGribCollection() |
String |
toString() |
public Partition(String name, String filename, long lastModified, long fileSize, String directory, CalendarDate partitionDate)
public Partition(MCollection dcm)
public String getName()
public String getFilename()
public String getDirectory()
public long getLastModified()
public boolean isGrib1()
public FeatureCollectionConfig getConfig()
public org.slf4j.Logger getLogger()
public MCollection getDcm()
public String getIndexFilenameInCache()
public GribCollectionImmutable getGribCollection() throws IOException
IOException
public GribCollectionMutable makeGribCollection() throws IOException
IOException
public int compareTo(PartitionCollectionMutable.Partition o)
compareTo
in interface Comparable<PartitionCollectionMutable.Partition>
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.