-
Notifications
You must be signed in to change notification settings - Fork 142
PositionList
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.
A list of positions.
Extends: DeletableProperty
Interpolatable: no
referenceFrame - string
The reference frame in which cartesian positions are specified. Possible values are "FIXED" and "INERTIAL".
Default: FIXED
cartesian - Cartesian3ListValue
The list of positions specified as three-dimensional Cartesian values, [X, Y, Z, X, Y, Z, ...]
, in meters relative to the referenceFrame
.
cartographicRadians - CartographicRadiansListValue
The list of positions specified in Cartographic WGS84 coordinates, [Longitude, Latitude, Height, Longitude, Latitude, Height, ...]
, where Longitude and Latitude are in radians and Height is in meters.
cartographicDegrees - CartographicDegreesListValue
The list of positions specified in Cartographic WGS84 coordinates, [Longitude, Latitude, Height, Longitude, Latitude, Height, ...]
, where Longitude and Latitude are in degrees and Height is in meters.
references - ReferenceListValue
The list of positions specified as references. Each reference is to a property that defines a single position, which may change with time.