| Package | Description | 
|---|---|
| agi.foundation.cesium | 
 Contains types used for defining graphical properties of definitional objects to be written out as CZML. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CesiumHeightReference | 
CesiumHeightReference.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CesiumHeightReference | 
CesiumHeightReference.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CesiumHeightReference | 
CesiumHeightReference.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CesiumHeightReference[] | 
CesiumHeightReference.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<CesiumHeightReference> | 
CentralBodySurfaceRegionGraphics.getExtrudedHeightReference()
 | 
CesiumProperty<CesiumHeightReference> | 
PointGraphics.getHeightReference()
Gets the height reference of the point. 
 | 
CesiumProperty<CesiumHeightReference> | 
ModelGraphics.getHeightReference()
Gets the height reference of the model. 
 | 
CesiumProperty<CesiumHeightReference> | 
LabelGraphics.getHeightReference()
Gets the height reference of the label. 
 | 
CesiumProperty<CesiumHeightReference> | 
CentralBodySurfaceRegionGraphics.getHeightReference()
 | 
CesiumProperty<CesiumHeightReference> | 
BillboardGraphics.getHeightReference()
Gets the height reference of the billboard. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CentralBodySurfaceRegionGraphics.setExtrudedHeightReference(CesiumProperty<CesiumHeightReference> value)
 | 
void | 
PointGraphics.setHeightReference(CesiumProperty<CesiumHeightReference> value)
Sets the height reference of the point. 
 | 
void | 
ModelGraphics.setHeightReference(CesiumProperty<CesiumHeightReference> value)
Sets the height reference of the model. 
 | 
void | 
LabelGraphics.setHeightReference(CesiumProperty<CesiumHeightReference> value)
Sets the height reference of the label. 
 | 
void | 
CentralBodySurfaceRegionGraphics.setHeightReference(CesiumProperty<CesiumHeightReference> value)
 | 
void | 
BillboardGraphics.setHeightReference(CesiumProperty<CesiumHeightReference> value)
Sets the height reference of the billboard. 
 |