@JsType(isNative=true, namespace="<global>", name="Object") public class BillboardGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
alignedAxis
A Cartesian3 Property specifying the unit vector axis of rotation.
|
Property |
color
A Property specifying the tint Color of the imagery.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this billboard will be displayed.
|
Property |
eyeOffset
A Cartesian3 Property specifying the eye offset.
|
Property |
height
specifying the height of the billboard in pixels, overriding the native size.
|
Property |
heightReference
A Property specifying what the height is relative to.
|
Property |
horizontalOrigin
A Property specifying the HorizontalOrigin.
|
Property |
image
Property specifying the Image, URI, or Canvas to use for the billboard.
|
Property |
imageSubRegion
A Property specifying a BoundingRectangle that defines a sub-region of the imagery to use for the billboard,
rather than the entire imagery, measured in pixels from the bottom-left.
|
Property |
pixelOffset
A Cartesian2 Property specifying the pixel offset.
|
Property |
pixelOffsetScaleByDistance
A NearFarScalar Property used to set pixelOffset based on distance from the camera.
|
Property |
rotation
Property specifying the rotation about the alignedAxis.
|
Property |
scale
A numeric Property specifying the scale to apply to the imagery size.
|
Property |
scaleByDistance
A NearFarScalar Property used to scale the point based on distance from the camera.
|
Property |
show
A boolean Property specifying the visibility of the billboard.
|
Property |
sizeInMeters
A boolean Property specifying whether this billboard's size should be measured in meters.
|
Property |
translucencyByDistance
A NearFarScalar Property used to set translucency based on distance from the camera.
|
Property |
verticalOrigin
A Property specifying the VerticalOrigin.
|
Property |
width
A numeric Property specifying the width of the billboard in pixels, overriding the native size.
|
Constructor and Description |
---|
BillboardGraphicsOptions() |
@JsProperty public Property image
@JsProperty public Property show
@JsProperty public Property scale
@JsProperty public Property horizontalOrigin
HorizontalOrigin.CENTER()
@JsProperty public Property verticalOrigin
VerticalOrigin.CENTER()
@JsProperty public Property eyeOffset
Cartesian3.ZERO()
@JsProperty public Property pixelOffset
Cartesian2.ZERO()
@JsProperty public Property rotation
@JsProperty public Property alignedAxis
Cartesian3.ZERO()
@JsProperty public Property width
@JsProperty public Property height
@JsProperty public Property color
Color.WHITE()
@JsProperty public Property scaleByDistance
@JsProperty public Property translucencyByDistance
@JsProperty public Property pixelOffsetScaleByDistance
@JsProperty public Property imageSubRegion
@JsProperty public Property sizeInMeters
@JsProperty public Property heightReference
HeightReference.NONE()
@JsProperty public Property distanceDisplayCondition
Copyright © 2019. All rights reserved.