@JsType(isNative=true,
namespace="Cesium",
name="HeightReference")
public class HeightReference
extends Object
| Constructor and Description |
|---|
HeightReference() |
| Modifier and Type | Method and Description |
|---|---|
static Number |
CLAMP_TO_GROUND()
The position is clamped to the terrain.
|
static Number |
NONE()
The position is absolute.
|
static Number |
RELATIVE_TO_GROUND()
The position height is the height above the terrain.
|
@JsProperty(name="NONE") public static Number NONE()
@JsProperty(name="CLAMP_TO_GROUND") public static Number CLAMP_TO_GROUND()
@JsProperty(name="RELATIVE_TO_GROUND") public static Number RELATIVE_TO_GROUND()
Copyright © 2019. All rights reserved.