com.supermap.data.processing
类 MapTilingMode

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.processing.MapTilingMode

public final class MapTilingMode
extends Enum

该类定义了地图缓存剖分方式的类型常量。


字段摘要
static MapTilingMode GLOBAL
          全球剖分方式。
static MapTilingMode LOCAL
          区域剖分方式。
 
方法摘要
 
从类 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
 

字段详细信息

GLOBAL

public static final MapTilingMode GLOBAL
全球剖分方式。


LOCAL

public static final MapTilingMode LOCAL
区域剖分方式。