Klasse GpsKml

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

public final class GpsKml extends Gps
KML file (Keyhole Markup Language for Google Earth).
  • Felddetails

    • defaultExtension

      public static final String defaultExtension
      Default extension of a Google KML file.
      Siehe auch:
    • defaultFileName

      public static final String defaultFileName
      Default filename of a KML file in this module.
      Siehe auch:
  • Konstruktordetails

    • GpsKml

      public GpsKml(Path path) throws de.zocher_regel.util.UtilException
      Constructor of an KML Object (e. g. used by Google Earth).
      Parameter:
      path - 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