Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 863 Bytes

geometryDefinition.psl.md

File metadata and controls

36 lines (27 loc) · 863 Bytes

geometryDefinition [1.7 PSL]

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

Related:

psl::3DSceneLayer

Properties

Property Type Description
topology string Defines the topology type of the point.
Must be:
  • point
geometryBuffers geometryBuffer[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"
        ]
      }
    }
  ]
}