public enum TiledModelFormat extends java.lang.Enum<TiledModelFormat>
Enum Constant and Description |
---|
TiledModelFormat3MX |
TiledModelFormatCesium |
TiledModelFormatLOD |
TiledModelFormatOSGB |
TiledModelFormatOSGT |
TiledModelFormatSLPK |
TiledModelFormatTLS |
TiledModelFormatZIP |
Modifier and Type | Method and Description |
---|---|
static TiledModelFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TiledModelFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiledModelFormat TiledModelFormatTLS
public static final TiledModelFormat TiledModelFormatLOD
public static final TiledModelFormat TiledModelFormatZIP
public static final TiledModelFormat TiledModelFormatCesium
public static final TiledModelFormat TiledModelFormatSLPK
public static final TiledModelFormat TiledModelFormatOSGB
public static final TiledModelFormat TiledModelFormatOSGT
public static final TiledModelFormat TiledModelFormat3MX
public static TiledModelFormat[] values()
for (TiledModelFormat c : TiledModelFormat.values()) System.out.println(c);
public static TiledModelFormat valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null