public enum ServiceType extends Enum<ServiceType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Aggregation
组合服务
|
Annotation3dService
三维注记服务
|
DTileService
影像地图服务(影像动态服务)
|
POIService
地名地址服务
|
RasterTileService
栅格瓦片服务
|
TerrainService
三维地形服务
|
Tiles3dService
三维模型服务
|
Unknown
未知
|
VectorTileService
矢量瓦片服务
|
WebMapService
WMS服务
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType Unknown
public static final ServiceType VectorTileService
public static final ServiceType RasterTileService
public static final ServiceType DTileService
public static final ServiceType POIService
public static final ServiceType TerrainService
public static final ServiceType Annotation3dService
public static final ServiceType Tiles3dService
public static final ServiceType Aggregation
public static final ServiceType WebMapService
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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 ServiceType getByValue(Integer value)
Copyright © 2025. All rights reserved.