|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gps.postprocessing.CorrectedJob
public class CorrectedJob
A CorrectedJob only has the corrections. These are matched up with the surveyed points from the model to create a SurveyReport.
| 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 |
|---|
public CorrectedJob()
| Method Detail |
|---|
public java.util.Map getLocationInfoFields()
public java.util.Map getHeaderInfoFields()
public java.util.Map getUnitInfoFields()
public java.lang.String getJobFilename()
public void setJobFilename(java.lang.String inJobFilename)
public java.io.File getCorrectionDirectory()
public void setCorrectionDirectory(java.io.File inCorrectionDirectory)
public void setCorrectionFiles(java.util.ArrayList<java.io.File> inCorrectionFiles)
public java.util.Map<java.lang.String,CorrectedLocation> getCorrectedLocations()
public void addCorrectedLocation(CorrectedLocation cl)
Adds the corrected location to correctedLocations.
cl -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||