-
Notifications
You must be signed in to change notification settings - Fork 143
Fan
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 fan. A fan starts at a point or apex and extends in a specified list of directions from the apex. Each pair of directions forms a face of the fan extending to the specified radius.
Note: This type is an extension and may not be implemented by all CZML clients.
Interpolatable: no
show - Boolean
Whether or not the fan is shown.
Default: true
directions - DirectionList
- Required The list of directions defining the fan.
radius - Double
The radial limit of the fan. If perDirectionRadius
is false, then this value is required.
perDirectionRadius - Boolean
Whether the magnitude of each direction is used instead of a constant radius.
Default: false
material - Material
The material to display on the surface of the fan.
Default: solid white
fill - Boolean
Whether or not the fan is filled.
Default: true
outline - Boolean
Whether or not the fan is outlined.
Default: false
outlineColor - Color
The color of the fan outline.
Default: black
outlineWidth - Double
The width of the fan outline.
Default: 1.0
numberOfRings - Integer
The number of outline rings to draw, starting from the outer edge and equidistantly spaced towards the center.
Default: 6