Skip to content

xgis-cesium v0.1.9


xgis-cesium / BounceBillboardPrimitive

Class: BounceBillboardPrimitive

Defined in: src/overlay/primitive/BounceBillboardPrimitive.ts:13

Extends

Constructors

new BounceBillboardPrimitive()

new BounceBillboardPrimitive(position, icon): BounceBillboardPrimitive

Defined in: src/overlay/primitive/BounceBillboardPrimitive.ts:16

Parameters

position

any

icon

any

Returns

BounceBillboardPrimitive

Overrides

BillboardPrimitive.constructor

Properties

_allowDrillPicking

protected _allowDrillPicking: boolean

Defined in: src/overlay/Overlay.ts:17

Inherited from

BillboardPrimitive._allowDrillPicking


_attr

protected _attr: any

Defined in: src/overlay/Overlay.ts:16

Inherited from

BillboardPrimitive._attr


_bid

protected _bid: string

Defined in: src/overlay/Overlay.ts:10

Inherited from

BillboardPrimitive._bid


_contextMenu

protected _contextMenu: any[]

Defined in: src/overlay/Overlay.ts:18

Inherited from

BillboardPrimitive._contextMenu


_delegate

protected _delegate: any

Defined in: src/overlay/Overlay.ts:11

Inherited from

BillboardPrimitive._delegate


_id

protected _id: string

Defined in: src/overlay/Overlay.ts:9

Inherited from

BillboardPrimitive._id


_layer

protected _layer: any

Defined in: src/overlay/Overlay.ts:13

Inherited from

BillboardPrimitive._layer


_overlayEvent

protected _overlayEvent: OverlayEvent

Defined in: src/overlay/Overlay.ts:19

Inherited from

BillboardPrimitive._overlayEvent


_show

protected _show: boolean

Defined in: src/overlay/Overlay.ts:14

Inherited from

BillboardPrimitive._show


_state

protected _state: string

Defined in: src/overlay/Overlay.ts:12

Inherited from

BillboardPrimitive._state


_style

protected _style: any

Defined in: src/overlay/Overlay.ts:15

Inherited from

BillboardPrimitive._style

Accessors

allowDrillPicking

Get Signature

get allowDrillPicking(): boolean

Defined in: src/overlay/Overlay.ts:80

Returns

boolean

Set Signature

set allowDrillPicking(allowDrillPicking): void

Defined in: src/overlay/Overlay.ts:76

Parameters
allowDrillPicking

boolean

Returns

void

Inherited from

BillboardPrimitive.allowDrillPicking


attr

Get Signature

get attr(): any

Defined in: src/overlay/Overlay.ts:72

Returns

any

Set Signature

set attr(attr): void

Defined in: src/overlay/Overlay.ts:68

Parameters
attr

any

Returns

void

Inherited from

BillboardPrimitive.attr


contextMenu

Get Signature

get contextMenu(): any[]

Defined in: src/overlay/Overlay.ts:100

Returns

any[]

Set Signature

set contextMenu(menus): void

Defined in: src/overlay/Overlay.ts:96

Parameters

any[]

Returns

void

Inherited from

BillboardPrimitive.contextMenu


delegate

Get Signature

get delegate(): any

Defined in: src/overlay/Overlay.ts:88

Returns

any

Inherited from

BillboardPrimitive.delegate


icon

Get Signature

get icon(): string

Defined in: src/overlay/primitive/BillboardPrimitive.ts:49

Returns

string

Set Signature

set icon(icon): void

Defined in: src/overlay/primitive/BillboardPrimitive.ts:44

Parameters
icon

string

Returns

void

Inherited from

BillboardPrimitive.icon


id

Get Signature

get id(): string

Defined in: src/overlay/Overlay.ts:49

Returns

string

Set Signature

set id(id): void

Defined in: src/overlay/Overlay.ts:45

Parameters
id

string

Returns

void

Inherited from

BillboardPrimitive.id


overlayEvent

Get Signature

get overlayEvent(): OverlayEvent

Defined in: src/overlay/Overlay.ts:84

Returns

OverlayEvent

Inherited from

BillboardPrimitive.overlayEvent


overlayId

Get Signature

get overlayId(): string

Defined in: src/overlay/Overlay.ts:37

Returns

string

Inherited from

BillboardPrimitive.overlayId


position

Get Signature

get position(): any

Defined in: src/overlay/primitive/BillboardPrimitive.ts:40

Returns

any

Set Signature

set position(position): void

Defined in: src/overlay/primitive/BillboardPrimitive.ts:32

Parameters
position

any

Returns

void

Inherited from

BillboardPrimitive.position


show

Get Signature

get show(): boolean

Defined in: src/overlay/Overlay.ts:64

Returns

boolean

Set Signature

set show(show): void

Defined in: src/overlay/Overlay.ts:53

Parameters
show

boolean

Returns

void

Inherited from

BillboardPrimitive.show


size

Get Signature

get size(): [number, number]

Defined in: src/overlay/primitive/BillboardPrimitive.ts:62

Returns

[number, number]

Set Signature

set size(size): void

Defined in: src/overlay/primitive/BillboardPrimitive.ts:53

Parameters
size

[number, number]

Returns

void

Inherited from

BillboardPrimitive.size


state

Get Signature

get state(): string

Defined in: src/overlay/Overlay.ts:92

Returns

string

Inherited from

BillboardPrimitive.state


type

Get Signature

get type(): string

Defined in: src/overlay/primitive/BounceBillboardPrimitive.ts:23

Returns

string

Overrides

BillboardPrimitive.type

Methods

addTo()

addTo(layer): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:290

adds to layer

Parameters

layer

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.addTo


destroy()

destroy(): void

Defined in: src/overlay/primitive/BounceBillboardPrimitive.ts:49

Returns

void


fire()

fire(type, params): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:327

Trigger subscription event

Parameters

type

any

params

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.fire


off()

off(type, callback, context): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:316

Unsubscribe event

Parameters

type

any

callback

any

context

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.off


on()

on(type, callback, context): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:304

Subscribe event

Parameters

type

any

callback

any

context

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.on


remove()

remove(): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:278

Removes from layer

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.remove


setLabel()

setLabel(text, textStyle): BounceBillboardPrimitive

Defined in: src/overlay/Overlay.ts:253

Sets Text with Style

Parameters

text

any

textStyle

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.setLabel


setStyle()

setStyle(style): BounceBillboardPrimitive

Defined in: src/overlay/primitive/BillboardPrimitive.ts:83

Parameters

style

any

Returns

BounceBillboardPrimitive

Inherited from

BillboardPrimitive.setStyle


update()

update(frameState): void

Defined in: src/overlay/primitive/BounceBillboardPrimitive.ts:31

Parameters

frameState

any

Returns

void