Enum CamerasFormat

java.lang.Object
java.lang.Enum<CamerasFormat>
com.agisoft.metashape.CamerasFormat
All Implemented Interfaces:
Serializable, Comparable<CamerasFormat>

public enum CamerasFormat extends Enum<CamerasFormat>
  • Enum Constant Details

    • CamerasFormatXML

      public static final CamerasFormat CamerasFormatXML
    • CamerasFormatCHAN

      public static final CamerasFormat CamerasFormatCHAN
    • CamerasFormatBoujou

      public static final CamerasFormat CamerasFormatBoujou
    • CamerasFormatBundler

      public static final CamerasFormat CamerasFormatBundler
    • CamerasFormatOPK

      public static final CamerasFormat CamerasFormatOPK
    • CamerasFormatPATB

      public static final CamerasFormat CamerasFormatPATB
    • CamerasFormatBINGO

      public static final CamerasFormat CamerasFormatBINGO
    • CamerasFormatORIMA

      public static final CamerasFormat CamerasFormatORIMA
    • CamerasFormatAeroSys

      public static final CamerasFormat CamerasFormatAeroSys
    • CamerasFormatInpho

      public static final CamerasFormat CamerasFormatInpho
    • CamerasFormatSummit

      public static final CamerasFormat CamerasFormatSummit
    • CamerasFormatRZML

      public static final CamerasFormat CamerasFormatRZML
    • CamerasFormatVisionMap

      public static final CamerasFormat CamerasFormatVisionMap
    • CamerasFormatBlocksExchange

      public static final CamerasFormat CamerasFormatBlocksExchange
    • CamerasFormatNVM

      public static final CamerasFormat CamerasFormatNVM
  • Method Details

    • values

      public static CamerasFormat[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static CamerasFormat valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null