Klasse TimeLocMap

Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<Long,TimeLocRec>, NavigableMap<Long,TimeLocRec>, SequencedMap<Long,TimeLocRec>, SortedMap<Long,TimeLocRec>

final class TimeLocMap extends TreeMap<Long,TimeLocRec>
From this map the best fitting timeLoc entry may be found. The entry consists of time (HH:MM) and the coordinates. It is used to complete the EXIF GPS data in the show, which completes the this data in the JPG.
  • Konstruktordetails

    • TimeLocMap

      TimeLocMap(Path timeLocPath, long timeLocDiff) throws de.zocher_regel.util.UtilException
      This class maps times (in ms) to the timeLoc record, so that the best matching record to a given time can be found.
      Parameter:
      timeLocPath - of the timeLoc file that is used by this map for finding the best fitting entry
      timeLocDiff - timeLoc timezone in ms since 1970 - camera / exif timezone, ideally 0L
      Löst aus:
      de.zocher_regel.util.UtilException - in case of any error, e. g. IOException