Uses of Class
com.agisoft.metashape.RotationOrder
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of RotationOrder in com.agisoft.metashape
Methods in com.agisoft.metashape that return RotationOrder Modifier and Type Method Description static RotationOrderRotationOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static RotationOrder[]RotationOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RotationOrder in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return RotationOrder Modifier and Type Method Description RotationOrderExportCameras. getChanRotationOrder()Rotation order (CHAN format only).Methods in com.agisoft.metashape.tasks with parameters of type RotationOrder Modifier and Type Method Description voidExportCameras. setChanRotationOrder(RotationOrder value)Rotation order (CHAN format only).