Uses of Class
com.agisoft.metashape.ReferenceFormat
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of ReferenceFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return ReferenceFormat Modifier and Type Method Description static ReferenceFormatReferenceFormat. valueOf(String name)Returns 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 ReferenceFormat Modifier and Type Method Description ReferenceFormatExportReference. getFormat()Export format.ReferenceFormatImportReference. getFormat()File format.Methods in com.agisoft.metashape.tasks with parameters of type ReferenceFormat Modifier and Type Method Description voidExportReference. setFormat(ReferenceFormat value)Export format.voidImportReference. setFormat(ReferenceFormat value)File format.