Uses of Class
videoRangePanel.VRMeasurement
Packages that use VRMeasurement
Package
Description
- 
Uses of VRMeasurement in videoRangePanel
Methods in videoRangePanel that return VRMeasurementMethods in videoRangePanel that return types with arguments of type VRMeasurementModifier and TypeMethodDescriptionVRControl.getMeasuredAnimals()Get a list of the current measurements on the imageMethods in videoRangePanel with parameters of type VRMeasurementModifier and TypeMethodDescriptionvoidVRProcess.newVRLoc(VRMeasurement vrMeasurement) voidVRDataUnit.setVrMeasurement(VRMeasurement vrMeasurement) Method parameters in videoRangePanel with type arguments of type VRMeasurementModifier and TypeMethodDescriptionvoidVRControl.setMeasuredAnimals(ArrayList<VRMeasurement> measuredAnimals) Constructors in videoRangePanel with parameters of type VRMeasurement - 
Uses of VRMeasurement in videoRangePanel.layoutAWT
Methods in videoRangePanel.layoutAWT that return VRMeasurementModifier and TypeMethodDescriptionstatic final VRMeasurementAcceptMeasurementDialog.showDialog(Frame frame, VRControl vrControl, VRMeasurement vrMeasurement) Methods in videoRangePanel.layoutAWT with parameters of type VRMeasurementModifier and TypeMethodDescriptionstatic final VRMeasurementAcceptMeasurementDialog.showDialog(Frame frame, VRControl vrControl, VRMeasurement vrMeasurement)  - 
Uses of VRMeasurement in videoRangePanel.vrmethods
Fields in videoRangePanel.vrmethods declared as VRMeasurementMethods in videoRangePanel.vrmethods that return VRMeasurementMethods in videoRangePanel.vrmethods with parameters of type VRMeasurementModifier and TypeMethodDescriptionvoidAbstractVRMethod.calcLocLatLong(VRMeasurement vrMeasurment) Calculates the lat long of an animal based on heading, range and the image origin.protected voidAbstractVRGUIAWT.drawAnimal(Graphics g, VRMeasurement vr, PamSymbol symbol) Draw an animal on the image - 
Uses of VRMeasurement in videoRangePanel.vrmethods.IMUMethod
Methods in videoRangePanel.vrmethods.IMUMethod with parameters of type VRMeasurementModifier and TypeMethodDescriptionprotected voidIMUMethodGUI.drawAnimal(Graphics g, VRMeasurement vr, PamSymbol symbol) voidIMUMethodGUI.setAnimalLabels(VRMeasurement imageMeasurement)  - 
Uses of VRMeasurement in videoRangePanel.vrmethods.landMarkMethod
Methods in videoRangePanel.vrmethods.landMarkMethod that return VRMeasurementModifier and TypeMethodDescriptionprotected VRMeasurementVRLandMarkMethod.newAnimalMeasurement_LandMark(Point animalPoint, VRMeasurement possibleMeasurement) Calculate the measurment and errors for a new LandMark based animal measurment.VRLandMarkMethod.setImagePosVals(VRMeasurement measurement) Calculate the image bearing, pitch and tilt.Methods in videoRangePanel.vrmethods.landMarkMethod with parameters of type VRMeasurementModifier and TypeMethodDescriptionprotected voidLandMarkGUIAWT.drawAnimal(Graphics g, VRMeasurement vr, PamSymbol symbol) Draw all animal measurements for the image.protected voidLandMarkGUIFX.drawAnimal(javafx.scene.canvas.GraphicsContext g2, VRMeasurement vr, PamSymbolFX symbol) Draw all animal measurements for the image.protected VRMeasurementVRLandMarkMethod.newAnimalMeasurement_LandMark(Point animalPoint, VRMeasurement possibleMeasurement) Calculate the measurment and errors for a new LandMark based animal measurment.voidLandMarkGUIAWT.setAnimalLabels(VRMeasurement imageMeasurement) protected voidLandMarkGUIFX.setAnimalLabels(VRMeasurement imageMeasurement) Set the animal location labelsvoidLandMarkGUIAWT.setImageLabels(VRMeasurement imageMeasurement) protected voidLandMarkGUIFX.setImageLabels(VRMeasurement imageMeasurement) Set the image angle labels.VRLandMarkMethod.setImagePosVals(VRMeasurement measurement) Calculate the image bearing, pitch and tilt.