Skip to content
Scott Hunter edited this page Apr 11, 2018 · 6 revisions

This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.

Vector

Defines a graphical vector that originates at the position property and extends in the provided direction for the provided length.

Note: This type is an extension and may not be implemented by all CZML clients.

Interpolatable: no

Properties

show - Boolean

Whether or not the vector is shown.

Default: true

color - Color

The color of the vector.

Default: white

direction - Direction - Required

The direction of the vector.

length - Double

The graphical length of the vector, in meters.

Default: 1.0

minimumLengthInPixels - Double

The minimum graphical length of the vector in pixels.

Default: 0.0

Clone this wiki locally