public interface

ExternalDataPersistenceService

vars.ExternalDataPersistenceService
Known Indirect Subclasses

Class Overview

Interface for linking into data that is needed by VARS but which exists outside of the VARS database. This would normally be EXPD data (position, salinity, temperature, etc.)

Summary

Public Methods
abstract VideoMoment findTimecodeNearDate(String platform, Date date, int millisecTolerance)
abstract List<VideoMoment> findTimecodesNearDate(String platform, Date date, int millisecTolerance)
abstract VideoMoment interpolateTimecodeByDate(String cameraIdentifier, Date date, int millisecTolerance, double frameRate)
Interpolate a timecode based on a given date.

Public Methods

public abstract VideoMoment findTimecodeNearDate (String platform, Date date, int millisecTolerance)

public abstract List<VideoMoment> findTimecodesNearDate (String platform, Date date, int millisecTolerance)

public abstract VideoMoment interpolateTimecodeByDate (String cameraIdentifier, Date date, int millisecTolerance, double frameRate)

Interpolate a timecode based on a given date. I