Enum ModelFormat

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

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

    • ModelFormatUndefined

      public static final ModelFormat ModelFormatUndefined
    • ModelFormatOBJ

      public static final ModelFormat ModelFormatOBJ
    • ModelFormat3DS

      public static final ModelFormat ModelFormat3DS
    • ModelFormatVRML

      public static final ModelFormat ModelFormatVRML
    • ModelFormatPLY

      public static final ModelFormat ModelFormatPLY
    • ModelFormatCOLLADA

      public static final ModelFormat ModelFormatCOLLADA
    • ModelFormatU3D

      public static final ModelFormat ModelFormatU3D
    • ModelFormatPDF

      public static final ModelFormat ModelFormatPDF
    • ModelFormatDXF

      public static final ModelFormat ModelFormatDXF
    • ModelFormatFBX

      public static final ModelFormat ModelFormatFBX
    • ModelFormatKMZ

      public static final ModelFormat ModelFormatKMZ
    • ModelFormatCTM

      public static final ModelFormat ModelFormatCTM
    • ModelFormatSTL

      public static final ModelFormat ModelFormatSTL
    • ModelFormatDXF_3DF

      public static final ModelFormat ModelFormatDXF_3DF
    • ModelFormatTLS

      public static final ModelFormat ModelFormatTLS
    • ModelFormatABC

      public static final ModelFormat ModelFormatABC
    • ModelFormatOSGB

      public static final ModelFormat ModelFormatOSGB
    • ModelFormatOSGT

      public static final ModelFormat ModelFormatOSGT
    • ModelFormatLandXML

      public static final ModelFormat ModelFormatLandXML
  • Method Details

    • values

      public static ModelFormat[] 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 ModelFormat 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