com.supermap.realspace
Class PixelToGlobeMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.PixelToGlobeMode
-
public class PixelToGlobeMode extends Enum
This class defines the intersect type object when convert screen point object to 3D point object.
-
-
Field Summary
Fields Modifier and Type Field and Description static PixelToGlobeMode
TERRAIN
Only intersect with the terrain.static PixelToGlobeMode
TERRAINANDMODEL
Terrain and model participate in the intersection, returns the nearest intersection to the view point.
-
-
-
Field Detail
-
TERRAINANDMODEL
public static final PixelToGlobeMode TERRAINANDMODEL
Terrain and model participate in the intersection, returns the nearest intersection to the view point.
-
TERRAIN
public static final PixelToGlobeMode TERRAIN
Only intersect with the terrain.
-
-