Describes graphics for a Rectangle
The rectangle conforms to the curvature of the globe and can be placed on the surface or
at altitude and can optionally be extruded into a volume.
alias RectangleGraphics
The options object takes the following properties
{Property} [options.coordinates] The Property specifying the Rectangle
{Property} [options.height=0] A numeric Property specifying the altitude of the rectangle relative to the ellipsoid surface.
{Property} [options.extrudedHeight] A numeric Property specifying the altitude of the rectangle's extruded face relative to the ellipsoid surface.
{Property} [options.closeTop=true] A boolean Property specifying whether the rectangle has a top cover when extruded
{Property} [options.closeBottom=true] A boolean Property specifying whether the rectangle has a bottom cover when extruded.
{Property} [options.show=true] A boolean Property specifying the visibility of the rectangle.
{Property} [options.fill=true] A boolean Property specifying whether the rectangle is filled with the provided material.
{MaterialProperty} [options.material=Color.WHITE] A Property specifying the material used to fill the rectangle.
{Property} [options.outline=false] A boolean Property specifying whether the rectangle is outlined.
{Property} [options.outlineColor=Color.BLACK] A Property specifying the Color of the outline.
{Property} [options.outlineWidth=1.0] A numeric Property specifying the width of the outline.
{Property} [options.rotation=0.0] A numeric property specifying the rotation of the rectangle clockwise from north.
{Property} [options.stRotation=0.0] A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.
{Property} [options.granularity=Cesium.Math.RADIANS_PER_DEGREE] A numeric Property specifying the angular distance between points on the rectangle.
Describes graphics for a Rectangle The rectangle conforms to the curvature of the globe and can be placed on the surface or at altitude and can optionally be extruded into a volume.
alias RectangleGraphics
Entity demo Sandcastle Rectangle Demo