ucar.nc2.ft
Interface FeatureDatasetPoint

All Superinterfaces:
FeatureDataset, FileCacheable
All Known Implementing Classes:
PointDatasetImpl, PointDatasetRemote

public interface FeatureDatasetPoint
extends FeatureDataset

A FeatureDataset, composed of one or more PointFeatureCollections.

Author:
caron

Method Summary
 List<FeatureCollection> getPointFeatureCollectionList()
          Get a list of FeatureCollections contained in this dataset.
 
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
 

Method Detail

getPointFeatureCollectionList

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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.