com.supermap.data.processing
类 TerrainCacheType

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

public class TerrainCacheType
extends Enum

地形缓存类型


字段摘要
static TerrainCacheType DEM
          生成dem地形缓存
static TerrainCacheType TIN
          生成tin地形缓存
 
方法摘要
 
从类 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
 

字段详细信息

DEM

public static final TerrainCacheType DEM
生成dem地形缓存


TIN

public static final TerrainCacheType TIN
生成tin地形缓存