com.supermap.mapping
Class ImageDisplayMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.ImageDisplayMode
-
public class ImageDisplayMode extends Enum
Image display mode, currently supports both combination mode and stretch mode.
-
-
Field Summary
Fields Modifier and Type Field and Description static 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.static ImageDisplayMode
STRETCHED
Stretch display mode The stretch mode supports all images (including single-band and multi-band) for multi-band images.
-
-
-
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.
-
-