@JsType(isNative=true, namespace="<global>", name="Object") public class RectangleGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
closeBottom
A boolean Property specifying whether the rectangle has a bottom cover when extruded.
|
Property |
closeTop
A boolean Property specifying whether the rectangle has a top cover when extruded
Default: true
|
Property |
coordinates
The Property specifying the Rectangle.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this rectangle will be displayed.
|
Property |
extrudedHeight
A numeric Property specifying the altitude of the rectangle's extruded face relative to the ellipsoid surface.
|
Property |
extrudedHeightReference
A Property specifying what the extrudedHeight is relative to.
|
Property |
fill
A boolean Property specifying whether the rectangle is filled with the provided material.
|
Property |
granularity
A numeric Property specifying the angular distance between points on the rectangle.
|
Property |
height
A numeric Property specifying the altitude of the rectangle relative to the ellipsoid surface.
|
Property |
heightReference
A Property specifying what the height is relative to.
|
MaterialProperty |
material
A Property specifying the material used to fill the rectangle.
|
Property |
outline
A boolean Property specifying whether the rectangle is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
rotation
A numeric property specifying the rotation of the rectangle clockwise from north.
|
Property |
shadows
An enum Property specifying whether the rectangle casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the rectangle.
|
Property |
stRotation
A numeric property specifying the rotation of the rectangle texture counter-clockwise from north.
|
ConstantProperty<Integer> |
zIndex
A Property specifying the zIndex used for ordering ground geometry.
|
Constructor and Description |
---|
RectangleGraphicsOptions() |
@JsProperty public Property coordinates
@JsProperty public Property height
@JsProperty public Property heightReference
@JsProperty public Property extrudedHeight
@JsProperty public Property extrudedHeightReference
@JsProperty public Property closeTop
@JsProperty public Property closeBottom
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property rotation
@JsProperty public Property stRotation
@JsProperty public Property granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsProperty public ConstantProperty<Integer> zIndex
Copyright © 2019. All rights reserved.