Klasse GpsGpx

java.lang.Object
de.zocher_regel.photo.gps.Gps
de.zocher_regel.photo.gps.GpsGpx

public final class GpsGpx extends Gps
GPX file (GPS Exchange Format).
  • Konstruktordetails

    • GpsGpx

      public GpsGpx(Path srcPath) throws de.zocher_regel.util.UtilException
      Constructor of an GPX object (GPS Exchange Format).
      Parameter:
      srcPath - either the directory with photos or the Irfanview show with qualified names of photos, if missing, the working directory (not recommended).
      Löst aus:
      de.zocher_regel.util.UtilException - if the parameter does not exist
  • Methodendetails

    • defaultExtension

      String defaultExtension()
      The extension of the GPS file e. g. "kml", "gpx".
      Angegeben von:
      defaultExtension in Klasse Gps
      Gibt zurück:
      extension like "gpx" or "kml"
    • getGpsFileFoot

      String getGpsFileFoot()
      The special GPS file (e. g. KML, GPX) is an XML file with a format depending footer.
      Angegeben von:
      getGpsFileFoot in Klasse Gps
      Gibt zurück:
      the XML snippet used as footer.
    • getGpsFileHead

      String getGpsFileHead()
      The special GPS file (e. g. KML, GPX) is an XML file with a format depending header.
      Angegeben von:
      getGpsFileHead in Klasse Gps
      Gibt zurück:
      the XML snippet used as header.
    • getGpsFileTemplate

      String getGpsFileTemplate()
      The special GPS file (e. g. KML, GPX) is an XML file with a main section with placeholders (e .g. "%1$s").
      Angegeben von:
      getGpsFileTemplate in Klasse Gps
      Gibt zurück:
      the XML main section with placeholders