statisticsInfo

May 26, 2021 ยท View on GitHub

Describes the attribute statistics for the scene layer.

cmn::3DSceneLayer, psl::3DSceneLayer, psl::3DSceneLayer

Properties

PropertyTypeDescription
keystringKey indicating the resource of the statistics. For example f_1 for ./statistics/f_1
namestringName of the field of the statistical information.
hrefstringThe URL to the statistics information. For example ./statistics/f_1

Note: properties in bold are required

Examples

Example: statisticsInfo for 3D Object scene layer.

 {
  "key": "f_1",
  "name": "Category",
  "href": "./statistics/f_1"
}