Class: AbstractPointEntity

mapray~ AbstractPointEntity

mapray.ImageIconEntitymapray.PinEntitymapray.TextEntity の共通機能を提供するクラスである。


<abstract, protected> new AbstractPointEntity(scene [, opts])

点エンティティ

Parameters:
Name Type Argument Description
scene mapray.Scene

所属可能シーン

opts object <optional>

オプション集合

Properties
Name Type Argument Description
json object <optional>

生成情報

refs object <optional>

参照辞書

Source:

Extends

Members


altitude_mode :mapray.AltitudeMode

高度モード

Type:
Inherited From:
Overrides:
Source:

<readonly> animation :mapray.animation.BindingBlock

アニメーションパラメータ設定

Type:
Inherited From:
Overrides:
Source:

<readonly> scene :mapray.Scene

所属可能シーン

Type:
Inherited From:
Overrides:
Source:

<readonly> visibility :boolean

可視性フラグを取得

Type:
  • boolean
Inherited From:
Overrides:
Source:

Methods


getBounds()

すべてのEntryのバウンディングを算出

Inherited From:
Overrides:
Source:
Returns:

バウンディング情報を持ったGeoRegion

Type
mapray.GeoRegion

setVisibility(visibility)

可視性フラグを設定

Parameters:
Name Type Description
visibility boolean

可視性フラグ

Inherited From:
Overrides:
Source: