com.supermap.data.processing
类 TilingSchemeOption

java.lang.Object
  继承者 com.supermap.data.processing.TilingSchemeOption

public class TilingSchemeOption
extends java.lang.Object

该类定义了生成缓存的切分方式的类型常量。


字段摘要
static TilingSchemeOption GEOGRAPHICTILINGSCHEME
          地理切分,1x2。
static TilingSchemeOption MERCATORTILINGSCHEME
          Mercator切分,1x1。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

MERCATORTILINGSCHEME

public static final TilingSchemeOption MERCATORTILINGSCHEME
Mercator切分,1x1。


GEOGRAPHICTILINGSCHEME

public static final TilingSchemeOption GEOGRAPHICTILINGSCHEME
地理切分,1x2。