ucar.nc2.ft
Interface FeatureCollection

All Known Subinterfaces:
NestedPointFeatureCollection, PointFeatureCollection, ProfileFeature, ProfileFeatureCollection, SectionFeature, SectionFeatureCollection, StationProfileFeature, StationProfileFeatureCollection, StationTimeSeriesFeature, StationTimeSeriesFeatureCollection, TrajectoryFeature, TrajectoryFeatureCollection
All Known Implementing Classes:
CompositePointCollection, CompositeStationCollection, CompositeStationCollectionFlattened, MultipleNestedPointCollectionImpl, OneNestedPointCollectionImpl, PointCollectionImpl, PointCollectionImpl.PointCollectionSubset, ProfileFeatureImpl, RemoteStationCollection, SectionCollectionImpl, SectionFeatureImpl, StandardPointCollectionImpl, StandardProfileCollectionImpl, StandardSectionCollectionImpl, StandardStationCollectionImpl, StandardStationProfileCollectionImpl, StandardTrajectoryCollectionImpl, StationFeatureImpl, StationProfileCollectionImpl, StationProfileFeatureImpl, StationTimeSeriesCollectionFlattened, StationTimeSeriesCollectionImpl, TrajectoryFeatureImpl

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
 String getName()
          Get the name of this feature collection.
 

Method Detail

getName

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


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