-
Notifications
You must be signed in to change notification settings - Fork 143
ConicSensor
This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.
A conical sensor volume taking into account occlusion of an ellipsoid, i.e., the globe.
Note: This type is an extension and may not be implemented by all CZML clients.
Interpolatable: no
show - Boolean
Whether or not the entire conical sensor is shown.
innerHalfAngle - Double
The inner half angle of the cone.
outerHalfAngle - Double
The outer half angle of the cone.
minimumClockAngle - Double
The minimum clock angle limit of the cone.
maximumClockAngle - Double
The maximum clock angle limit of the cone.
radius - Double
The radial limit of the cone.
showIntersection - Boolean
Whether or not the intersection of the cone with the Earth is shown.
intersectionColor - Color
The color of the intersection of the cone with the Earth.
intersectionWidth - Double
The width of the intersection in pixels.
showLateralSurfaces - Boolean
Whether or not the lateral surfaces of the cone are shown.
lateralSurfaceMaterial - Material
The material to use for the cone's lateral surfaces.
showEllipsoidSurfaces - Boolean
Whether or not ellipsoid surfaces are shown.
ellipsoidSurfaceMaterial - Material
The material to use for the cone's ellipsoid surfaces.
showEllipsoidHorizonSurfaces - Boolean
Whether or not ellipsoid horizon surfaces are shown.
ellipsoidHorizonSurfaceMaterial - Material
The material to use for the cone's ellipsoid horizon surfaces.
showDomeSurfaces - Boolean
Whether or not dome surfaces are shown.
domeSurfaceMaterial - Material
The material to use for the cone's dome surfaces.
portionToDisplay - SensorVolumePortionToDisplay
What part of the sensor should be displayed.
environmentConstraint - Boolean
Whether or not the sensor will intersect the environment, e.g. terrain or models.
showEnvironmentOcclusion - Boolean
Whether or not the portion of the terrain occluded by the environment will be drawn with a separate material.
environmentOcclusionMaterial - Material
The material to use for the portion of the sensor occluded by the environment.
showEnvironmentIntersection - Boolean
Whether or not a line showing where the sensor intersects the environment will be drawn.
environmentIntersectionColor - Color
The color of the intersection line between the sensor and the environment.
environmentIntersectionWidth - Double
The width in meters of the intersection line between the sensor and the environment.