Preparing search index...
The search index is not available
cesium-extends-plugin
cesium-extends-plugin
SectorPropsType
Interface SectorPropsType
扇形参数类型
Param: id
扇形的id
Param: origin
扇形的中心点
Param: heading
扇形的方向,以弧度为单位
Param: fov
扇形的视角,以度为单位
Param: radius
扇形的半径,以米为单位
Param: image
扇形的图片贴图url
Param: duration
(可选)动画时长,以秒为单位,默认为0表示不需要动画
interface
SectorPropsType
{
fov
:
number
;
heading
:
number
;
id
:
string
;
image
:
HTMLImageElement
;
origin
:
Cartesian3
;
radius
:
number
;
}
Hierarchy
BaseSectorType
SectorPropsType
Index
Properties
fov
heading
id
image
origin
radius
Properties
fov
fov
:
number
heading
heading
:
number
id
id
:
string
image
image
:
HTMLImageElement
origin
origin
:
Cartesian3
radius
radius
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fov
heading
id
image
origin
radius
cesium-extends-plugin
Loading...
扇形参数类型
Param: id
扇形的id
Param: origin
扇形的中心点
Param: heading
扇形的方向,以弧度为单位
Param: fov
扇形的视角,以度为单位
Param: radius
扇形的半径,以米为单位
Param: image
扇形的图片贴图url
Param: duration
(可选)动画时长,以秒为单位,默认为0表示不需要动画