public interface FeatureDataset extends FileCacheable, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
calcBounds()
Caclulate date range and bounding box, even if the data has to be scanned.
|
void |
close()
Close all resources associated with this dataset.
|
Attribute |
findGlobalAttributeIgnoreCase(java.lang.String name)
Return the global attribute with the given name, ignoring case.
|
LatLonRect |
getBoundingBox()
The 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(java.lang.String shortName)
Get the named data Variable.
|
java.util.List<VariableSimpleIF> |
getDataVariables()
The data Variables available in this dataset.
|
DateRange |
getDateRange()
Deprecated.
use getCalendarDateRange
|
java.lang.String |
getDescription()
Text information about this dataset.
|
void |
getDetailInfo(java.util.Formatter sf)
Show debug / underlying implementation details
|
java.util.Date |
getEndDate()
Deprecated.
use getCalendarDateEnd
|
FeatureType |
getFeatureType()
Contains collections of this FeatureType.
|
java.util.List<Attribute> |
getGlobalAttributes()
List of global attributes.
|
java.lang.String |
getImplementationName()
Show who is implementing
|
java.lang.String |
getLocation()
The URI location of the dataset
|
NetcdfFile |
getNetcdfFile()
Return underlying NetcdfFile, or null if none.
|
java.util.Date |
getStartDate()
Deprecated.
use getCalendarDateStart
|
java.lang.String |
getTitle()
Title of the dataset.
|
getLastModified, reacquire, release, setFileCache
FeatureType getFeatureType()
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getLocation()
getLocation
in interface FileCacheable
CalendarDateRange getCalendarDateRange()
CalendarDate getCalendarDateStart()
CalendarDate getCalendarDateEnd()
LatLonRect getBoundingBox()
void calcBounds() throws java.io.IOException
java.io.IOException
- or read error.java.util.List<Attribute> getGlobalAttributes()
Attribute findGlobalAttributeIgnoreCase(java.lang.String name)
name
- attribute namejava.util.List<VariableSimpleIF> getDataVariables()
VariableSimpleIF getDataVariable(java.lang.String shortName)
shortName
- of data Variable.NetcdfFile getNetcdfFile()
void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
close
in interface FileCacheable
java.io.IOException
- on i/o errorvoid getDetailInfo(java.util.Formatter sf)
sf
- append info herejava.lang.String getImplementationName()
DateRange getDateRange()
java.util.Date getStartDate()
java.util.Date getEndDate()