com.supermap.realspace
类 PixelToGlobeMode

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

public class PixelToGlobeMode
extends java.lang.Object

该枚举定义了屏幕点对象转换为三维点对象的求交类型常量。


字段摘要
static PixelToGlobeMode TERRAIN
          只与地形求交点。
static PixelToGlobeMode TERRAINANDMODEL
          地形和模型都参与求交点,返回距离视点最近的交点。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TERRAINANDMODEL

public static final PixelToGlobeMode TERRAINANDMODEL
地形和模型都参与求交点,返回距离视点最近的交点。


TERRAIN

public static final PixelToGlobeMode TERRAIN
只与地形求交点。