Uses of Class
videoRangePanel.vrmethods.landMarkMethod.LandMark
Packages that use LandMark
Package
Description
-
Uses of LandMark in videoRangePanel.layoutAWT
Methods in videoRangePanel.layoutAWT that return LandMarkModifier and TypeMethodDescriptionstatic LandMark
LandMarkAddDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMark
ManualLocationDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark) Methods in videoRangePanel.layoutAWT with parameters of type LandMarkModifier and TypeMethodDescriptionstatic LandMark
LandMarkAddDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMark
ManualLocationDialog.showDialog
(Frame frame, VRControl vrControl, LandMark existingLandMark) Constructors in videoRangePanel.layoutAWT with parameters of type LandMarkModifierConstructorDescriptionLandMarkAddDialog
(Window parentFrame, LandMark existingLandMark) ManualLocationDialog
(Window parentFrame, LandMark existingLandMark) -
Uses of LandMark in videoRangePanel.layoutFX
Fields in videoRangePanel.layoutFX with type parameters of type LandMark -
Uses of LandMark in videoRangePanel.vrmethods.landMarkMethod
Methods in videoRangePanel.vrmethods.landMarkMethod that return LandMarkModifier and TypeMethodDescriptionLandMark.clone()
LandMarkCSVLogging.parseLandMarkString
(String landMarkString) Convert a string from .csv file into a landmark object.Methods in videoRangePanel.vrmethods.landMarkMethod that return types with arguments of type LandMarkModifier and TypeMethodDescriptionVRLandMarkMethod.getSetLandMarks()
Get the currently set landmarks.Methods in videoRangePanel.vrmethods.landMarkMethod with parameters of type LandMarkModifier 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
Method parameters in videoRangePanel.vrmethods.landMarkMethod with type arguments of type LandMarkModifier and TypeMethodDescriptionvoid
LandMarkGroup.setLandMarks
(ArrayList<LandMark> landMarks) Set landmarks.