com.supermap.realspace
Class HypsometricSettingDisplayMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.HypsometricSettingDisplayMode
-
public class HypsometricSettingDisplayMode extends Enum
This enumeration defines the display mode type constants for objects that are hierarchical.
-
-
Field Summary
Fields Modifier and Type Field and Description static HypsometricSettingDisplayMode
HypsometricSettingDisplayModeFace
In the form of filling the surface of the layered expression.static HypsometricSettingDisplayMode
HypsometricSettingDisplayModeNone
Do not set the layered color.
-
-
-
Field Detail
-
HypsometricSettingDisplayModeNone
public static final HypsometricSettingDisplayMode HypsometricSettingDisplayModeNone
Do not set the layered color.
-
HypsometricSettingDisplayModeFace
public static final HypsometricSettingDisplayMode HypsometricSettingDisplayModeFace
In the form of filling the surface of the layered expression.
-
-