Uses of Enum
com.agisoft.metashape.ReferenceItems
Packages that use ReferenceItems
-
Uses of ReferenceItems in com.agisoft.metashape
Methods in com.agisoft.metashape that return ReferenceItemsModifier and TypeMethodDescriptionstatic ReferenceItemsReturns the enum constant of this type with the specified name.static ReferenceItems[]ReferenceItems.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferenceItems in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return ReferenceItemsModifier and TypeMethodDescriptionExportReference.getItems()Items to export in CSV format.ImportReference.getItems()List of items to load reference for (csv format only).Methods in com.agisoft.metashape.tasks with parameters of type ReferenceItemsModifier and TypeMethodDescriptionvoidExportReference.setItems(ReferenceItems value) Items to export in CSV format.voidImportReference.setItems(ReferenceItems value) List of items to load reference for (csv format only).