Menu

Commit [r14691]  Maximize  Restore  History

restructuring GPSProcessing to Version 2.0 - step 3

scnadine 2011-03-18

changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/GPSCompareWithFlammData.java
added /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/stopPointAlgorithms
changed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSProcessing.java
removed /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/FlammStopPointStageCharacteristicsCalculator.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/stopPointStagesAlgorithms/FlammStopPointStageCharacteristicsCalculator.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/FlammStopPointStageWriter.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/stopPointStagesAlgorithms/FlammStopPointStageWriter.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageAlgorithm.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageAlgorithm.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalc95PercentileAcceleration.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalc95PercentileAcceleration.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalc95PercentileSpeed.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalc95PercentileSpeed.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcAverageSpeed.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcAverageSpeed.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcCharacteristics.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcCharacteristics.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcDistance.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcDistance.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcDuration.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcDuration.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcMedianAcceleration.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcMedianAcceleration.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageCalcMedianSpeed.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageCalcMedianSpeed.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageJoinStages.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageJoinStages.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageModeDetection.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageModeDetection.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageReassignStageIDs.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageReassignStageIDs.java
copied /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/stopPointStageAlgorithm/GPSStopPointStageWriter.java -> /playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/stopPointStagesAlgorithms/GPSStopPointStageWriter.java
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsCompareWithFlammData/GPSCompareWithFlammData.java Diff Switch to side-by-side view
Loading...
/playgrounds/trunk/scnadine/src/main/java/playground/scnadine/gpsProcessingV2/GPSProcessing.java Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB