ucar.nc2.ft
Interface FeatureCollection

All Known Subinterfaces:
NestedPointFeatureCollection, PointFeatureCollection, ProfileFeature, ProfileFeatureCollection, SectionFeature, SectionFeatureCollection, StationProfileFeature, StationProfileFeatureCollection, StationTimeSeriesFeature, StationTimeSeriesFeatureCollection, TrajectoryFeature, TrajectoryFeatureCollection

public interface FeatureCollection

A collection of FeatureTypes.

Since:
Mar 20, 2008
Author:
caron

Method Summary
 FeatureType getCollectionFeatureType()
          All features in this collection have this feature type
 java.lang.String getName()
          Get the name of this feature collection.
 

Method Detail

getName

java.lang.String getName()
Get the name of this feature collection.

Returns:
the name of this feature collection

getCollectionFeatureType

FeatureType getCollectionFeatureType()
All features in this collection have this feature type

Returns:
the feature type