- Alle implementierten Schnittstellen:
Serializable,Cloneable,Map<Long,,TimeLocRec> NavigableMap<Long,,TimeLocRec> SequencedMap<Long,,TimeLocRec> SortedMap<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.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTimeLocMap(Path timeLocPath, long timeLocDiff) This class maps times (in ms) to the timeLoc record, so that the best matching record to a given time can be found. -
Methodenübersicht
Von Klasse geerbte Methoden java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putFirst, putIfAbsent, putLast, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesVon Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, isEmpty, toStringVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.NavigableMap
reversedVon Schnittstelle geerbte Methoden java.util.SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
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 entrytimeLocDiff- 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
-