ClassificationType

Whether a classification affects terrain, 3D Tiles or both.
Properties:
Name Type Description
TERRAIN Number Only terrain will be classified.
CESIUM_3D_TILE Number Only 3D Tiles will be classified.
BOTH Number Both terrain and 3D Tiles will be classified.

Members

static constant Cesium.ClassificationType.BOTH : Number

Both terrain and 3D Tiles will be classified.
Default Value: 2

static constant Cesium.ClassificationType.CESIUM_3D_TILE : Number

Only 3D Tiles will be classified.
Default Value: 1

static constant Cesium.ClassificationType.TERRAIN : Number

Only terrain will be classified.