com.supermap.realspace
类 MapServiceType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.MapServiceType

public class MapServiceType
extends Enum

该类定义了服务类型常量。


字段摘要
static MapServiceType BaiDu
          百度地图服务。
static MapServiceType Custom
          自定义地图服务。
static MapServiceType GoogleMaps
          谷歌地图服务。
static MapServiceType MapWorldMaps
          天地图服务。
static MapServiceType NONE
          未知服务。
static MapServiceType OpenStreetMaps
          OpenStreetMaps服务。
static MapServiceType Rest
          rest服务。
static MapServiceType SuperMapCloud
          超图云服务。
static MapServiceType TMS
          TMS服务。
static MapServiceType WMS
          WMS服务。
static MapServiceType WMTS
          WMTS服务。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

NONE

public static final MapServiceType NONE
未知服务。


WMTS

public static final MapServiceType WMTS
WMTS服务。


WMS

public static final MapServiceType WMS
WMS服务。


GoogleMaps

public static final MapServiceType GoogleMaps
谷歌地图服务。


SuperMapCloud

public static final MapServiceType SuperMapCloud
超图云服务。


Rest

public static final MapServiceType Rest
rest服务。


MapWorldMaps

public static final MapServiceType MapWorldMaps
天地图服务。


BaiDu

public static final MapServiceType BaiDu
百度地图服务。


OpenStreetMaps

public static final MapServiceType OpenStreetMaps
OpenStreetMaps服务。


Custom

public static final MapServiceType Custom
自定义地图服务。


TMS

public static final MapServiceType TMS
TMS服务。