com.supermap.data.processing
类 VectorCacheTileType

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

public class VectorCacheTileType
extends Enum

该类定义了矢量缓存瓦片文件的类型常量。默认值为GeometryAndAttribute,即同时生成几何和属性数据瓦片。


字段摘要
static VectorCacheTileType Attribute
          属性切片。
static VectorCacheTileType Geometry
          几何切片。
static VectorCacheTileType GeometryAndAttribute
          几何与属性切片。
 
方法摘要
 
从类 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
 

字段详细信息

Geometry

public static final VectorCacheTileType Geometry
几何切片。只生成几何瓦片文件,即.scvb格式文件。


Attribute

public static final VectorCacheTileType Attribute
属性切片。只生成属性瓦片文件,即.scvd格式文件。


GeometryAndAttribute

public static final VectorCacheTileType GeometryAndAttribute
几何与属性切片。同时生成几何和属性瓦片,即包含.scvb和.scvd文件。