hierarchy |
Property
|
|
optional
A Property specifying the PolygonHierarchy . |
height |
Property
|
0
|
optional
A numeric Property specifying the altitude of the polygon relative to the ellipsoid surface. |
extrudedHeight |
Property
|
|
optional
A numeric Property specifying the altitude of the polygon's extruded face relative to the ellipsoid surface. |
show |
Property
|
true
|
optional
A boolean Property specifying the visibility of the polygon. |
fill |
Property
|
true
|
optional
A boolean Property specifying whether the polygon is filled with the provided material. |
material |
MaterialProperty
|
Color.WHITE
|
optional
A Property specifying the material used to fill the polygon. |
outline |
Property
|
false
|
optional
A boolean Property specifying whether the polygon is outlined. |
outlineColor |
Property
|
Color.BLACK
|
optional
A Property specifying the Color of the outline. |
outlineWidth |
Property
|
1.0
|
optional
A numeric Property specifying the width of the outline. |
stRotation |
Property
|
0.0
|
optional
A numeric property specifying the rotation of the polygon texture counter-clockwise from north. |
granularity |
Property
|
Cesium.Math.RADIANS_PER_DEGREE
|
optional
A numeric Property specifying the angular distance between each latitude and longitude point. |
perPositionHeight |
Property
|
false
|
optional
A boolean specifying whether or not the the height of each position is used. |
closeTop |
Boolean
|
true
|
optional
When false, leaves off the top of an extruded polygon open. |
closeBottom |
Boolean
|
true
|
optional
When false, leaves off the bottom of an extruded polygon open. |
shadows |
Property
|
ShadowMode.DISABLED
|
optional
An enum Property specifying whether the polygon casts or receives shadows from each light source. |
distanceDisplayCondition |
Property
|
|
optional
A Property specifying at what distance from the camera that this polygon will be displayed. |
clampToS3M |
Property
|
false
|
optional
When true, polygon will clamp to s3m model. |