Enum RasterFormat

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

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

    • RasterFormatUndefined

      public static final RasterFormat RasterFormatUndefined
    • RasterFormatTiles

      public static final RasterFormat RasterFormatTiles
    • RasterFormatKMZ

      public static final RasterFormat RasterFormatKMZ
    • RasterFormatXYZ

      public static final RasterFormat RasterFormatXYZ
    • RasterFormatMBTiles

      public static final RasterFormat RasterFormatMBTiles
    • RasterFormatWW

      public static final RasterFormat RasterFormatWW
    • RasterFormatTMS

      public static final RasterFormat RasterFormatTMS
    • RasterFormatGeoPackage

      public static final RasterFormat RasterFormatGeoPackage
  • Method Details

    • values

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