Uses of Interface
ucar.nc2.ft.PointFeature

Packages that use PointFeature
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.remote   
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.point.writer package ucar.nc2.ft.point.writer : Write (to files) Point Feature Types 
 

Uses of PointFeature in ucar.nc2.ft
 

Methods in ucar.nc2.ft that return PointFeature
 PointFeature PointFeatureIterator.next()
          Returns the next PointFeature.
 PointFeature PointFeatureCollection.next()
          Use the internal iterator to get the next PointFeature in the iteration.
 

Methods in ucar.nc2.ft with parameters of type PointFeature
 boolean PointFeatureIterator.Filter.filter(PointFeature pointFeature)
          True if the PointFeature passes this filter
 

Uses of PointFeature in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement PointFeature
 class PointFeatureImpl
          Abstract superclass for implementations of PointFeature.
 

Methods in ucar.nc2.ft.point that return PointFeature
 PointFeature RecordDatasetHelper.factory(StationImpl s, StructureData sdata, int recno)
           
protected abstract  PointFeature PointIteratorMultidim.makeFeature(int recnum, StructureData sdata)
           
protected abstract  PointFeature PointIteratorFromStructureData.makeFeature(int recnum, StructureData sdata)
           
 PointFeature PointIteratorMultidim.next()
           
 PointFeature PointIteratorFromStructureData.next()
           
 PointFeature PointIteratorFlatten.next()
           
 PointFeature PointIteratorFiltered.next()
           
 PointFeature PointCollectionImpl.next()
           
 

Methods in ucar.nc2.ft.point with parameters of type PointFeature
protected  void PointIteratorAbstract.calcBounds(PointFeature pf)
           
 int PointFeatureImpl.compareTo(PointFeature other)
           
 boolean PointIteratorAbstract.Filter.filter(PointFeature pdata)
           
 

Uses of PointFeature in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return PointFeature
 PointFeature FeatureMaker.make(byte[] rawBytes)
           
 PointFeature RemotePointFeatureIterator.next()
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type PointFeature
static PointStreamProto.PointFeature PointStream.encodePointFeature(PointFeature pf)
           
static PointStreamProto.PointFeatureCollection PointStream.encodePointFeatureCollection(java.lang.String name, PointFeature pf)
           
 

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

Methods in ucar.nc2.ft.point.standard that return PointFeature
protected  PointFeature StandardPointFeatureIterator.makeFeature(int recnum, StructureData sdata)
           
 

Uses of PointFeature in ucar.nc2.ft.point.writer
 

Methods in ucar.nc2.ft.point.writer with parameters of type PointFeature
 void WriterCFPointObsDataset.writeRecord(PointFeature pf, StructureData sdata)