featureAttribute
July 3, 2019 ยท View on GitHub
Declaration of the attributes per feature in the geometry, such as feature ID or face range.
Related:
cmn::defaultGeometrySchema, cmn::featureData
Properties
| Property | Type | Description |
|---|---|---|
| id | value | ID of the feature attribute. |
| faceRange | value | Describes the face range of the feature attribute. |
Examples
Example: featureAttribute example
{
"id": {
"valueType": "UInt64",
"valuesPerElement": 1
},
"faceRange": {
"valueType": "UInt32",
"valuesPerElement": 2
}
}