ConicSensorGraphics

new Cesium.ConicSensorGraphics(options)

Describes a conic sensor. The center position and orientation are determined by the containing Entity.
Name Type Description
options ConicSensorGraphics.ConstructorOptions optional Object describing initialization options

Members

Gets the event that is raised whenever a property or sub-property is changed or modified.

distanceDisplayCondition : Property|undefined

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this sensor will be displayed.
Gets or sets the boolean Property specifying whether the sensor is filled with the provided material.
Default Value: true
Gets or sets the numeric Property specifying the inner half-angle of the sensor's cone (degrees).
Gets or sets the material used to fill the sensor.
Default Value: Color.WHITE
Gets or sets the numeric Property specifying the maximum clock angle of the sensor's cone (degrees).
Gets or sets the numeric Property specifying the minimum clock angle of the sensor's cone (degrees).
Gets or sets the numeric Property specifying the outer half-angle of the sensor's cone (degrees).
Gets or sets the numeric Property specifying the radius of the sensor.
Gets or sets the boolean Property specifying the visibility of the sensor.
Default Value: true

Methods

Duplicates this instance.
Name Type Description
result ConicSensorGraphics optional The object onto which to store the result.
Returns:
The modified result parameter or a new instance if one was not provided.
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description
source ConicSensorGraphics The object to be merged into this object.

Type Definitions

Cesium.ConicSensorGraphics.ConstructorOptions

Initialization options for the ConicSensorGraphics constructor
Properties:
Name Type Attributes Default Description
show Property | boolean <optional>
true A boolean Property specifying the visibility of the sensor.
fill Property | boolean <optional>
true A boolean Property specifying whether the sensor is filled with the provided material.
material MaterialProperty | Color <optional>
Color.WHITE A Property specifying the material used to fill the sensor.
distanceDisplayCondition Property | DistanceDisplayCondition <optional>
A Property specifying at what distance from the camera that this sensor will be displayed.
innerHalfAngle Property | number <optional>
A Property specifying the inner half-angle of the sensor's cone (degrees).
outerHalfAngle Property | number <optional>
A Property specifying the outer half-angle of the sensor's cone (degrees).
radius Property | number <optional>
A Property specifying the radius of the sensor.
minimumClockAngle Property | number <optional>
A Property specifying the minimum clock angle of the sensor's cone (degrees).
maximumClockAngle Property | number <optional>
A Property specifying the maximum clock angle of the sensor's cone (degrees).
Need help? [email protected]