Uses of Interface
ucar.nc2.ft.StationProfileFeature

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

Uses of StationProfileFeature in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return StationProfileFeature
 StationProfileFeature StationProfileFeatureCollection.getStationProfileFeature(Station s)
          Get the StationProfileFeature for a specific Station.
 StationProfileFeature StationProfileFeatureCollection.next()
          Use the internal iterator to get the next StationProfileFeature in the iteration.
 StationProfileFeature StationProfileFeature.subset(DateRange dateRange)
          Subset this collection by dateRange
 

Uses of StationProfileFeature in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement StationProfileFeature
 class StationProfileFeatureImpl
          Abstract superclass for implementations of StationProfileFeature.
 

Methods in ucar.nc2.ft.point that return StationProfileFeature
 StationProfileFeature StationProfileCollectionImpl.getStationProfileFeature(Station s)
           
 StationProfileFeature StationProfileCollectionImpl.next()
           
 StationProfileFeature StationProfileFeatureImpl.subset(DateRange dateRange)
           
 StationProfileFeature StationProfileFeatureImpl.subset(LatLonRect dateRange)
           
 



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