Enum Class ELcdOGC3DTilesVersion

java.lang.Object
java.lang.Enum<ELcdOGC3DTilesVersion>
com.luciad.format.tiled3d.ogc3dtiles.ELcdOGC3DTilesVersion
All Implemented Interfaces:
Serializable, Comparable<ELcdOGC3DTilesVersion>, Constable

public enum ELcdOGC3DTilesVersion extends Enum<ELcdOGC3DTilesVersion>
Defines the supported OGC 3D Tiles versions for encoding mesh data as OGC 3D Tiles.

To choose a version, pass it to the TLcdOGC3DTilesModelEncoder.setTileSetVersion(com.luciad.format.tiled3d.ogc3dtiles.ELcdOGC3DTilesVersion) method. Depending on the chosen value, the resulting tileset will differ in these areas:

Propertyversion 1.0version 1.1
Payloadb3dmglb
Metadatabatch tableproperty table
Since:
2025.0
See Also:
  • Enum Constant Details

  • Method Details

    • values

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

      public static ELcdOGC3DTilesVersion valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
      Returns the version string.
      This is the value that will be written to the version property of the tileset JSON.
      Returns:
      the version string