public enum TileType extends Enum<TileType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Model3DTile
三维模型瓦片
|
RasterTile
栅格瓦片
|
TerrainTile
三维地形瓦片
|
Unknown
未知类型
|
| Modifier and Type | Method and Description |
|---|---|
static TileType |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static TileType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TileType Unknown
public static final TileType RasterTile
public static final TileType TerrainTile
public static final TileType Model3DTile
public static TileType[] values()
for (TileType c : TileType.values()) System.out.println(c);
public static TileType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
getValue in interface com.geoway.adf.gis.basic.IEnumpublic String getDesc()
getDesc in interface com.geoway.adf.gis.basic.IEnumCopyright © 2025. All rights reserved.