com.supermap.mapping

类 ImageDisplayMode



  • public class ImageDisplayMode
    extends Enum
    影像显示模式,目前支持组合模式和拉伸模式两种。
    • 字段详细资料

      • COMPOSITE

        public static final ImageDisplayMode COMPOSITE
        组合显示模式 组合模式针对多波段影像,影像按照设置的波段索引顺序组合为RGB显示,目前只支持RGB和RGBA色彩空间的显示。
      • STRETCHED

        public static final ImageDisplayMode STRETCHED
        拉伸显示模式 拉伸模式支持所有影像(包括单波段和多波段),针对多波段影像,当设置了该显示模式后,将显示设置的波段索引的第一个波段去显示。