com.supermap.realspace

Class PixelToGlobeMode



  • public class PixelToGlobeMode
    extends Enum
    This class defines the intersect type object when convert screen point object to 3D point object.
    • 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.