geometryDefinition [1.7 PSL]

May 26, 2021 ยท View on GitHub

The geometry definitions used in Point Scene Layer I3S version 1.7.

psl::3DSceneLayer

Properties

PropertyTypeDescription
topologystringDefines the topology type of the point.
Must be:
  • point
geometryBuffersgeometryBuffer[1]Array of geometry representation(s) for this class of points. Must be compressed.

Note: properties in bold are required

Examples

Example: Definition for a v1.7-equivalent geometry buffer

 {
  "geometryBuffers": [
    {
      "compressedAttributes": {
        "encoding": "draco",
        "attributes": [
          "position",
          "feature-index"
        ]
      }
    }
  ]
}