public enum BaseMapType extends Enum<BaseMapType> implements com.geoway.adf.gis.basic.IEnum
| Enum Constant and Description |
|---|
Annotation3
三维立体注记
|
BaiduMapService
百度地图服务
|
MapCategoryCustom
自定义底图
|
MapCategoryRaster
影像底图
|
MapCategoryShaded
晕渲底图
|
MapCategoryVector
矢量底图
|
MapGroup
底图分组
|
MapScheme
底图方案
|
MapServer
MapServer
|
TerrainArcGIS
ArcGIS地形
|
TerrainCesium
Cesium地形
|
TerrainIME
ime地形
|
VectorTileData
VectorTile(底图数据服务)
|
VectorTileService
VectorTile(底图瓦片服务)
|
WMTS
WMTS
|
XYZ
XYZ
|
| Modifier and Type | Method and Description |
|---|---|
static BaseMapType |
getByValue(Integer value) |
String |
getDesc() |
int |
getValue() |
static BaseMapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseMapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseMapType MapScheme
public static final BaseMapType MapCategoryVector
public static final BaseMapType MapCategoryRaster
public static final BaseMapType MapCategoryShaded
public static final BaseMapType MapCategoryCustom
public static final BaseMapType MapGroup
public static final BaseMapType WMTS
public static final BaseMapType MapServer
public static final BaseMapType XYZ
public static final BaseMapType VectorTileData
public static final BaseMapType VectorTileService
public static final BaseMapType Annotation3
public static final BaseMapType BaiduMapService
public static final BaseMapType TerrainIME
public static final BaseMapType TerrainArcGIS
public static final BaseMapType TerrainCesium
public static BaseMapType[] values()
for (BaseMapType c : BaseMapType.values()) System.out.println(c);
public static BaseMapType 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 BaseMapType getByValue(Integer value)
Copyright © 2025. All rights reserved.