ucar.nc2.ft.point.standard
Class StandardStationCollectionImpl

java.lang.Object
  extended by ucar.nc2.ft.point.OneNestedPointCollectionImpl
      extended by ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
          extended by ucar.nc2.ft.point.standard.StandardStationCollectionImpl
All Implemented Interfaces:
FeatureCollection, NestedPointFeatureCollection, StationCollection, StationTimeSeriesFeatureCollection

public class StandardStationCollectionImpl
extends StationTimeSeriesCollectionImpl

Object Heirarchy for StationFeatureCollection: StationFeatureCollection (StandardStationCollectionImpl PointFeatureCollectionIterator (anon) StationFeature (StandardStationFeatureImpl) PointFeatureIterator (StandardStationPointIterator) PointFeatureImpl

Since:
Mar 28, 2008
Author:
caron

Field Summary
 
Fields inherited from class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
localIterator, stationHelper
 
Fields inherited from class ucar.nc2.ft.point.OneNestedPointCollectionImpl
npts
 
Method Summary
protected  void initStationHelper()
           
 Station makeStation(StructureData stationData, int recnum)
          Make a Station from the station data structure.
 
Methods inherited from class ucar.nc2.ft.point.StationTimeSeriesCollectionImpl
finish, flatten, flatten, getBoundingBox, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, getStation, getStation, getStationFeature, getStations, getStations, getStations, hasNext, next, resetIteration, subset, subset
 
Methods inherited from class ucar.nc2.ft.point.OneNestedPointCollectionImpl
getCollectionFeatureType, getName, isMultipleNested, setSize, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection
isMultipleNested, size
 
Methods inherited from interface ucar.nc2.ft.FeatureCollection
getCollectionFeatureType, getName
 

Method Detail

makeStation

public Station makeStation(StructureData stationData,
                           int recnum)
Make a Station from the station data structure.

Parameters:
stationData - station data structure
recnum - station data recnum within table
Returns:
Station or null, skip this Station

initStationHelper

protected void initStationHelper()
Specified by:
initStationHelper in class StationTimeSeriesCollectionImpl


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