Class OmsGeopaparazzi3Converter
- java.lang.Object
-
- org.hortonmachine.gears.libs.modules.HMModel
-
- org.hortonmachine.gears.io.geopaparazzi.OmsGeopaparazzi3Converter
-
public class OmsGeopaparazzi3Converter extends HMModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTIONbooleandoLoglinesbooleandoLogpointsbooleandoMediabooleandoNotesStringinGeopaparazzistatic StringOMSGEOPAPARAZZICONVERTER_DO_BOOKMARKS_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_DO_LOG_LINES_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_DO_LOG_POINTS_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_DO_MEDIA_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_DO_NOTES_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_IN_GEOPAPARAZZI_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_LABELstatic StringOMSGEOPAPARAZZICONVERTER_NAMEstatic StringOMSGEOPAPARAZZICONVERTER_OUT_DATA_DESCRIPTIONstatic StringOMSGEOPAPARAZZICONVERTER_TAGSStringoutData
-
Constructor Summary
Constructors Constructor Description OmsGeopaparazzi3Converter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static doubleexifFormat2degreeDecimal(String exifFormat)Convert exif format to decimal degree.voidprocess()-
Methods inherited from class org.hortonmachine.gears.libs.modules.HMModel
checkCancel, checkFileExists, checkNull, checkWorkingFolderInPath, concatOr, dumpRaster, dumpVector, getDefaultThreadsNum, getRaster, getVector, help, isCanceled, template
-
-
-
-
Field Detail
-
inGeopaparazzi
public String inGeopaparazzi
-
doNotes
public boolean doNotes
-
doLoglines
public boolean doLoglines
-
doLogpoints
public boolean doLogpoints
-
doMedia
public boolean doMedia
-
outData
public String outData
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_LABEL
public static final String OMSGEOPAPARAZZICONVERTER_LABEL
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_TAGS
public static final String OMSGEOPAPARAZZICONVERTER_TAGS
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_NAME
public static final String OMSGEOPAPARAZZICONVERTER_NAME
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_OUT_DATA_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_OUT_DATA_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_DO_BOOKMARKS_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_DO_BOOKMARKS_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_DO_MEDIA_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_DO_MEDIA_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_DO_LOG_POINTS_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_DO_LOG_POINTS_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_DO_LOG_LINES_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_DO_LOG_LINES_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_DO_NOTES_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_DO_NOTES_DESCRIPTION
- See Also:
- Constant Field Values
-
OMSGEOPAPARAZZICONVERTER_IN_GEOPAPARAZZI_DESCRIPTION
public static final String OMSGEOPAPARAZZICONVERTER_IN_GEOPAPARAZZI_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
process
public void process() throws IOException- Throws:
IOException
-
exifFormat2degreeDecimal
public static double exifFormat2degreeDecimal(String exifFormat)
Convert exif format to decimal degree.- Parameters:
exifFormat- the exif string of the gps position.- Returns:
- the decimal degree.
-
-