com.supermap.mapping

Class ImageDisplayMode



  • public class ImageDisplayMode
    extends Enum
    Image display mode, currently supports both combination mode and stretch mode.
    • Field Detail

      • COMPOSITE

        public static final ImageDisplayMode COMPOSITE
        Combination display mode Combination mode For multi-band images, the images are combined into RGB display according to the set of band index, and only RGB and RGBA color space are currently displayed.
      • STRETCHED

        public static final ImageDisplayMode STRETCHED
        Stretch display mode The stretch mode supports all images (including single-band and multi-band) for multi-band images. When this display mode is set, the first band of the set band index is displayed.