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 LandMarkLandMarkAddDialog.showDialog(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMarkManualLocationDialog.showDialog(Frame frame, VRControl vrControl, LandMark existingLandMark) Methods in videoRangePanel.layoutAWT with parameters of type LandMarkModifier and TypeMethodDescriptionstatic LandMarkLandMarkAddDialog.showDialog(Frame frame, VRControl vrControl, LandMark existingLandMark, LatLong origin) static LandMarkManualLocationDialog.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 doubleCalculate the pitch between a landMark and image location.static doubleVRLandMarkMethod.calcTilt(Point landmrkP1, Point landmrkP2, LandMark landmrk1, LandMark landmrk2, LatLong imagePos) booleanCheck whether a landmark is in the current list of landmarks whihc have been set.voidVRLandMarkMethod.removeLandMark(LandMark landMark) Remove a landmark from the landmark list.static voidLandMarkCSVLogging.saveCSVResult(LandMark landMark, FileWriter fwLoc) Save a landmark as a line in a .csv filevoidVRLandMarkMethod.setLandMark(LandMark landMark, Point point) Set a landmark in the set landmarks list.voidSet paramsvoidMethod parameters in videoRangePanel.vrmethods.landMarkMethod with type arguments of type LandMarkModifier and TypeMethodDescriptionvoidLandMarkGroup.setLandMarks(ArrayList<LandMark> landMarks) Set landmarks.