Uses of Class
videoRangePanel.vrmethods.landMarkMethod.LandMarkGroup
Packages that use LandMarkGroup
Package
Description
-
Uses of LandMarkGroup in videoRangePanel
Methods in videoRangePanel that return LandMarkGroupMethods in videoRangePanel that return types with arguments of type LandMarkGroupMethods in videoRangePanel with parameters of type LandMarkGroupModifier and TypeMethodDescriptionvoid
VRParameters.setGPSLocData
(LandMarkGroup localGPSMarkList) Method parameters in videoRangePanel with type arguments of type LandMarkGroupModifier and TypeMethodDescriptionvoid
VRParameters.setLandMarkDatas
(ArrayList<LandMarkGroup> landMarks) -
Uses of LandMarkGroup in videoRangePanel.layoutAWT
Methods in videoRangePanel.layoutAWT that return LandMarkGroupModifier and TypeMethodDescriptionstatic LandMarkGroup
LandMarkGroupDialog.showDialog
(Frame frame, VRControl vrControl, LandMarkGroup existingGroup) Show the LandMark dialog.Methods in videoRangePanel.layoutAWT with parameters of type LandMarkGroupModifier and TypeMethodDescriptionstatic LandMarkGroup
LandMarkGroupDialog.showDialog
(Frame frame, VRControl vrControl, LandMarkGroup existingGroup) Show the LandMark dialog. -
Uses of LandMarkGroup in videoRangePanel.layoutFX
Methods in videoRangePanel.layoutFX that return LandMarkGroupModifier and TypeMethodDescriptionstatic LandMarkGroup
VRSettingsPane.getLandMarkGroupObject
(VRSettingsPane.LandMarkGroupItem landMarkGroupItem) Get a LandMarkGroup from a LandMarkGroupItem.Constructors in videoRangePanel.layoutFX with parameters of type LandMarkGroup -
Uses of LandMarkGroup in videoRangePanel.vrmethods.landMarkMethod
Methods in videoRangePanel.vrmethods.landMarkMethod that return LandMarkGroupModifier and TypeMethodDescriptionLandMarkGroup.clone()
VRLandMarkMethod.getSelectedLMGroup()
Get the currently selected landmark group.LandMarkCSVLogging.importLandMarks
(File file) Import landmarks from a .csv fileLandMarkCSVLogging.importLandMarks
(javafx.stage.Window owner) Open a file dialog and import a .csv of landmarks.Methods in videoRangePanel.vrmethods.landMarkMethod with parameters of type LandMarkGroupModifier and TypeMethodDescriptionvoid
LandMarkCSVLogging.export
(File file, LandMarkGroup landMarkGroup) Import landmarks from a .csv filevoid
LandMarkCSVLogging.export
(LandMarkGroup landMarkGroup, javafx.stage.Window owner) Opens a file dialog and allows users to export and landmark groupvoid
LandMarkGroup.update
(LandMarkGroup landMarkGroupList)