コンテンツにスキップ

EntityPickResult<T>

ピック結果(エンティティ)

Extends

  • PickResultBase

Type parameters

Type parameter Value
T extends Entity Entity

Properties

b3d_scene?

optional b3d_scene: B3dScene

ピックしたB3dオブジェクトのインスタンス (種類が Viewer.Category.B3D_SCENE のとき、追加されるプロパティ) ピック位置にB3dがない場合は undefined になります。

Inherited from

PickResultBase.b3d_scene


category

category: "entity"

Inherit Doc

Overrides

PickResultBase.category


distance

distance: number

ピックした位置までの距離 (ray.direction の長さが単位 / pick の時はm)

Inherited from

PickResultBase.distance


entity

entity: T

Inherit Doc

Overrides

PickResultBase.entity


point_cloud?

optional point_cloud: PointCloud

ピックした点群。 ピック位置に点群がない場合は undefined になります。

Inherited from

PickResultBase.point_cloud


position

position: Vector3

ピックした位置 (GOCS)

Inherited from

PickResultBase.position


vectile?

optional vectile: object

ピックした VecTile オブジェクトのインスタンス (種類が Viewer.Category.VECTILE のとき、追加されるプロパティ) ピック位置に VecTile オブジェクトがない場合は undefined になります。

feature

feature: Feature

layer

layer: StyleLayer

Inherited from

PickResultBase.vectile