Package videoRangePanel
Class VRParameters
java.lang.Object
videoRangePanel.VRParameters
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe angle data block.file name for the current image.Deprecated.boolean
Draw a temporaryboolean
Ignore the closest segment (ie.static final int
static final int
static final int
static final int
static final int
The current direcory of the image fileint
int
The current image time parser index.boolean
boolean
True to measure angles.int
The index of the last VR method used.static final int
int
The type of method to use to get range cause the earth ain't flat.static String[]
static final long
file name for shore data (Gebco format)static String[]
boolean
draw the shore line on the mapboolean
also highlight points on the map file (to check resolution).The current image time offset.boolean
The current image time offset. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCalibrationData
(VRCalibrationData aCalibration) clone()
int
findCalibrationData
(VRCalibrationData aCalibration) double
int
int
int
int
boolean
void
removeCalibrationData
(VRCalibrationData aCalibration) void
setCalibrationDatas
(ArrayList<VRCalibrationData> calibrationDatas) void
setCurrentCalibration
(VRCalibrationData currentCalibration) void
setCurrentCalibrationIndex
(int currentCalibrationIndex) void
setCurrentHeightIndex
(int currentHeightIndex) void
setCurrentLandMarkGroupIndex
(int currentlySelected) void
setGPSLocData
(LandMarkGroup localGPSMarkList) void
setGPSLocDataSelIndex
(int currentlySelected) void
setHeightDatas
(ArrayList<VRHeightData> heightDatas) void
setLandMarkDatas
(ArrayList<LandMarkGroup> landMarks)
-
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
-
shortScaleNames
-
rangeMethod
public int rangeMethodThe type of method to use to get range cause the earth ain't flat. -
drawTempHorizon
public boolean drawTempHorizonDraw a temporary -
measureAngles
public boolean measureAnglesTrue to measure angles. -
angleDataBlock
The angle data block. -
shoreFile
file name for shore data (Gebco format) -
ignoreClosest
public boolean ignoreClosestIgnore the closest segment (ie. if operating from on shore) -
showShore
public boolean showShoredraw the shore line on the map -
showShorePoints
public boolean showShorePointsalso highlight points on the map file (to check resolution). -
imageDirectory
The current direcory of the image file -
maintainAspectRatio
public boolean maintainAspectRatio -
currentImageFile
file name for the current image. Null is pasted image. -
useTimeOffset
public boolean useTimeOffsetThe current image time offset. -
imageTimeParser
public int imageTimeParserThe current image time parser index. -
timeOffset
The current image time offset. -
methodIndex
public int methodIndexThe index of the last VR method used. Only used to get back to the vr method that was last used. -
currTideFile
Deprecated.file name for tide data (POLPRED format)
-
-
Constructor Details
-
VRParameters
public VRParameters()
-
-
Method Details
-
getCurrentCalibrationData
-
setCurrentCalibration
-
findCalibrationData
-
addCalibrationData
-
removeCalibrationData
-
getCameraHeight
public double getCameraHeight() -
clone
-
getCalibrationDatas
-
setCalibrationDatas
-
getCurrentCalibrationIndex
public int getCurrentCalibrationIndex() -
setCurrentCalibrationIndex
public void setCurrentCalibrationIndex(int currentCalibrationIndex) -
getHeightDatas
-
setHeightDatas
-
getCurrentHeightIndex
public int getCurrentHeightIndex() -
setCurrentHeightIndex
public void setCurrentHeightIndex(int currentHeightIndex) -
getCurrentheightData
-
getShowShore
public boolean getShowShore() -
getLandMarkDatas
-
setLandMarkDatas
-
setCurrentLandMarkGroupIndex
public void setCurrentLandMarkGroupIndex(int currentlySelected) -
getSelectedLandMarkGroup
public int getSelectedLandMarkGroup() -
getManualGPSDatas
-
getCurrentManualGPSIndex
public int getCurrentManualGPSIndex() -
setGPSLocData
-
setGPSLocDataSelIndex
public void setGPSLocDataSelIndex(int currentlySelected)
-