com.supermap.data
Class AltitudeMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.AltitudeMode
-
public class AltitudeMode extends Enum
This enumeration specifies the constant of AititudeMode, which indicates how the altitudes of the 3D data should be understood and parsed.
-
-
Field Summary
Fields Modifier and Type Field and Description static AltitudeMode
ABSOLUTE
Absolute.static AltitudeMode
CLAMP_TO_GROUND
ClampToGround.static AltitudeMode
RELATIVE_TO_GROUND
RelativeToGround.
-
-
-
Field Detail
-
CLAMP_TO_GROUND
public static final AltitudeMode CLAMP_TO_GROUND
ClampToGround. All Z values of Z can not work.
-
RELATIVE_TO_GROUND
public static final AltitudeMode RELATIVE_TO_GROUND
RelativeToGround. Z means the height that is relative to the terrain.
-
ABSOLUTE
public static final AltitudeMode ABSOLUTE
Absolute.
-
-