ucar.nc2.ft
Interface SectionFeature

All Superinterfaces:
FeatureCollection, NestedPointFeatureCollection

public interface SectionFeature
extends NestedPointFeatureCollection

A collection of profiles which originate along a trajectory.

Since:
Mar 18, 2008
Author:
caron

Method Summary
 int size()
          The number of profiles along the trajectory.
 
Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, subset
 
Methods inherited from interface ucar.nc2.ft.FeatureCollection
getCollectionFeatureType, getName
 

Method Detail

size

int size()
The number of profiles along the trajectory.

Specified by:
size in interface NestedPointFeatureCollection
Returns:
number of profiles along the trajectory.