Enum-Klasse GpsConfidence

java.lang.Object
java.lang.Enum<GpsConfidence>
de.zocher_regel.photo.gps.GpsConfidence
Alle implementierten Schnittstellen:
Serializable, Comparable<GpsConfidence>, Constable

enum GpsConfidence extends Enum<GpsConfidence>
GPS info may be exact (extracted from the JPG file), interpolated from its neighbours, unknown or manually entered.
  • Enum-Konstanten - Details

    • Exact

      public static final GpsConfidence Exact
      GPS info from JPG (camera)
    • Interpolated

      public static final GpsConfidence Interpolated
      Coordinates computed from neighbour photos
    • ManuallyEntered

      public static final GpsConfidence ManuallyEntered
      Coordinates have been manually complemented from a map (like Google Maps). The are contained in file index.properties in the same directory as the photos.
    • Unknown

      public static final GpsConfidence Unknown
      GPS info is missing.
  • Methodendetails

    • values

      public static GpsConfidence[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static GpsConfidence valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • emoji

      String emoji()
      In the GPS file (*.kml, *.gpx) the Confidence of the coordinates is represented by a symbol (emoji).
      Gibt zurück:
      the emoji that represents this GpsConfidence instance.