Class AbstractLineEntityAbstract

線エンティティ

mapray.MarkerLineEntitymapray.PathEntity の共通機能を提供するクラスである。

Hierarchy (view full)

Constructors

Properties

_altitude_mode: AltitudeMode = AltitudeMode.ABSOLUTE

高度モード

_anchor_mode: boolean = false

アンカーモード

_animation: any = ...

今のところ Entity (基底クラス) 自体のアニメーション可能パラメータと 子孫は存在しないので animation には何も追加しない

_color: Vector3
_is_flake_mode: boolean
_need_to_create_regions: boolean = false

再生成が必要であることを示すフラグ

_num_points: number
_opacity: number
_pickable: boolean = true

Viewer.pick() の対象とするかどうか

_point_array: Float64Array
_producer: FlakePrimitiveProducer | PrimitiveProducer
_visibility: boolean = true

表示状態を示すフラグ

_width: number
is_path: boolean
scene: mapray.Scene

所属可能シーン

Accessors

Methods