Declaration of the attributes per feature in the geometry, such as feature ID or face range.
cmn::defaultGeometrySchema, cmn::featureData
Property | Type | Description |
---|---|---|
id | value | ID of the feature attribute. |
faceRange | value | Describes the face range of the feature attribute. |
{
"id": {
"valueType": "UInt64",
"valuesPerElement": 1
},
"faceRange": {
"valueType": "UInt32",
"valuesPerElement": 2
}
}