| 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 CesiumClassificationType | 
CesiumClassificationType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CesiumClassificationType | 
CesiumClassificationType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CesiumClassificationType | 
CesiumClassificationType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CesiumClassificationType[] | 
CesiumClassificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CesiumProperty<CesiumClassificationType> | 
CentralBodySurfaceRegionGraphics.getClassificationType()
Gets whether a classification affects terrain, 3D Tiles or both. 
 | 
CesiumProperty<CesiumClassificationType> | 
CentralBodySurfaceCurveGraphics.getClassificationType()
Gets whether a classification affects terrain, 3D Tiles or both. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CentralBodySurfaceRegionGraphics.setClassificationType(CesiumProperty<CesiumClassificationType> value)
Sets whether a classification affects terrain, 3D Tiles or both. 
 | 
void | 
CentralBodySurfaceCurveGraphics.setClassificationType(CesiumProperty<CesiumClassificationType> value)
Sets whether a classification affects terrain, 3D Tiles or both. 
 |