Uses of Class
com.agisoft.metashape.CamerasFormat
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of CamerasFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return CamerasFormat Modifier and Type Method Description static CamerasFormatCamerasFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CamerasFormat[]CamerasFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CamerasFormat in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return CamerasFormat Modifier and Type Method Description CamerasFormatExportCameras. getFormat()Export format.CamerasFormatImportCameras. getFormat()File format.Methods in com.agisoft.metashape.tasks with parameters of type CamerasFormat Modifier and Type Method Description voidExportCameras. setFormat(CamerasFormat value)Export format.voidImportCameras. setFormat(CamerasFormat value)File format.