@JsType(isNative=true, namespace="<global>", name="Object") public class TimeDynamicPointCloudOptions extends Object
TimeDynamicPointCloud
Modifier and Type | Field and Description |
---|---|
ClippingPlaneCollection |
clippingPlanes
The ClippingPlaneCollection used to selectively disable rendering the point cloud.
|
Clock |
clock
A Clock instance that is used when determining the value for the time dimension.
|
TimeIntervalCollection |
intervals
A TimeIntervalCollection with its data property being an object containing a uri to a 3D Tiles Point Cloud tile
and an optional transform.
|
int |
maximumMemoryUsage
The maximum amount of memory in MB that can be used by the point cloud.
|
Matrix4 |
modelMatrix
A 4x4 transformation matrix that transforms the point cloud.
|
JsObject |
shading
Options for constructing a PointCloudShading object to control point attenuation and eye dome lighting.
|
Number |
shadows
Determines whether the point cloud casts or receives shadows from each light source.
|
boolean |
show
Determines if the point cloud will be shown.
|
Cesium3DTileStyle |
style
The style, defined using the 3D Tiles Styling language, applied to each point in the point cloud.
|
Modifier and Type | Method and Description |
---|---|
static TimeDynamicPointCloudOptions |
create(Clock clock,
TimeIntervalCollection intervals)
Create options instance
|
@JsProperty public Clock clock
@JsProperty public TimeIntervalCollection intervals
@JsProperty public boolean show
@JsProperty public Matrix4 modelMatrix
Matrix4.IDENTITY()
@JsProperty public Number shadows
ShadowMode.ENABLED()
@JsProperty public int maximumMemoryUsage
@JsProperty public JsObject shading
@JsProperty public Cesium3DTileStyle style
@JsProperty public ClippingPlaneCollection clippingPlanes
@JsOverlay public static TimeDynamicPointCloudOptions create(Clock clock, TimeIntervalCollection intervals)
clock
- A Clock instance that is used when determining the value for the time dimension.intervals
- A TimeIntervalCollection with its data property being an object containing a uri to a 3D Tiles Point Cloud tile
and an optional transform.Copyright © 2019. All rights reserved.