public enum TileFileSourceFormatEnum extends Enum<TileFileSourceFormatEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
ArcGIS
ArcGIS文件型栅格瓦片
|
MbTiles
MbTiles文件型瓦片
|
Tiles3d
3dtiles文件型瓦片
|
| Modifier and Type | Method and Description |
|---|---|
static TileFileSourceFormatEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static TileFileSourceFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TileFileSourceFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TileFileSourceFormatEnum ArcGIS
public static final TileFileSourceFormatEnum MbTiles
public static final TileFileSourceFormatEnum Tiles3d
public static TileFileSourceFormatEnum[] values()
for (TileFileSourceFormatEnum c : TileFileSourceFormatEnum.values()) System.out.println(c);
public static TileFileSourceFormatEnum 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.IEnumpublic static TileFileSourceFormatEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.