com.supermap.data.processing
类 ImageTilingMode

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

public class ImageTilingMode
extends Enum

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


字段摘要
static ImageTilingMode GLOBAL
          全球剖分方式。
static ImageTilingMode 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 ImageTilingMode GLOBAL
全球剖分方式。


LOCAL

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