Uses of Interface
ucar.nc2.ft.ProfileFeature

Packages that use ProfileFeature
ucar.nc2.ft Scientific feature types package 
ucar.nc2.ft.point package ucar.nc2.ft.point : Implementation of Point Feature Types 
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of ProfileFeature in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return ProfileFeature
 ProfileFeature StationProfileFeature.getProfileByDate(Date date)
          Get a particular profile by date.
 ProfileFeature ProfileFeatureCollection.next()
          Use the internal iterator to get the next ProfileFeature in the iteration.
 ProfileFeature SectionFeature.next()
          Use the internal iterator to get the next ProfileFeature in the iteration.
 ProfileFeature StationProfileFeature.next()
          Use the internal iterator to get the next ProfileFeature in the iteration.
 

Uses of ProfileFeature in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement ProfileFeature
 class ProfileFeatureImpl
          Abstract superclass for implementations of ProfileFeature.
 

Methods in ucar.nc2.ft.point that return ProfileFeature
 ProfileFeature SectionFeatureImpl.next()
           
 ProfileFeature StationProfileFeatureImpl.next()
           
 

Uses of ProfileFeature in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return ProfileFeature
 ProfileFeature StandardProfileCollectionImpl.next()
           
 



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