Uses of Enum
com.agisoft.metashape.CamerasFormat
Packages that use CamerasFormat
-
Uses of CamerasFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return CamerasFormatModifier and TypeMethodDescriptionstatic CamerasFormatReturns 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 CamerasFormatModifier and TypeMethodDescriptionExportCameras.getFormat()Export format.ImportCameras.getFormat()File format.Methods in com.agisoft.metashape.tasks with parameters of type CamerasFormatModifier and TypeMethodDescriptionvoidExportCameras.setFormat(CamerasFormat value) Export format.voidImportCameras.setFormat(CamerasFormat value) File format.