Enum PointsFormat

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

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

    • PointsFormatUndefined

      public static final PointsFormat PointsFormatUndefined
    • PointsFormatOBJ

      public static final PointsFormat PointsFormatOBJ
    • PointsFormatPLY

      public static final PointsFormat PointsFormatPLY
    • PointsFormatXYZ

      public static final PointsFormat PointsFormatXYZ
    • PointsFormatLAS

      public static final PointsFormat PointsFormatLAS
    • PointsFormatU3D

      public static final PointsFormat PointsFormatU3D
    • PointsFormatPDF

      public static final PointsFormat PointsFormatPDF
    • PointsFormatE57

      public static final PointsFormat PointsFormatE57
    • PointsFormatOC3

      public static final PointsFormat PointsFormatOC3
    • PointsFormatPotree

      public static final PointsFormat PointsFormatPotree
    • PointsFormatLAZ

      public static final PointsFormat PointsFormatLAZ
    • PointsFormatCL3

      public static final PointsFormat PointsFormatCL3
    • PointsFormatPTS

      public static final PointsFormat PointsFormatPTS
    • PointsFormatPTX

      public static final PointsFormat PointsFormatPTX
    • PointsFormatDXF

      public static final PointsFormat PointsFormatDXF
    • PointsFormatCesium

      public static final PointsFormat PointsFormatCesium
    • PointsFormatPCD

      public static final PointsFormat PointsFormatPCD
    • PointsFormatSLPK

      public static final PointsFormat PointsFormatSLPK
  • Method Details

    • values

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