@JsType(isNative=true, namespace="<global>", name="Object") public class EntityOptions extends Object
Modifier and Type | Field and Description |
---|---|
TimeIntervalCollection |
availability
The availability, if any, associated with this object.
|
BillboardGraphics |
billboard
A billboard to associate with this entity.
|
BoxGraphics |
box
A box to associate with this entity.
|
CorridorGraphics |
corridor
A corridor to associate with this entity.
|
CylinderGraphics |
cylinder
A cylinder to associate with this entity.
|
Property |
description
A string Property specifying an HTML description for this entity.
|
EllipseGraphics |
ellipse
A ellipse to associate with this entity.
|
EllipsoidGraphics |
ellipsoid
A ellipsoid to associate with this entity.
|
String |
id
A unique identifier for this object.
|
LabelGraphics |
label
A options.label to associate with this entity.
|
ModelGraphics |
model
A model to associate with this entity.
|
String |
name
A human readable name to display to users.
|
Property |
orientation
A Property specifying the entity orientation.
|
Entity |
parent
A parent entity to associate with this entity.
|
PathGraphics |
path
A path to associate with this entity.
|
PlaneGraphics |
plane
A plane to associate with this entity.
|
PointGraphics |
point
A point to associate with this entity.
|
PolygonGraphics |
polygon
A polygon to associate with this entity.
|
PolylineGraphics |
polyline
A polyline to associate with this entity.
|
PolylineVolumeGraphics |
polylineVolume
A polylineVolume to associate with this entity.
|
Property |
position
A Property specifying the entity position.
|
CallbackProperty<Cartesian3> |
positionCallback
Property for
CallbackProperty . |
JsObject |
properties |
RectangleGraphics |
rectangle
A rectangle to associate with this entity.
|
boolean |
show
A boolean value indicating if the entity and its children are displayed.
|
Property |
viewFrom
A suggested initial offset for viewing this object.
|
WallGraphics |
wall
A wall to associate with this entity.
|
Constructor and Description |
---|
EntityOptions() |
@JsProperty public String id
@JsProperty public String name
@JsProperty public TimeIntervalCollection availability
@JsProperty public boolean show
@JsProperty public Property description
@JsProperty public Property position
@JsProperty(name="position") public CallbackProperty<Cartesian3> positionCallback
CallbackProperty
.@JsProperty public Property orientation
@JsProperty public Property viewFrom
@JsProperty public Entity parent
@JsProperty public BillboardGraphics billboard
@JsProperty public BoxGraphics box
@JsProperty public CorridorGraphics corridor
@JsProperty public CylinderGraphics cylinder
@JsProperty public EllipseGraphics ellipse
@JsProperty public EllipsoidGraphics ellipsoid
@JsProperty public LabelGraphics label
@JsProperty public ModelGraphics model
@JsProperty public PathGraphics path
@JsProperty public PlaneGraphics plane
@JsProperty public PointGraphics point
@JsProperty public PolygonGraphics polygon
@JsProperty public PolylineGraphics polyline
@JsProperty public PolylineVolumeGraphics polylineVolume
@JsProperty public RectangleGraphics rectangle
@JsProperty public WallGraphics wall
@JsProperty public JsObject properties
Copyright © 2019. All rights reserved.