CZMLShow - Zudokakikuto/OreCZML GitHub Wiki

The CZMLShow object is an object that describes the possibility to show or not a given object in a given TimeInterval.

Example :

"show":[
        {
          "interval":"0001-01-01T00:00:00Z/2022-01-17T12:49:17.643465304631263Z",
          "boolean":false
        },
        {
          "interval":"2022-01-17T13:00:00Z/2022-01-17T13:00:00Z",
          "boolean":true
        }
      ]

Properties

show - boolean : Whether or not the object is shown.

availability - TimeInterval : Time interval when the object is displayed.

Build

The Show object can be build with :

  • A show, an availability
CZMLShow czmlShow = new CZMLShow(show, availability);