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 TypeMethodDescriptionvoid
VRProcess.newVRLoc
(VRMeasurement vrMeasurement) void
VRDataUnit.setVrMeasurement
(VRMeasurement vrMeasurement) Method parameters in videoRangePanel with type arguments of type VRMeasurementModifier and TypeMethodDescriptionvoid
VRControl.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 VRMeasurement
AcceptMeasurementDialog.showDialog
(Frame frame, VRControl vrControl, VRMeasurement vrMeasurement) Methods in videoRangePanel.layoutAWT with parameters of type VRMeasurementModifier and TypeMethodDescriptionstatic final VRMeasurement
AcceptMeasurementDialog.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 TypeMethodDescriptionvoid
AbstractVRMethod.calcLocLatLong
(VRMeasurement vrMeasurment) Calculates the lat long of an animal based on heading, range and the image origin.protected void
AbstractVRGUIAWT.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 void
IMUMethodGUI.drawAnimal
(Graphics g, VRMeasurement vr, PamSymbol symbol) void
IMUMethodGUI.setAnimalLabels
(VRMeasurement imageMeasurement) -
Uses of VRMeasurement in videoRangePanel.vrmethods.landMarkMethod
Methods in videoRangePanel.vrmethods.landMarkMethod that return VRMeasurementModifier and TypeMethodDescriptionprotected VRMeasurement
VRLandMarkMethod.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 void
LandMarkGUIAWT.drawAnimal
(Graphics g, VRMeasurement vr, PamSymbol symbol) Draw all animal measurements for the image.protected void
LandMarkGUIFX.drawAnimal
(javafx.scene.canvas.GraphicsContext g2, VRMeasurement vr, PamSymbolFX symbol) Draw all animal measurements for the image.protected VRMeasurement
VRLandMarkMethod.newAnimalMeasurement_LandMark
(Point animalPoint, VRMeasurement possibleMeasurement) Calculate the measurment and errors for a new LandMark based animal measurment.void
LandMarkGUIAWT.setAnimalLabels
(VRMeasurement imageMeasurement) protected void
LandMarkGUIFX.setAnimalLabels
(VRMeasurement imageMeasurement) Set the animal location labelsvoid
LandMarkGUIAWT.setImageLabels
(VRMeasurement imageMeasurement) protected void
LandMarkGUIFX.setImageLabels
(VRMeasurement imageMeasurement) Set the image angle labels.VRLandMarkMethod.setImagePosVals
(VRMeasurement measurement) Calculate the image bearing, pitch and tilt.