@JsType(isNative=true, namespace="<global>", name="Object") public class PolylineGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
ArcType |
arcType
The type of line the polyline segments must follow.
|
Property |
clampToGround
A boolean Property specifying whether the Polyline should be clamped to the ground.
|
Property |
classificationType
Gets or sets the ClassificationType Property specifying whether this polyline will classify terrain, 3D Tiles, or both when on the ground.
|
MaterialProperty |
depthFailMaterial
A property specifiying the material used to draw the polyline when it is below the terrain.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this polyline will be displayed.
|
Property |
followSurface
Deprecated.
Removed in 1.57
|
Property |
granularity
A numeric Property specifying the angular distance between each latitude and longitude if followSurface is true.
|
MaterialProperty |
material
A Property specifying the material used to draw the polyline.
|
Property |
positions
A Property specifying the array of Cartesian3 positions that define the line strip.
|
Property |
shadows
An enum Property specifying whether the polyline casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the polyline.
|
Property |
width
A numeric Property specifying the width in pixels.
|
Property |
zIndex
A Property specifying the zIndex used for ordering ground geometry.
|
Constructor and Description |
---|
PolylineGraphicsOptions()
Options for
PolylineGraphics |
@JsProperty public Property positions
@JsProperty public ArcType arcType
ArcType.GEODESIC()
@Deprecated @JsProperty public Property followSurface
@JsProperty public Property clampToGround
@JsProperty public Property width
@JsProperty public Property show
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public MaterialProperty depthFailMaterial
@JsProperty public Property granularity
Math.RADIANS_PER_DEGREE()
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsProperty public Property classificationType
ClassificationType.BOTH()
@JsProperty public Property zIndex
@JsConstructor public PolylineGraphicsOptions()
PolylineGraphics
Copyright © 2019. All rights reserved.