Uses of Class
com.agisoft.metashape.ReferenceItems
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of ReferenceItems in com.agisoft.metashape
Methods in com.agisoft.metashape that return ReferenceItems Modifier and Type Method Description static ReferenceItemsReferenceItems. valueOf(String name)Returns 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 ReferenceItems Modifier and Type Method Description ReferenceItemsExportReference. getItems()Items to export in CSV format.ReferenceItemsImportReference. getItems()List of items to load reference for (csv format only).Methods in com.agisoft.metashape.tasks with parameters of type ReferenceItems Modifier and Type Method Description voidExportReference. setItems(ReferenceItems value)Items to export in CSV format.voidImportReference. setItems(ReferenceItems value)List of items to load reference for (csv format only).