Uses of Class
org.hortonmachine.gears.io.geopaparazzi.geopap4.DaoGpsLog.GpsLog
-
Packages that use DaoGpsLog.GpsLog Package Description org.hortonmachine.gears.io.geopaparazzi org.hortonmachine.gears.io.geopaparazzi.geopap4 -
-
Uses of DaoGpsLog.GpsLog in org.hortonmachine.gears.io.geopaparazzi
Methods in org.hortonmachine.gears.io.geopaparazzi that return types with arguments of type DaoGpsLog.GpsLog Modifier and Type Method Description static List<DaoGpsLog.GpsLog>OmsGeopaparazzi4Converter. getGpsLogsList(IHMConnection connection)Get the list of gps logs.Methods in org.hortonmachine.gears.io.geopaparazzi with parameters of type DaoGpsLog.GpsLog Modifier and Type Method Description static voidOmsGeopaparazzi4Converter. populateProfilesForSingleLog(DaoGpsLog.GpsLog log, int size, double[] xProfile, double[] yProfile, double[] xPlanim, double[] yPlanim, long[] timestampArray)Extracts profile information from logs.Method parameters in org.hortonmachine.gears.io.geopaparazzi with type arguments of type DaoGpsLog.GpsLog Modifier and Type Method Description static org.geotools.feature.DefaultFeatureCollectionOmsGeopaparazzi4Converter. getLogLinesFeatureCollection(IHMProgressMonitor pm, List<DaoGpsLog.GpsLog> logsList)Convert the logs to a featurecollection. -
Uses of DaoGpsLog.GpsLog in org.hortonmachine.gears.io.geopaparazzi.geopap4
Methods in org.hortonmachine.gears.io.geopaparazzi.geopap4 that return types with arguments of type DaoGpsLog.GpsLog Modifier and Type Method Description static List<DaoGpsLog.GpsLog>DaoGpsLog. getLogsList(IHMConnection connection)Get the list of available logs.Methods in org.hortonmachine.gears.io.geopaparazzi.geopap4 with parameters of type DaoGpsLog.GpsLog Modifier and Type Method Description static voidDaoGpsLog. collectDataForLog(IHMConnection connection, DaoGpsLog.GpsLog log)Gather gps points data for a supplied log.
-