@Immutable public class PartitionCollectionImmutable.Partition extends Object implements Comparable<PartitionCollectionImmutable.Partition>
Constructor and Description |
---|
Partition(PartitionCollectionMutable.Partition pcPart) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartitionCollectionImmutable.Partition o) |
FeatureCollectionConfig |
getConfig() |
String |
getFilename() |
GribCollectionImmutable |
getGribCollection() |
String |
getIndexFilenameInCache() |
long |
getLastModified() |
org.slf4j.Logger |
getLogger() |
String |
getName() |
boolean |
isGrib1() |
String |
toString() |
public Partition(PartitionCollectionMutable.Partition pcPart)
public String getName()
public String getFilename()
public long getLastModified()
public boolean isGrib1()
public FeatureCollectionConfig getConfig()
public org.slf4j.Logger getLogger()
public String getIndexFilenameInCache() throws FileNotFoundException
FileNotFoundException
public GribCollectionImmutable getGribCollection() throws IOException
IOException
public int compareTo(PartitionCollectionImmutable.Partition o)
compareTo
in interface Comparable<PartitionCollectionImmutable.Partition>
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.