public interface FeatureDataset extends ucar.nc2.util.cache.FileCacheable, Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(String name)
Return the global attribute with the given name, ignoring case.
|
LatLonRect |
getBoundingBox()
The lat/lon boundingBox for the entire dataset.
|
CalendarDate |
getCalendarDateEnd()
Ending Calendar date for the entire dataset.
|
CalendarDateRange |
getCalendarDateRange()
Calendar Date range for the entire dataset.
|
CalendarDate |
getCalendarDateStart()
Starting Calendar date for the entire dataset.
|
VariableSimpleIF |
getDataVariable(String shortName)
Get the named data Variable.
|
List<VariableSimpleIF> |
getDataVariables()
The data Variables available in this dataset.
|
String |
getDescription()
Text information about this dataset.
|
void |
getDetailInfo(Formatter sf)
Show debug / underlying implementation details
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
List<Attribute> |
getGlobalAttributes()
List of global attributes.
|
String |
getImplementationName()
Show who is implementing
|
String |
getLocation()
The URI location of the dataset
|
NetcdfFile |
getNetcdfFile()
Return underlying NetcdfFile, or null if none.
|
String |
getTitle()
Title of the dataset.
|
FeatureType getFeatureType()
String getTitle()
String getDescription()
String getLocation()
getLocation
in interface ucar.nc2.util.cache.FileCacheable
CalendarDateRange getCalendarDateRange()
CalendarDate getCalendarDateStart()
CalendarDate getCalendarDateEnd()
LatLonRect getBoundingBox()
List<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(String name)
name
- attribute nameList<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(String shortName)
shortName
- of data Variable.@Nullable NetcdfFile getNetcdfFile()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
close
in interface ucar.nc2.util.cache.FileCacheable
IOException
- on i/o errorvoid getDetailInfo(Formatter sf)
sf
- append info hereString getImplementationName()