@JsType(isNative=true, namespace="Cesium", name="PolylineVolumeGraphics") public class PolylineVolumeGraphics extends Object
Modifier and Type | Field and Description |
---|---|
Property |
cornerType
A CornerType Property specifying the style of the corners.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this volume will be displayed.
|
Property |
fill
A boolean Property specifying whether the volume is filled with the provided material.
|
Property |
granularity
A numeric Property specifying the angular distance between each latitude and longitude point.
|
MaterialProperty |
material
A Property specifying the material used to fill the volume.
|
Property |
outline
A boolean Property specifying whether the volume is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
positions
A Property specifying the array of Cartesian3 positions which define the line strip.
|
Property |
shadows
An enum Property specifying whether the volume casts or receives shadows from each light source.
|
Property |
shape
A Property specifying the array of Cartesian2 positions which define the shape to be extruded.
|
Property |
show
A boolean Property specifying the visibility of the volume.
|
Constructor and Description |
---|
PolylineVolumeGraphics()
Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it.
|
PolylineVolumeGraphics(PolylineVolumeGraphicsOptions options)
Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it.
|
Modifier and Type | Method and Description |
---|---|
PolylineVolumeGraphics |
clone(PolylineVolumeGraphics result)
Duplicates this instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
void |
merge(PolylineVolumeGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public Property positions
@JsProperty public Property shape
@JsProperty public Property cornerType
@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 granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsConstructor public PolylineVolumeGraphics()
@JsConstructor public PolylineVolumeGraphics(PolylineVolumeGraphicsOptions options)
options
- Options@JsProperty(name="definitionChanged") public Event definitionChanged()
public PolylineVolumeGraphics clone(@JsOptional PolylineVolumeGraphics result)
result
- The object onto which to store the result.public void merge(PolylineVolumeGraphics source)
source
- The object to be merged into this object.Copyright © 2019. All rights reserved.