Package ucar.nc2.ft
Interface PointFeatureCC
-
- All Superinterfaces:
DsgFeatureCollection
- All Known Subinterfaces:
ProfileFeatureCollection
,StationProfileFeature
,StationTimeSeriesFeatureCollection
,TrajectoryFeatureCollection
,TrajectoryProfileFeature
- All Known Implementing Classes:
CompositeStationCollection
,PointFeatureCCImpl
,SectionFeatureImpl
,StandardProfileCollectionImpl
,StandardStationCollectionImpl
,StandardTrajectoryCollectionImpl
,StationCollectionStream
,StationProfileFeatureImpl
,StationProfileFeatureImpl.StationProfileFeatureSubset
,StationTimeSeriesCollectionImpl
public interface PointFeatureCC extends DsgFeatureCollection
Single nested PointFeatureCollection- Since:
- 9/23/2015.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOIterator<PointFeatureCollection>
getCollectionIterator()
General way to handle iterations on all classes that implement this interface.-
Methods inherited from interface ucar.nc2.ft.DsgFeatureCollection
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
-
-
-
-
Method Detail
-
getCollectionIterator
IOIterator<PointFeatureCollection> getCollectionIterator() throws IOException
General way to handle iterations on all classes that implement this interface. Generally, one uses class specific foreach- Returns:
- Iterator over PointFeatureCollection which may throw an IOException
- Throws:
IOException
-
-