java.lang.Object
de.zocher_regel.photo.gps.Gps
de.zocher_regel.photo.gps.GpsKml
KML file (Keyhole Markup Language for Google Earth).
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden de.zocher_regel.photo.gps.Gps
defaultFileName, write
-
Felddetails
-
defaultExtension
Default extension of a Google KML file.- Siehe auch:
-
defaultFileName
Default filename of a KML file in this module.- Siehe auch:
-
-
Konstruktordetails
-
GpsKml
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:
defaultExtensionin KlasseGps- 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:
getGpsFileFootin KlasseGps- 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:
getGpsFileHeadin KlasseGps- 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:
getGpsFileTemplatein KlasseGps- Gibt zurück:
- the XML main section with placeholders
-