The geometry definitions used in Point Scene Layer I3S version 1.7.
Property | Type | Description |
---|---|---|
topology | string | Defines the topology type of the point. Must be:
|
geometryBuffers | geometryBuffer[1] | Array of geometry representation(s) for this class of points. Must be compressed. |
Note: properties in bold are required
{
"geometryBuffers": [
{
"compressedAttributes": {
"encoding": "draco",
"attributes": [
"position",
"feature-index"
]
}
}
]
}