Appearance
KBE3D / KBCore / Cesium / Entity / ConstructorOptions
接口: ConstructorOptions
Initialization options for the Entity constructor
属性
id?
optionalid:string
A unique identifier for this object. If none is provided, a GUID is generated.
name?
optionalname:string
A human readable name to display to users. It does not have to be unique.
availability?
optionalavailability:TimeIntervalCollection
The availability, if any, associated with this object.
show?
optionalshow:boolean
A boolean value indicating if the entity and its children are displayed.
trackingReferenceFrame?
optionaltrackingReferenceFrame:TrackingReferenceFrame
The reference frame used when this entity is being tracked. <br/> If <code>undefined</code>, reference frame is determined based on entity velocity: near-surface slow moving entities are tracked using the local east-north-up reference frame, whereas fast moving entities such as satellites are tracked using VVLH (Vehicle Velocity, Local Horizontal).
description?
optionaldescription:string|Property
A string Property specifying an HTML description for this entity.
position?
optionalposition:Cartesian3|PositionProperty|CallbackPositionProperty
A Property specifying the entity position.
orientation?
optionalorientation:Property|Quaternion
A Property specifying the entity orientation in respect to Earth-fixed-Earth-centered (ECEF). If undefined, east-north-up at entity position is used.
viewFrom?
optionalviewFrom:Property|Cartesian3
A suggested initial offset for viewing this object.
parent?
optionalparent:Entity
A parent entity to associate with this entity.
billboard?
optionalbillboard:BillboardGraphics|ConstructorOptions
A billboard to associate with this entity.
box?
optionalbox:BoxGraphics|ConstructorOptions
A box to associate with this entity.
corridor?
optionalcorridor:CorridorGraphics|ConstructorOptions
A corridor to associate with this entity.
cylinder?
optionalcylinder:CylinderGraphics|ConstructorOptions
A cylinder to associate with this entity.
ellipse?
optionalellipse:EllipseGraphics|ConstructorOptions
A ellipse to associate with this entity.
ellipsoid?
optionalellipsoid:EllipsoidGraphics|ConstructorOptions
A ellipsoid to associate with this entity.
label?
optionallabel:LabelGraphics|ConstructorOptions
A options.label to associate with this entity.
model?
optionalmodel:ModelGraphics|ConstructorOptions
A model to associate with this entity.
tileset?
optionaltileset:Cesium3DTilesetGraphics|ConstructorOptions
A 3D Tiles tileset to associate with this entity.
path?
optionalpath:PathGraphics|ConstructorOptions
A path to associate with this entity.
plane?
optionalplane:PlaneGraphics|ConstructorOptions
A plane to associate with this entity.
point?
optionalpoint:PointGraphics|ConstructorOptions
A point to associate with this entity.
polygon?
optionalpolygon:PolygonGraphics|ConstructorOptions
A polygon to associate with this entity.
polyline?
optionalpolyline:PolylineGraphics|ConstructorOptions
A polyline to associate with this entity.
properties?
optionalproperties:PropertyBag| {[key:string]:any; }
Arbitrary properties to associate with this entity.
polylineVolume?
optionalpolylineVolume:PolylineVolumeGraphics|ConstructorOptions
A polylineVolume to associate with this entity.
rectangle?
optionalrectangle:RectangleGraphics|ConstructorOptions
A rectangle to associate with this entity.
wall?
optionalwall:WallGraphics|ConstructorOptions
A wall to associate with this entity.
