Package ucar.nc2.ft
Interface FeatureDatasetPoint
-
- All Superinterfaces:
AutoCloseable
,Closeable
,FeatureDataset
,FileCacheable
- All Known Implementing Classes:
PointDatasetImpl
,PointDatasetRemote
public interface FeatureDatasetPoint extends FeatureDataset
A FeatureDataset, composed of one or more DsgFeatureCollections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calcBounds(Formatter sf)
List<DsgFeatureCollection>
getPointFeatureCollectionList()
Get a list of DsgFeatureCollection contained in this dataset.-
Methods inherited from interface ucar.nc2.ft.FeatureDataset
attributes, close, findGlobalAttributeIgnoreCase, getBoundingBox, getCalendarDateEnd, getCalendarDateRange, getCalendarDateStart, getDataVariable, getDataVariables, getDescription, getDetailInfo, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getTitle
-
Methods inherited from interface ucar.nc2.util.cache.FileCacheable
getLastModified, reacquire, release, setFileCache
-
-
-
-
Method Detail
-
getPointFeatureCollectionList
List<DsgFeatureCollection> getPointFeatureCollectionList()
Get a list of DsgFeatureCollection contained in this dataset. These will all be of type PointFeatureCollection, PointFeatureCC, or PointFeatureCCC.- Returns:
- list of DsgFeatureCollection contained in this dataset
-
calcBounds
void calcBounds(Formatter sf)
-
-