java.lang.Object
java.util.AbstractCollection<ShowRec>
java.util.AbstractList<ShowRec>
java.util.AbstractSequentialList<ShowRec>
java.util.LinkedList<ShowRec>
de.zocher_regel.photo.show.Show
de.zocher_regel.photo.show.TxtShow
de.zocher_regel.photo.show.TimeLocShow
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Iterable<ShowRec>,Collection<ShowRec>,Deque<ShowRec>,List<ShowRec>,Queue<ShowRec>,SequencedCollection<ShowRec>
A show that is to be completed by GPS info (time longitude latitude).
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringThe extension of timeLoc files (.timeLoc).Von Klasse geerbte Felder de.zocher_regel.photo.show.Show
defaultShowName, filterSuffix, showExtVon Klasse geerbte Felder java.util.AbstractList
modCount -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTimeLocShow(Path path) An IrfanView show that is to completed with time and location info. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidTime and location info is added after the path entries in index.txt.voidsave()Save if the show has been updated by a timeLoc file.Von Klasse geerbte Methoden de.zocher_regel.photo.show.TxtShow
compareLastModified, dirPath, filePathVon Klasse geerbte Methoden de.zocher_regel.photo.show.Show
assertDayDir, defaultFilePath, getDefaultShowNameExt, isDayDir, saveAndCount, sizeWithoutComments, update, updateExifInPhotosVon Klasse geerbte Methoden java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, reversed, set, size, spliterator, toArray, toArrayVon Klasse geerbte Methoden java.util.AbstractSequentialList
iteratorVon Klasse geerbte Methoden java.util.AbstractList
equals, hashCode, listIterator, removeRange, subListVon Klasse geerbte Methoden java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toStringVon Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Collection
parallelStream, removeIf, stream, toArrayVon Schnittstelle geerbte Methoden java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Felddetails
-
timeLocExtension
The extension of timeLoc files (.timeLoc).- Siehe auch:
-
-
Konstruktordetails
-
TimeLocShow
An IrfanView show that is to completed with time and location info. In its directory should be a index.timeLoc file with times and locations.- Parameter:
path- of the IrfanView show.- Löst aus:
de.zocher_regel.util.UtilException- at any error
-
-
Methodendetails
-
completeShowWithTimeLocs
public void completeShowWithTimeLocs()Time and location info is added after the path entries in index.txt. d:\Photo\...\2025-04-26 xxx ;-GPSLatitude=60.000 -
save
public void save() throws de.zocher_regel.util.UtilExceptionSave if the show has been updated by a timeLoc file.
-