Uses of Class
videoRangePanel.vrmethods.landMarkMethod.LandMark
Package
Description
-
Uses of LandMark in videoRangePanel.layoutAWT
Modifier and TypeMethodDescriptionstatic LandMark
LandMarkAddDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMark
ManualLocationDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark) Modifier and TypeMethodDescriptionstatic LandMark
LandMarkAddDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMark
ManualLocationDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark) ModifierConstructorDescriptionLandMarkAddDialog
(Window parentFrame, LandMark existingLandMark) ManualLocationDialog
(Window parentFrame, LandMark existingLandMark) -
Uses of LandMark in videoRangePanel.layoutFX
-
Uses of LandMark in videoRangePanel.vrmethods.landMarkMethod
Modifier and TypeMethodDescriptionLandMark.clone()
LandMarkCSVLogging.parseLandMarkString
(String landMarkString) Convert a string from .csv file into a landmark object.Modifier and TypeMethodDescriptionVRLandMarkMethod.getSetLandMarks()
Get the currently set landmarks.Modifier and TypeMethodDescriptionVRLandMarkMethod.calcPerpPoint
(double tilt, Point landmrkP1, Point landmrkP2, LandMark landmrk1, LandMark landmrk2, LatLong imagePos) Calculates location of the perpendicular vertex of the triangle defined by landmarks 1 and 2, with the side of the triangle following the tilt of the picture.static double
Calculate the pitch between a landMark and image location.static double
VRLandMarkMethod.calcTilt
(Point landmrkP1, Point landmrkP2, LandMark landmrk1, LandMark landmrk2, LatLong imagePos) boolean
Check whether a landmark is in the current list of landmarks whihc have been set.void
VRLandMarkMethod.removeLandMark
(LandMark landMark) Remove a landmark from the landmark list.static void
LandMarkCSVLogging.saveCSVResult
(LandMark landMark, FileWriter fwLoc) Save a landmark as a line in a .csv filevoid
VRLandMarkMethod.setLandMark
(LandMark landMark, Point point) Set a landmark in the set landmarks list.void
Set paramsvoid
Modifier and TypeMethodDescriptionvoid
LandMarkGroup.setLandMarks
(ArrayList<LandMark> landMarks) Set landmarks.