option |
object
|
可选
参数对象{
height: 0,// optional A numeric Property specifying the altitude of the polygon relative to the ellipsoid surface.
extrudedHeight: 0,// optional A numeric Property specifying the altitude of the polygon's extruded face relative to the ellipsoid surface.
heightReference: this._cesium.HeightReference.NONE,// optional A Property specifying what the extrudedHeight is relative to.
show: true,// optional A boolean Property specifying the visibility of the polygon.
fill: true,// optional A boolean Property specifying whether the polygon is filled with the provided material.
material: this._cesium.Color.WHITE,//optional A Property specifying the material used to fill the polygon.
outline: false,//optional A boolean Property specifying whether the polygon is outlined.
outlineColor: this._cesium.Color.BLACK,// optional A Property specifying the Color of the outline.
outlineWidth: 1.0,//optional A numeric Property specifying the width of the outline.
stRotation: 0.0,// optional A numeric property specifying the rotation of the polygon texture counter-clockwise from north.
granularity: this._cesium.Math.RADIANS_PER_DEGREE,// optional A numeric Property specifying the angular distance between each latitude and longitude point.
perPositionHeight: false, //optional A boolean specifying whether or not the the height of each position is used.
closeTop: true, //optional When false, leaves off the top of an extruded polygon open.
closeBottom: true,// optional When false, leaves off the bottom of an extruded polygon open.
shadows: this._cesium.ShadowMode.DISABLED,// optional An enum Property specifying whether the polygon casts or receives shadows from each light source.
near: 0,
far: 5000
} |