Package ucar.nc2.dt

Interface TrajectoryObsDataset

    • Method Detail

      • getTrajectoryIds

        List<String> getTrajectoryIds()
        Deprecated.
        Get a list of String IDs for the available trajectories.
        Returns:
        list of ids for this dataset
      • getTrajectories

        List getTrajectories()
        Deprecated.
        Get trajectories contained in this dataset.
        Returns:
        List of type TrajectoryObsDatatype.
      • getTrajectory

        TrajectoryObsDatatype getTrajectory​(String trajectoryId)
        Deprecated.
        Get the named trajectory
        Parameters:
        trajectoryId - id of trajectory
        Returns:
        the named trajectory
      • syncExtend

        boolean syncExtend()
        Deprecated.
        Syncronize with the underlying dataset if it has been extended in a way that is compatible with the existing structural metadata (for instance, if the unlimited dimension has grown). Return true if syncronization was needed and sucessful. Otherwise, return false. NOTE: For now, assuming growth of the unlimited dimension only allowed change. To get range for new extent only, use getRange( oldNumPoints + 1, newNumPoints, 1)
        Returns:
        true if syncronization was needed and sucessful, otherwise false.