Uses of Enum
com.agisoft.metashape.ReferenceFormat
Packages that use ReferenceFormat
-
Uses of ReferenceFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return ReferenceFormatModifier and TypeMethodDescriptionstatic ReferenceFormatReturns the enum constant of this type with the specified name.static ReferenceFormat[]ReferenceFormat.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferenceFormat in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return ReferenceFormatModifier and TypeMethodDescriptionExportReference.getFormat()Export format.ImportReference.getFormat()File format.Methods in com.agisoft.metashape.tasks with parameters of type ReferenceFormatModifier and TypeMethodDescriptionvoidExportReference.setFormat(ReferenceFormat value) Export format.voidImportReference.setFormat(ReferenceFormat value) File format.