com.supermap.realspace
类 Layer3DSettingType

java.lang.Object
  继承者 com.supermap.realspace.Layer3DSettingType

public class Layer3DSettingType
extends java.lang.Object

该类定义了三维图层扩展设置类型常量。

目前版本提供3中类型的三维图层扩展设置,矢量数据集图层扩展设置、影像数据集图层扩展设置和栅格数据集图层扩展设置。


字段摘要
static Layer3DSettingType GRID
          栅格数据集图层扩展设置。
static Layer3DSettingType IMAGE
          影像数据集图层扩展设置。
static Layer3DSettingType VECTOR
          矢量数据集图层扩展设置。
static Layer3DSettingType VOLUME
          体元栅格数据集图层扩展设置。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

VECTOR

public static final Layer3DSettingType VECTOR
矢量数据集图层扩展设置。


IMAGE

public static final Layer3DSettingType IMAGE
影像数据集图层扩展设置。


GRID

public static final Layer3DSettingType GRID
栅格数据集图层扩展设置。


VOLUME

public static final Layer3DSettingType VOLUME
体元栅格数据集图层扩展设置。