com.supermap.realspace
类 PixelToGlobeMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.PixelToGlobeMode
-
public class PixelToGlobeMode extends Enum
该类定义了屏幕点对象转换为三维点对象的求交类型常量。
-
-
字段概要
字段 限定符和类型 字段和说明 static PixelToGlobeMode
TERRAIN
只与地形求交点。static PixelToGlobeMode
TERRAINANDMODEL
地形和模型都参与求交点,返回距离视点最近的交点。
-
-
-
字段详细资料
-
TERRAINANDMODEL
public static final PixelToGlobeMode TERRAINANDMODEL
地形和模型都参与求交点,返回距离视点最近的交点。
-
TERRAIN
public static final PixelToGlobeMode TERRAIN
只与地形求交点。
-
-