ucar.nc2.ft
Interface FeatureDatasetPoint
- All Superinterfaces:
- FeatureDataset, ucar.nc2.util.cache.FileCacheable
public interface FeatureDatasetPoint
- extends FeatureDataset
A FeatureDataset, composed of one or more PointFeatureCollections.
- Author:
- caron
Methods inherited from interface ucar.nc2.ft.FeatureDataset |
calcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle |
Methods inherited from interface ucar.nc2.util.cache.FileCacheable |
setFileCache, sync |
getPointFeatureCollectionList
java.util.List<FeatureCollection> getPointFeatureCollectionList()
- Get a list of FeatureCollections contained in this dataset.
These will all be of type PointFeatureCollection or NestedPointFeatureCollection.
- Returns:
- list of FeatureCollections contained in this dataset