Package ucar.nc2.ft

Interface StationTimeSeriesFeature

    • Method Detail

      • size

        int size()
        The number of points in the time series. May not be known until after iterating through the collection.
        Specified by:
        size in interface DsgFeatureCollection
        Returns:
        number of points in the time series, or -1 if not known.
      • subset

        StationTimeSeriesFeature subset​(CalendarDateRange dateRange)
        Subset this collection by calendar dateRange
        Parameters:
        dateRange - only points in this date range. may be null.
        Returns:
        subsetted collection, may be null if empty