com.partnersoft.gps.postprocessing
Class CorrectedJob

java.lang.Object
  extended by com.partnersoft.gps.postprocessing.CorrectedJob

public class CorrectedJob
extends java.lang.Object

A CorrectedJob only has the corrections. These are matched up with the surveyed points from the model to create a SurveyReport.

Author:
russell

Constructor Summary
CorrectedJob()
           
 
Method Summary
 void addCorrectedLocation(CorrectedLocation cl)
           Adds the corrected location to correctedLocations.
 java.util.Map<java.lang.String,CorrectedLocation> getCorrectedLocations()
          Returns corrections keyed by their GPS ID.
 java.io.File getCorrectionDirectory()
           
 java.util.Map getHeaderInfoFields()
           
 java.lang.String getJobFilename()
           
 java.util.Map getLocationInfoFields()
           
 java.util.Map getUnitInfoFields()
           
 void setCorrectionDirectory(java.io.File inCorrectionDirectory)
           
 void setCorrectionFiles(java.util.ArrayList<java.io.File> inCorrectionFiles)
           
 void setJobFilename(java.lang.String inJobFilename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectedJob

public CorrectedJob()
Method Detail

getLocationInfoFields

public java.util.Map getLocationInfoFields()

getHeaderInfoFields

public java.util.Map getHeaderInfoFields()

getUnitInfoFields

public java.util.Map getUnitInfoFields()

getJobFilename

public java.lang.String getJobFilename()

setJobFilename

public void setJobFilename(java.lang.String inJobFilename)

getCorrectionDirectory

public java.io.File getCorrectionDirectory()

setCorrectionDirectory

public void setCorrectionDirectory(java.io.File inCorrectionDirectory)

setCorrectionFiles

public void setCorrectionFiles(java.util.ArrayList<java.io.File> inCorrectionFiles)

getCorrectedLocations

public java.util.Map<java.lang.String,CorrectedLocation> getCorrectedLocations()
Returns corrections keyed by their GPS ID.

Returns:

addCorrectedLocation

public void addCorrectedLocation(CorrectedLocation cl)

Adds the corrected location to correctedLocations.

Parameters:
cl -