Class VRParameters

java.lang.Object
videoRangePanel.VRParameters
All Implemented Interfaces:
Serializable, Cloneable

public class VRParameters extends Object implements Serializable, Cloneable
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • IMAGE_SCROLL

      public static final int IMAGE_SCROLL
      See Also:
    • IMAGE_CROP

      public static final int IMAGE_CROP
      See Also:
    • IMAGE_SHRINK

      public static final int IMAGE_SHRINK
      See Also:
    • IMAGE_STRETCH

      public static final int IMAGE_STRETCH
      See Also:
    • IMAGE_SHRINKORSTRETCH

      public static final int IMAGE_SHRINKORSTRETCH
      See Also:
    • MOUSE_WHEEL_CONTROL

      public static final int MOUSE_WHEEL_CONTROL
      See Also:
    • imageScaling

      public int imageScaling
    • scaleNames

      public static String[] scaleNames
    • shortScaleNames

      public static String[] shortScaleNames
    • rangeMethod

      public int rangeMethod
      The type of method to use to get range cause the earth ain't flat.
    • drawTempHorizon

      public boolean drawTempHorizon
      Draw a temporary
    • measureAngles

      public boolean measureAngles
      True to measure angles.
    • angleDataBlock

      public String angleDataBlock
      The angle data block.
    • shoreFile

      public File shoreFile
      file name for shore data (Gebco format)
    • ignoreClosest

      public boolean ignoreClosest
      Ignore the closest segment (ie. if operating from on shore)
    • showShore

      public boolean showShore
      draw the shore line on the map
    • showShorePoints

      public boolean showShorePoints
      also highlight points on the map file (to check resolution).
    • imageDirectory

      public File imageDirectory
      The current direcory of the image file
    • maintainAspectRatio

      public boolean maintainAspectRatio
    • currentImageFile

      public File currentImageFile
      file name for the current image. Null is pasted image.
    • useTimeOffset

      public boolean useTimeOffset
      The current image time offset.
    • imageTimeParser

      public int imageTimeParser
      The current image time parser index.
    • timeOffset

      public TimeOffset timeOffset
      The current image time offset.
    • methodIndex

      public int methodIndex
      The index of the last VR method used. Only used to get back to the vr method that was last used.
    • currTideFile

      @Deprecated public File currTideFile
      Deprecated.
      file name for tide data (POLPRED format)
  • Constructor Details

    • VRParameters

      public VRParameters()
  • Method Details

    • getCurrentCalibrationData

      public VRCalibrationData getCurrentCalibrationData()
    • setCurrentCalibration

      public void setCurrentCalibration(VRCalibrationData currentCalibration)
    • findCalibrationData

      public int findCalibrationData(VRCalibrationData aCalibration)
    • addCalibrationData

      public void addCalibrationData(VRCalibrationData aCalibration)
    • removeCalibrationData

      public void removeCalibrationData(VRCalibrationData aCalibration)
    • getCameraHeight

      public double getCameraHeight()
    • clone

      public VRParameters clone()
    • getCalibrationDatas

      public ArrayList<VRCalibrationData> getCalibrationDatas()
    • setCalibrationDatas

      public void setCalibrationDatas(ArrayList<VRCalibrationData> calibrationDatas)
    • getCurrentCalibrationIndex

      public int getCurrentCalibrationIndex()
    • setCurrentCalibrationIndex

      public void setCurrentCalibrationIndex(int currentCalibrationIndex)
    • getHeightDatas

      public ArrayList<VRHeightData> getHeightDatas()
    • setHeightDatas

      public void setHeightDatas(ArrayList<VRHeightData> heightDatas)
    • getCurrentHeightIndex

      public int getCurrentHeightIndex()
    • setCurrentHeightIndex

      public void setCurrentHeightIndex(int currentHeightIndex)
    • getCurrentheightData

      public VRHeightData getCurrentheightData()
    • getShowShore

      public boolean getShowShore()
    • getLandMarkDatas

      public ArrayList<LandMarkGroup> getLandMarkDatas()
    • setLandMarkDatas

      public void setLandMarkDatas(ArrayList<LandMarkGroup> landMarks)
    • setCurrentLandMarkGroupIndex

      public void setCurrentLandMarkGroupIndex(int currentlySelected)
    • getSelectedLandMarkGroup

      public int getSelectedLandMarkGroup()
    • getManualGPSDatas

      public LandMarkGroup getManualGPSDatas()
    • getCurrentManualGPSIndex

      public int getCurrentManualGPSIndex()
    • setGPSLocData

      public void setGPSLocData(LandMarkGroup localGPSMarkList)
    • setGPSLocDataSelIndex

      public void setGPSLocDataSelIndex(int currentlySelected)