protected Station s;
protected PointFeatureCollectionIterator localIterator;
public StationProfileFeatureImpl(String name, String desc, String wmoId, double lat, double lon, double alt, DateUnit timeUnit, int npts) {
super( name, FeatureType.STATION_PROFILE);
s = new StationImpl(name, desc, wmoId, lat, lon, alt);
this.timeUnit = timeUnit;
this.timeSeriesNpts = npts;
}