ucar.nc2.ft
Interface FeatureDatasetPoint

All Superinterfaces:
FeatureDataset

public interface FeatureDatasetPoint
extends FeatureDataset

A FeatureDataset, composed of one or more PointFeatureCollections.

Author:
caron

Method Summary
 java.util.List<FeatureCollection> getPointFeatureCollectionList()
          Get a list of FeatureCollections contained in this dataset.
 
Methods inherited from interface ucar.nc2.ft.FeatureDataset
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle
 

Method Detail

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