Interface SectorPropsType

扇形参数类型

扇形的id

扇形的中心点

扇形的方向,以弧度为单位

扇形的视角,以度为单位

扇形的半径,以米为单位

扇形的图片贴图url

(可选)动画时长,以秒为单位,默认为0表示不需要动画

interface SectorPropsType {
    fov: number;
    heading: number;
    id: string;
    image: HTMLImageElement;
    origin: Cartesian3;
    radius: number;
}

Hierarchy

  • BaseSectorType
    • SectorPropsType

Properties

fov: number
heading: number
id: string
image: HTMLImageElement
origin: Cartesian3
radius: number