@JsType(isNative=true, namespace="Cesium", name="CorridorGraphics") public class CorridorGraphics extends Object
Modifier and Type | Field and Description |
---|---|
Number |
classificationType
Gets or sets the ClassificationType Property specifying whether this polygon will classify terrain, 3D Tiles, or both when on the ground.
|
Property |
cornerType
A CornerType Property specifying the style of the corners.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this corridor will be displayed.
|
Property |
extrudedHeight
A numeric Property specifying the altitude of the corridor's extruded face relative to the ellipsoid surface.
|
Property |
extrudedHeightReference
Gets or sets the Property specifying the extruded HeightReference.
|
Property |
fill
A boolean Property specifying whether the corridor is filled with the provided material.
|
Property |
granularity
A numeric Property specifying the distance between each latitude and longitude.
|
Property |
height
A numeric Property specifying the altitude of the corridor relative to the ellipsoid surface.
|
Property |
heightReference
Gets or sets the Property specifying the HeightReference.
|
Property |
material
A Property specifying the material used to fill the corridor.
|
Property |
outline
A boolean Property specifying whether the corridor 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 that define the centerline of the corridor.
|
Property |
shadows
An enum Property specifying whether the corridor casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the corridor.
|
Property |
width
A numeric Property specifying the distance between the edges of the corridor.
|
ConstantProperty<Integer> |
zIndex
A Property specifying the zIndex of the corridor, used for ordering.
|
Constructor and Description |
---|
CorridorGraphics()
Describes a corridor, which is a shape defined by a centerline and width that conforms to the curvature of the globe.
|
CorridorGraphics(CorridorGraphicsOptions options)
Describes a corridor, which is a shape defined by a centerline and width that conforms to the curvature of the globe.
|
Modifier and Type | Method and Description |
---|---|
CorridorGraphics |
clone(CorridorGraphics result)
Duplicates this instance.
|
Event |
definitionChanged()
Gets the event that is raised whenever a property or sub-property is changed or modified.
|
void |
merge(CorridorGraphics source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
@JsProperty public Number classificationType
ClassificationType.TERRAIN()
.@JsProperty public Property positions
@JsProperty public Property width
@JsProperty public Property cornerType
@JsProperty public Property height
@JsProperty public Property heightReference
HeightReference.NONE()
@JsProperty public Property extrudedHeight
@JsProperty public Property extrudedHeightReference
HeightReference.NONE()
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public Property 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
@JsProperty public ConstantProperty<Integer> zIndex
@JsConstructor public CorridorGraphics()
@JsConstructor public CorridorGraphics(CorridorGraphicsOptions options)
options
- Options@JsProperty(name="definitionChanged") public Event definitionChanged()
@JsMethod public CorridorGraphics clone(@JsOptional CorridorGraphics result)
result
- The object onto which to store the result.@JsMethod public void merge(CorridorGraphics source)
source
- The object to be merged into this object.Copyright © 2019. All rights reserved.