public enum ServiceFormatEnum extends Enum<ServiceFormatEnum> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Baidu
百度地图服务
|
GLB
glb地质体服务
|
I3S
i3s三维瓦片服务
|
MapServer
MapServer
|
Model3DTile
3dtiles
|
S3M
s3m超图三维场景服务
|
S3MData
s3m超图三维数据服务
|
TMS
TMS瓦片服务
|
WMTS
wmts
|
XYZ
XYZ
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceFormatEnum |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static ServiceFormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceFormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceFormatEnum WMTS
public static final ServiceFormatEnum MapServer
public static final ServiceFormatEnum XYZ
public static final ServiceFormatEnum Model3DTile
public static final ServiceFormatEnum GLB
public static final ServiceFormatEnum S3M
public static final ServiceFormatEnum S3MData
public static final ServiceFormatEnum Baidu
public static final ServiceFormatEnum TMS
public static final ServiceFormatEnum I3S
public static ServiceFormatEnum[] values()
for (ServiceFormatEnum c : ServiceFormatEnum.values()) System.out.println(c);
public static ServiceFormatEnum 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 ServiceFormatEnum getByValue(Integer value)
Copyright © 2025. All rights reserved.